AryaWu/sqlite
0
1[info] Using config /sqlite/mull.yml2[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.3[warning] Could not find dynamic library: libm.so.64[warning] Could not find dynamic library: libc.so.65[info] Warm up run (threads: 1)6
[################################] 1/1. Finished in 110ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 5ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 109ms13[info] Running mutants (threads: 16)14[debug] /sqlite/src/func.c:1831:18 ExecutionResult: Passed15[debug] /sqlite/src/func.c:1832:5 ExecutionResult: Failed16[debug] /sqlite/src/func.c:1831:39 ExecutionResult: Failed17
[######--------------------------] 3/1618[debug] /sqlite/src/func.c:3446:3 ExecutionResult: Passed19
[########------------------------] 4/1620[debug] /sqlite/src/func.c:1836:11 ExecutionResult: Passed21[debug] /sqlite/src/func.c:1843:5 ExecutionResult: Passed22
[############--------------------] 6/1623[debug] /sqlite/src/func.c:1849:5 ExecutionResult: Failed24
[##############------------------] 7/1625[debug] /sqlite/src/func.c:2344:12 ExecutionResult: Passed26[debug] /sqlite/src/func.c:1841:16 ExecutionResult: Passed27
[##################--------------] 9/1628[debug] /sqlite/src/func.c:1842:5 ExecutionResult: Failed29[debug] /sqlite/src/func.c:3447:3 ExecutionResult: Passed30[debug] /sqlite/src/func.c:3445:3 ExecutionResult: Passed31[debug] /sqlite/src/func.c:3443:3 ExecutionResult: Passed32[debug] /sqlite/src/func.c:2346:9 ExecutionResult: Failed33[debug] /sqlite/src/func.c:2344:7 ExecutionResult: Passed34
[##############################--] 15/1635[debug] /sqlite/src/func.c:3448:3 ExecutionResult: Passed36
[################################] 16/16. Finished in 210ms37[debug] Done running mutants38[info] Survived mutants (11/16):39/sqlite/src/func.c:1831:18: warning: Survived: Replaced & with | [cxx_and_to_or]40 if( (db->flags & SQLITE_LoadExtFunc)==0 ){41 ^42/sqlite/src/func.c:1836:11: warning: Survived: Replaced == with != [cxx_eq_to_ne]43 if( argc==2 ){44 ^45/sqlite/src/func.c:1841:16: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]46 if( zFile && sqlite3_load_extension(db, zFile, zProc, &zErrMsg) ){47 ^48/sqlite/src/func.c:1843:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]49 sqlite3_free(zErrMsg);50 ^51/sqlite/src/func.c:2344:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]52 int rc = sqlite3_overload_function(db, "MATCH", 2);53 ^54/sqlite/src/func.c:2344:12: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]55 int rc = sqlite3_overload_function(db, "MATCH", 2);56 ^57/sqlite/src/func.c:3443:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]58 sqlite3AlterFunctions();59 ^60/sqlite/src/func.c:3445:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]61 sqlite3WindowFunctions();62 ^63/sqlite/src/func.c:3446:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]64 sqlite3RegisterDateTimeFunctions();65 ^66/sqlite/src/func.c:3447:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]67 sqlite3RegisterJsonFunctions();68 ^69/sqlite/src/func.c:3448:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]70 sqlite3InsertBuiltinFuncs(aBuiltinFunc, ArraySize(aBuiltinFunc));71 ^72[info] Mutation score: 31%73[info] Total execution time: 533ms74[info] Surviving mutants: 1175 