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 115ms7[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: 2)14[debug] /sqlite/src/window.c:633:3 ExecutionResult: Passed15[debug] /sqlite/src/window.c:581:5 ExecutionResult: Passed16
[################################] 2/2. Finished in 111ms17[debug] Done running mutants18[info] Survived mutants (2/2):19/sqlite/src/window.c:581:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]20 noopStepFunc(p, n, a);21 ^22/sqlite/src/window.c:633:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]23 sqlite3InsertBuiltinFuncs(aWindowFuncs, ArraySize(aWindowFuncs));24 ^25[info] Mutation score: 0%26[info] Total execution time: 443ms27[info] Surviving mutants: 228 