Class MutationStatistics
- java.lang.Object
-
- org.pitest.mutationtest.statistics.MutationStatistics
-
public final class MutationStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description MutationStatistics(Iterable<Score> scores, long totalMutations, long totalDetected, long totalWithCoverage, long numberOfTestsRun, Set<ClassName> mutatedClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNumberOfTestsRun()intgetPercentageDetected()Iterable<Score>getScores()intgetTestStrength()longgetTotalDetectedMutations()longgetTotalMutations()longgetTotalMutationsWithCoverage()longgetTotalSurvivingMutations()Set<ClassName>mutatedClasses()voidreport(PrintStream out)
-
-
-
Method Detail
-
getTotalMutations
public long getTotalMutations()
-
getTotalDetectedMutations
public long getTotalDetectedMutations()
-
getTotalMutationsWithCoverage
public long getTotalMutationsWithCoverage()
-
getNumberOfTestsRun
public long getNumberOfTestsRun()
-
getTotalSurvivingMutations
public long getTotalSurvivingMutations()
-
getPercentageDetected
public int getPercentageDetected()
-
report
public void report(PrintStream out)
-
getTestStrength
public int getTestStrength()
-
-