| [info] Using config /libxml2/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 108ms |
| [info] Extracting coverage information (threads: 1) |
|
[################################] 1/1. Finished in 4ms |
| [info] Filter mutants (threads: 1) |
|
[################################] 1/1. Finished in 1ms |
| [info] Baseline run (threads: 1) |
|
[################################] 1/1. Finished in 107ms |
| [info] Running mutants (threads: 7) |
| [debug] /libxml2/SAX2.c:2430:24 ExecutionResult: Passed |
| [debug] /libxml2/SAX2.c:2425:19 ExecutionResult: Failed |
|
[#########-----------------------] 2/7 |
| [debug] /libxml2/SAX2.c:2717:20 ExecutionResult: Passed |
| [debug] /libxml2/SAX2.c:2430:21 ExecutionResult: Passed |
| [debug] /libxml2/SAX2.c:2712:14 ExecutionResult: Passed |
| [debug] /libxml2/SAX2.c:2713:17 ExecutionResult: Passed |
|
[###########################-----] 6/7 |
| [debug] /libxml2/SAX2.c:2424:13 ExecutionResult: Failed |
|
[################################] 7/7. Finished in 194ms |
| [debug] Done running mutants |
| [info] Survived mutants (5/7): |
| /libxml2/SAX2.c:2430:21: warning: Survived: Replaced &= with |= [cxx_and_assign_to_or_assign] |
| ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, |
| ^ |
| /libxml2/SAX2.c:2430:24: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call] |
| ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, |
| ^ |
| /libxml2/SAX2.c:2712:14: warning: Survived: Replaced == with != [cxx_eq_to_ne] |
| if (hdlr == NULL) return(-1); |
| ^ |
| /libxml2/SAX2.c:2713:17: warning: Survived: Replaced == with != [cxx_eq_to_ne] |
| if (version == 2) { |
| ^ |
| /libxml2/SAX2.c:2717:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] |
| hdlr->initialized = XML_SAX2_MAGIC; |
| ^ |
| [info] Mutation score: 28% |
| [info] Total execution time: 449ms |
| [info] Surviving mutants: 5 |
|
|