Class Score


  • public final class Score
    extends Object
    • Constructor Detail

      • Score

        public Score​(String name,
                     Iterable<StatusCount> counts,
                     long totalMutations,
                     long totalDetected,
                     long totalWithCoverage)
    • Method Detail

      • getMutatorName

        public String getMutatorName()
      • getTotalMutations

        public long getTotalMutations()
      • getTotalDetectedMutations

        public long getTotalDetectedMutations()
      • getTotalWithCoverage

        public long getTotalWithCoverage()
      • getPercentageDetected

        public int getPercentageDetected()