public final class MutationStatistics extends Object
Constructor and Description |
---|
MutationStatistics(Iterable<Score> scores,
long totalMutations,
long totalDetected,
long totalWithCoverage,
long numberOfTestsRun) |
Modifier and Type | Method and Description |
---|---|
long |
getPercentageDetected() |
Iterable<Score> |
getScores() |
long |
getTestStrength() |
long |
getTotalDetectedMutations() |
long |
getTotalMutations() |
long |
getTotalMutationsWithCoverage() |
long |
getTotalSurvivingMutations() |
void |
report(PrintStream out) |
public long getTotalMutations()
public long getTotalDetectedMutations()
public long getTotalMutationsWithCoverage()
public long getTotalSurvivingMutations()
public long getPercentageDetected()
public void report(PrintStream out)
public long getTestStrength()
Copyright © 2021 org.pitest. All rights reserved.