Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 932 Bytes

predec-exp.md

File metadata and controls

43 lines (28 loc) · 932 Bytes
layout title permalink
default
--exp
/relations/predec-exp/

Target: --exp

Snippet

public int decrementPrefix(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
ODL 1 0 0 1
VDL/CDL 1 -1 0 0
AORS 1 0 0 1
AODS 1 0 0 1
LOI 1 -1 0 0
Total 5 -2 0 3