File size: 3,316 Bytes
7510827
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[info] Using config /sqlite/mull.yml
[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.
[warning] Could not find dynamic library: libm.so.6
[warning] Could not find dynamic library: libc.so.6
[info] Warm up run (threads: 1)

       [################################] 1/1. Finished in 108ms
[info] Extracting coverage information (threads: 1)

       [################################] 1/1. Finished in 3ms
[info] Filter mutants (threads: 1)

       [################################] 1/1. Finished in 1ms
[info] Baseline run (threads: 1)

       [################################] 1/1. Finished in 109ms
[info] Running mutants (threads: 16)
[debug] /sqlite/src/alter.c:2703:7 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2708:13 ExecutionResult: Failed

       [####----------------------------] 2/16
[debug] /sqlite/src/alter.c:2704:7 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2707:12 ExecutionResult: Failed
[debug] /sqlite/src/alter.c:2707:10 ExecutionResult: Failed

       [##########----------------------] 5/16
[debug] /sqlite/src/alter.c:2712:10 ExecutionResult: Failed
[debug] /sqlite/src/alter.c:2708:13 ExecutionResult: Failed
[debug] /sqlite/src/alter.c:2720:9 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2727:10 ExecutionResult: Failed

       [##################--------------] 9/16
[debug] /sqlite/src/alter.c:2718:31 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2710:10 ExecutionResult: Failed
[debug] /sqlite/src/alter.c:2717:9 ExecutionResult: Passed

       [########################--------] 12/16
[debug] /sqlite/src/alter.c:2726:3 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2709:7 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:3058:3 ExecutionResult: Passed
[debug] /sqlite/src/alter.c:2732:12 ExecutionResult: Failed

       [################################] 16/16. Finished in 209ms
[debug] Done running mutants
[info] Survived mutants (8/16):
/sqlite/src/alter.c:2703:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
  int rc = SQLITE_NOMEM;
      ^
/sqlite/src/alter.c:2704:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
  int iCol = -1;
      ^
/sqlite/src/alter.c:2709:7: warning: Survived: Removed the call to the function [cxx_remove_void_call]
      sqlite3ErrorMsg(pParse, "no such column: %s", zName);
      ^
/sqlite/src/alter.c:2717:9: warning: Survived: Replaced == with != [cxx_eq_to_ne]
  if( rc==SQLITE_OK ){
        ^
/sqlite/src/alter.c:2718:31: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
    const char *zDb = db->aDb[sqlite3SchemaToIndex(db, pTab->pSchema)].zDbSName;
                              ^
/sqlite/src/alter.c:2720:9: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
    if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab->zName, zCol) ){
        ^
/sqlite/src/alter.c:2726:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]
  sqlite3DbFree(db, zName);
  ^
/sqlite/src/alter.c:3058:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]
  sqlite3InsertBuiltinFuncs(aAlterTableFuncs, ArraySize(aAlterTableFuncs));
  ^
[info] Mutation score: 50%
[info] Total execution time: 514ms
[info] Surviving mutants: 8