File size: 2,163 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
[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