layout | title | permalink |
---|---|---|
default |
lhs <<= rhs |
/relations/leftbit-assigment/ |
public int leftShift(int lexp, int rexp) {
lexp <<= rexp;
return lexp;
}
Total of Mutants¹ | Sufficient Mutants | Reduction |
---|---|---|
3 | 1 | 66.67% |
¹Excluding stillborn and stubborn mutants.
Operator | #Mutants | Stillborn | Stubborn | Total |
---|---|---|---|---|
ASRS | 1 | 0 | 0 | 1 |
ODL | 1 | 0 | 0 | 1 |
SDL | 1 | 0 | 0 | 1 |
Total | 3 | 0 | 0 | 3 |