| Constructor and Description |
|---|
StatEntry(int total,
int covered) |
StatEntry(int total,
int covered,
@Nullable Entry prevValue) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiffEntry |
getDiff()
Returns diff with previous value if such value is available or null
|
compareTo, getCovered, getPercent, getTotal, toStringpublic StatEntry(int total,
int covered)
public StatEntry(int total,
int covered,
@Nullable
@Nullable Entry prevValue)
@Nullable public @Nullable DiffEntry getDiff()