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