Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 848 Bytes

lexp-bit-and-rexp.md

File metadata and controls

42 lines (26 loc) · 848 Bytes
layout title permalink
default
lexp + rexp
/relations/lexp-bit-and-rexp/

Target: lexp & rexp

Snippet

public int and(int lexp, int rexp) {
    return lexp & rexp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
6 2 66.67%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
ODL 2 0 0 2
VDL/CDL 2 0 0 2
LOR 2 0 0 2
Total 6 0 0 6