Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 910 Bytes

lexp-xor-rexp.md

File metadata and controls

42 lines (27 loc) · 910 Bytes
layout title permalink
default
lexp ^ rexp
/relations/lexp-xor-rexp/

Target: lexp ^ rexp

Snippet

public boolean xor(boolean lexp, boolean rexp) {
    return lexp ^ rexp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
10 2 80.00%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
ODL 2 0 0 2
VDL/CDL 2 0 0 2
COR 6 0 -1 5
COI 1 0 0 1
Total 11 0 -1 10