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.