Interface MinimalReportGenerator.LinesCoverage

All Superinterfaces:
Collection<Integer>, Iterable<Integer>, List<Integer>
Enclosing class:
MinimalReportGenerator

public static interface MinimalReportGenerator.LinesCoverage extends List<Integer>
Represents the coverage of a single method as a list of covered source line numbers.

If there is no debug information, the list is empty and the whole method should be considered covered.