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 108ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 63ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 110ms13[info] Running mutants (threads: 9)14[debug] /sqlite/src/json.c:532:12 ExecutionResult: Passed15
[###-----------------------------] 1/916[debug] /sqlite/src/json.c:531:13 ExecutionResult: Passed17[debug] /sqlite/src/json.c:5039:15 ExecutionResult: Passed18[debug] /sqlite/src/json.c:533:14 ExecutionResult: Passed19[debug] /sqlite/src/json.c:5037:11 ExecutionResult: Failed20
[#################---------------] 5/921[debug] /sqlite/src/json.c:5040:20 ExecutionResult: Passed22[debug] /sqlite/src/json.c:5582:3 ExecutionResult: Passed23[debug] /sqlite/src/json.c:5047:12 ExecutionResult: Failed24[debug] /sqlite/src/json.c:5041:3 ExecutionResult: Passed25
[################################] 9/9. Finished in 139ms26[debug] Done running mutants27[info] Survived mutants (7/9):28/sqlite/src/json.c:531:13: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]29 p->nAlloc = sizeof(p->zSpace);30 ^31/sqlite/src/json.c:532:12: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]32 p->nUsed = 0;33 ^34/sqlite/src/json.c:533:14: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]35 p->bStatic = 1;36 ^37/sqlite/src/json.c:5039:15: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]38 pCur->eMode = pVtab->eMode;39 ^40/sqlite/src/json.c:5040:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]41 pCur->bRecursive = pVtab->bRecursive;42 ^43/sqlite/src/json.c:5041:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]44 jsonStringZero(&pCur->path);45 ^46/sqlite/src/json.c:5582:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]47 sqlite3InsertBuiltinFuncs(aJsonFunc, ArraySize(aJsonFunc));48 ^49[info] Mutation score: 22%50[info] Total execution time: 584ms51[info] Surviving mutants: 752 