Package fr.bl.drit.jacoco.report
Interface MinimalReportGenerator.MethodsCoverage
- All Superinterfaces:
Map<String,MinimalReportGenerator.LinesCoverage>
- Enclosing class:
- MinimalReportGenerator
public static interface MinimalReportGenerator.MethodsCoverage
extends Map<String,MinimalReportGenerator.LinesCoverage>
Represents the coverage of all covered methods within a single class.
The key is a method identifier composed of the method name and its descriptor,
and the value is the corresponding MinimalReportGenerator.LinesCoverage describing the covered source lines
for that method.
-
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