layout | title | permalink |
---|---|---|
default |
lexp == rexp |
/relations/lexp-equal-rexp/ |
public boolean eq(int lexp, int rexp) {
return lexp == rexp;
}
Total of Mutants¹ | Sufficient Mutants | Reduction |
---|---|---|
8 | 3 | 62.50% |
¹Excluding stillborn and stubborn mutants.
Operator | #Mutants | Stillborn | Stubborn | Total |
---|---|---|---|---|
ROR | 7 | 0 | 0 | 7 |
COI | 1 | 0 | 0 | 1 |
Total | 8 | 0 | 0 | 8 |