Package fr.bl.drit.jacoco.report
Interface MinimalReportGenerator.LinesCoverage
- Enclosing class:
- MinimalReportGenerator
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.
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray