Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 867 Bytes

bit-not-exp.md

File metadata and controls

42 lines (27 loc) · 867 Bytes
layout title permalink
default
~exp
/relations/bit-not-exp/

Target: ~exp

Snippet

public int complement(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
LOD 1 0 0 1
LOI 1 0 0 1
Total 4 -1 0 3