Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 861 Bytes

minus-exp.md

File metadata and controls

42 lines (27 loc) · 861 Bytes
layout title permalink
default
-exp
/relations/minus-exp/

Target: -exp

Snippet

public int minus(int exp) {
    return -exp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
3 1 66.67%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
LOI 1 0 0 1
ODL 1 0 0 1
VDL/CDL 1 -1 0 0
AODU 1 0 0 1
Total 4 -1 0 3