layout | title | permalink |
---|---|---|
default |
lexp ^ rexp |
/relations/lexp-bit-xor-rexp/ |
public int xor(int lexp, int rexp) {
return lexp ^ rexp;
}
Total of Mutants¹ | Sufficient Mutants | Reduction |
---|---|---|
6 | 1 | 83.34% |
¹Excluding stillborn and stubborn mutants.
Operator | #Mutants | Stillborn | Stubborn | Total |
---|---|---|---|---|
ODL | 2 | 0 | 0 | 2 |
VDL/CDL | 2 | 0 | 0 | 2 |
LOR | 2 | 0 | 0 | 2 |
Total | 6 | 0 | 0 | 6 |