public final class CoveragePercentage extends Object
| Constructor and Description |
|---|
CoveragePercentage() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calculate(int coveredCount,
int totalCount) |
static String |
percentageColor(int coveredCount,
int totalCount) |
public static int calculate(int coveredCount,
int totalCount)
@NotNull public static String percentageColor(int coveredCount, int totalCount)
Copyright © 2014. All rights reserved.