| [info] Using config /zlib/mull.yml |
| [debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed. |
| [warning] Could not find dynamic library: libc.so.6 |
| [info] Warm up run (threads: 1) |
|
[################################] 1/1. Finished in 108ms |
| [info] Extracting coverage information (threads: 1) |
|
[################################] 1/1. Finished in 0ms |
| [info] Filter mutants (threads: 1) |
|
[################################] 1/1. Finished in 0ms |
| [info] Baseline run (threads: 1) |
|
[################################] 1/1. Finished in 105ms |
| [info] Running mutants (threads: 12) |
| [debug] /zlib/trees.c:182:21 ExecutionResult: Failed |
| [debug] /zlib/trees.c:184:28 ExecutionResult: Passed |
|
[#####---------------------------] 2/12 |
| [debug] /zlib/trees.c:182:21 ExecutionResult: Passed |
| [debug] /zlib/trees.c:187:37 ExecutionResult: Passed |
| [debug] /zlib/trees.c:184:28 ExecutionResult: Failed |
| [debug] /zlib/trees.c:187:42 ExecutionResult: Passed |
| [debug] /zlib/trees.c:187:16 ExecutionResult: Passed |
|
[##################--------------] 7/12 |
| [debug] /zlib/trees.c:189:17 ExecutionResult: Failed |
|
[#####################-----------] 8/12 |
| [debug] /zlib/trees.c:863:5 ExecutionResult: Failed |
|
[########################--------] 9/12 |
| [debug] /zlib/trees.c:187:32 ExecutionResult: Passed |
| [debug] /zlib/trees.c:868:16 ExecutionResult: Failed |
| [debug] /zlib/trees.c:188:15 ExecutionResult: Failed |
|
[################################] 12/12. Finished in 193ms |
| [debug] Done running mutants |
| [info] Survived mutants (6/12): |
| /zlib/trees.c:182:21: warning: Survived: Replaced > with >= [cxx_gt_to_ge] |
| if (s->bi_valid > 8) { |
| ^ |
| /zlib/trees.c:184:28: warning: Survived: Replaced > with >= [cxx_gt_to_ge] |
| } else if (s->bi_valid > 0) { |
| ^ |
| /zlib/trees.c:187:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] |
| s->bi_used = ((s->bi_valid - 1) & 7) + 1; |
| ^ |
| /zlib/trees.c:187:32: warning: Survived: Replaced - with + [cxx_sub_to_add] |
| s->bi_used = ((s->bi_valid - 1) & 7) + 1; |
| ^ |
| /zlib/trees.c:187:37: warning: Survived: Replaced & with | [cxx_and_to_or] |
| s->bi_used = ((s->bi_valid - 1) & 7) + 1; |
| ^ |
| /zlib/trees.c:187:42: warning: Survived: Replaced + with - [cxx_add_to_sub] |
| s->bi_used = ((s->bi_valid - 1) & 7) + 1; |
| ^ |
| [info] Mutation score: 50% |
| [info] Total execution time: 409ms |
| [info] Surviving mutants: 6 |
|
|