Class Score
- java.lang.Object
-
- org.pitest.mutationtest.statistics.Score
-
public final class Score extends Object
-
-
Constructor Summary
Constructors Constructor Description Score(String name, Iterable<StatusCount> counts, long totalMutations, long totalDetected, long totalWithCoverage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMutatorName()intgetPercentageDetected()longgetTotalDetectedMutations()longgetTotalMutations()longgetTotalWithCoverage()voidreport(PrintStream out)
-
-
-
Constructor Detail
-
Score
public Score(String name, Iterable<StatusCount> counts, long totalMutations, long totalDetected, long totalWithCoverage)
-
-
Method Detail
-
report
public void report(PrintStream out)
-
getMutatorName
public String getMutatorName()
-
getTotalMutations
public long getTotalMutations()
-
getTotalDetectedMutations
public long getTotalDetectedMutations()
-
getTotalWithCoverage
public long getTotalWithCoverage()
-
getPercentageDetected
public int getPercentageDetected()
-
-