| [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 105ms | |
| [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 103ms | |
| [info] Running mutants (threads: 18) | |
| [debug] /libxml2/SAX2.c:920:21 ExecutionResult: Failed | |
| [#-------------------------------] 1/18 | |
| [debug] /libxml2/SAX2.c:2717:20 ExecutionResult: Passed | |
| [###-----------------------------] 2/18 | |
| [debug] /libxml2/SAX2.c:43:5 ExecutionResult: Passed | |
| [#####---------------------------] 3/18 | |
| [debug] /libxml2/SAX2.c:922:42 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:921:15 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:2713:17 ExecutionResult: Passed | |
| [debug] /libxml2/SAX2.c:925:24 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:2641:9 ExecutionResult: Passed | |
| [##############------------------] 8/18 | |
| [debug] /libxml2/SAX2.c:2645:5 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:2640:13 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:923:24 ExecutionResult: Failed | |
| [debug] /libxml2/SAX2.c:922:42 ExecutionResult: Passed | |
| [debug] /libxml2/SAX2.c:2712:14 ExecutionResult: Passed | |
| [#######################---------] 13/18 | |
| [debug] /libxml2/SAX2.c:905:20 ExecutionResult: Failed | |
| [########################--------] 14/18 | |
| [debug] /libxml2/SAX2.c:901:31 ExecutionResult: Failed | |
| [##########################------] 15/18 | |
| [debug] /libxml2/SAX2.c:899:24 ExecutionResult: Failed | |
| [############################----] 16/18 | |
| [debug] /libxml2/SAX2.c:910:14 ExecutionResult: Failed | |
| [##############################--] 17/18 | |
| [debug] /libxml2/SAX2.c:2637:13 ExecutionResult: Failed | |
| [################################] 18/18. Finished in 287ms | |
| [debug] Done running mutants | |
| [info] Survived mutants (6/18): | |
| /libxml2/SAX2.c:43:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] | |
| xmlCtxtErrMemory(ctxt); | |
| ^ | |
| /libxml2/SAX2.c:922:42: warning: Survived: Replaced < with <= [cxx_lt_to_le] | |
| if ((unsigned) ctxt->input->line < (unsigned) USHRT_MAX) | |
| ^ | |
| /libxml2/SAX2.c:2641:9: warning: Survived: Removed the call to the function [cxx_remove_void_call] | |
| xmlSAX2ErrMemory(ctxt); | |
| ^ | |
| /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: 66% | |
| [info] Total execution time: 534ms | |
| [info] Surviving mutants: 6 | |