public final class Score extends Object
| Constructor and Description |
|---|
Score(String name,
Iterable<StatusCount> counts,
long totalMutations,
long totalDetected) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMutatorName() |
int |
getPercentageDetected() |
long |
getTotalDetectedMutations() |
long |
getTotalMutations() |
void |
report(PrintStream out) |
public Score(String name, Iterable<StatusCount> counts, long totalMutations, long totalDetected)
public void report(PrintStream out)
public String getMutatorName()
public long getTotalMutations()
public long getTotalDetectedMutations()
public int getPercentageDetected()
Copyright © 2019 MuDebug. All rights reserved.