File size: 1,743 Bytes
7510827 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
[info] Using config /sqlite/mull.yml
[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.
[warning] Could not find dynamic library: libm.so.6
[warning] Could not find dynamic library: libc.so.6
[info] Warm up run (threads: 1)
[################################] 1/1. Finished in 107ms
[info] Extracting coverage information (threads: 1)
[################################] 1/1. Finished in 3ms
[info] Filter mutants (threads: 1)
[################################] 1/1. Finished in 0ms
[info] Baseline run (threads: 1)
[################################] 1/1. Finished in 110ms
[info] Running mutants (threads: 8)
[debug] /sqlite/src/attach.c:467:16 ExecutionResult: Failed
[debug] /sqlite/src/attach.c:469:17 ExecutionResult: Failed
[debug] /sqlite/src/attach.c:479:12 ExecutionResult: Failed
[debug] /sqlite/src/attach.c:471:7 ExecutionResult: Failed
[################----------------] 4/8
[debug] /sqlite/src/attach.c:548:21 ExecutionResult: Failed
[debug] /sqlite/src/attach.c:548:15 ExecutionResult: Failed
[debug] /sqlite/src/attach.c:554:17 ExecutionResult: Passed
[############################----] 7/8
[debug] /sqlite/src/attach.c:553:23 ExecutionResult: Passed
[################################] 8/8. Finished in 146ms
[debug] Done running mutants
[info] Survived mutants (2/8):
/sqlite/src/attach.c:553:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
pFix->w.walkerDepth = 0;
^
/sqlite/src/attach.c:554:17: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
pFix->w.eCode = 0;
^
[info] Mutation score: 75%
[info] Total execution time: 462ms
[info] Surviving mutants: 2
|