Uses of Class
org.pitest.mutationtest.statistics.Score
-
Packages that use Score Package Description org.pitest.mutationtest.statistics -
-
Uses of Score in org.pitest.mutationtest.statistics
Methods in org.pitest.mutationtest.statistics that return types with arguments of type Score Modifier and Type Method Description Iterable<Score>MutationStatistics. getScores()Constructor parameters in org.pitest.mutationtest.statistics with type arguments of type Score Constructor Description MutationStatistics(Iterable<Score> scores, long totalMutations, long totalDetected, long totalWithCoverage, long numberOfTestsRun, Set<ClassName> mutatedClasses)
-