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 107ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 0ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 106ms13[info] Running mutants (threads: 4)14[debug] /sqlite/src/hash.c:26:15 ExecutionResult: Passed15
[########------------------------] 1/416[debug] /sqlite/src/hash.c:107:5 ExecutionResult: Failed17[debug] /sqlite/src/hash.c:27:16 ExecutionResult: Passed18[debug] /sqlite/src/hash.c:87:18 ExecutionResult: Failed19
[################################] 4/4. Finished in 122ms20[debug] Done running mutants21[info] Survived mutants (2/4):22/sqlite/src/hash.c:26:15: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]23 pNew->count = 0;24 ^25/sqlite/src/hash.c:27:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]26 pNew->htsize = 0;27 ^28[info] Mutation score: 50%29[info] Total execution time: 429ms30[info] Surviving mutants: 231 