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 5ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 109ms13[info] Running mutants (threads: 4)14[debug] /sqlite/src/window.c:451:10 ExecutionResult: Passed15[debug] /sqlite/src/window.c:633:3 ExecutionResult: Passed16
[################----------------] 2/417[debug] /sqlite/src/window.c:964:7 ExecutionResult: Failed18[debug] /sqlite/src/window.c:455:5 ExecutionResult: Failed19
[################################] 4/4. Finished in 121ms20[debug] Done running mutants21[info] Survived mutants (2/4):22/sqlite/src/window.c:451:10: warning: Survived: Replaced x++ with x-- [cxx_post_inc_to_post_dec]23 p->iRow++;24 ^25/sqlite/src/window.c:633:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]26 sqlite3InsertBuiltinFuncs(aWindowFuncs, ArraySize(aWindowFuncs));27 ^28[info] Mutation score: 50%29[info] Total execution time: 443ms30[info] Surviving mutants: 231 