Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 850 Bytes

div-assigment.md

File metadata and controls

41 lines (27 loc) · 850 Bytes
layout title permalink
default
lhs /= rh
/relations/div-assigment/

Target: lhs /= rhs

Snippet

public int div(int lexp, int rexp) {
    lexp /= rexp;
    return lexp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
6 3 50.00%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
ASRS 4 0 0 4
ODL 1 0 0 1
SDL 1 0 0 1
Total 6 0 0 6