Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 814 Bytes

not-exp.md

File metadata and controls

41 lines (26 loc) · 814 Bytes
layout title permalink
default
!exp
/relations/not-exp/

Target: !exp

Snippet

public boolean complement(boolean exp) {
    return !exp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
2 1 50.00%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
ODL 1 0 0 1
VDL/CDL 1 -1 0 0
COD 1 0 0 1
Total 3 -1 0 2