Class CoveragePercentage

java.lang.Object
mockit.coverage.CoveragePercentage

public final class CoveragePercentage extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    calculate(@org.checkerframework.checker.index.qual.NonNegative int coveredCount, @org.checkerframework.checker.index.qual.NonNegative int totalCount)
     
    static String
    percentageColor(@org.checkerframework.checker.index.qual.NonNegative int coveredCount, @org.checkerframework.checker.index.qual.NonNegative int totalCount)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • calculate

      public static int calculate(@org.checkerframework.checker.index.qual.NonNegative int coveredCount, @org.checkerframework.checker.index.qual.NonNegative int totalCount)
    • percentageColor

      @NonNull public static String percentageColor(@org.checkerframework.checker.index.qual.NonNegative int coveredCount, @org.checkerframework.checker.index.qual.NonNegative int totalCount)