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 104ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 8ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 107ms13[info] Running mutants (threads: 3)14[debug] /sqlite/src/select.c:5611:5 ExecutionResult: Passed15[debug] /sqlite/src/select.c:5607:15 ExecutionResult: Failed16
[#####################-----------] 2/317[debug] /sqlite/src/select.c:5612:25 ExecutionResult: Passed18
[################################] 3/3. Finished in 121ms19[debug] Done running mutants20[info] Survived mutants (2/3):21/sqlite/src/select.c:5611:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]22 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0);23 ^24/sqlite/src/select.c:5612:25: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]25 pParse->checkSchema = 1;26 ^27[info] Mutation score: 33%28[info] Total execution time: 452ms29[info] Surviving mutants: 230 