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.