public interface CoverageStatistics
| Modifier and Type | Method and Description |
|---|---|
@Nullable StatEntry |
getBlockStats()
Returns blocks (conditions & loops) statistics
|
@Nullable StatEntry |
getClassStats()
Returns class statistics
|
@Nullable StatEntry |
getLineStats()
Returns lines statistics
|
@Nullable StatEntry |
getMethodStats()
Returns methods statistics
|
@Nullable StatEntry |
getStatementStats()
Returns statements statistics
|
@Nullable @Nullable StatEntry getClassStats()
@Nullable @Nullable StatEntry getMethodStats()
@Nullable @Nullable StatEntry getBlockStats()
@Nullable @Nullable StatEntry getLineStats()
@Nullable @Nullable StatEntry getStatementStats()