Package fr.bl.drit.jacoco.report
Interface MinimalReportGenerator.ClassesCoverage
- All Superinterfaces:
Map<String,MinimalReportGenerator.MethodsCoverage>
- Enclosing class:
- MinimalReportGenerator
public static interface MinimalReportGenerator.ClassesCoverage
extends Map<String,MinimalReportGenerator.MethodsCoverage>
Represents the coverage of all covered classes in a report.
The key is the fully-qualified class name (using dot notation), and the value is the
corresponding MinimalReportGenerator.MethodsCoverage describing covered methods and their covered lines.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values