Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 842 Bytes

lexp-mod-rexp.md

File metadata and controls

41 lines (26 loc) · 842 Bytes
layout title permalink
default
lexp % rexp
/relations/lexp-mod-rexp/

Target: lexp % rexp

Snippet

public int mod(int lexp, int rexp) {
    return lexp % rexp;
}

DMSG

image

Sufficient Mutants

Total of Mutants¹ Sufficient Mutants Reduction
8 4 50.00%

¹Excluding stillborn and stubborn mutants.

Mutants

Operator #Mutants Stillborn Stubborn Total
ODL 2 0 0 2
VDL/CDL 2 0 0 2
AORB 4 0 0 4
Total 8 0 0 8