Package org.jacoco.report.check
Rules check implementation.
-
Interface Summary Interface Description IViolationsOutput Call-back interface which is used to report rule violations to. -
Class Summary Class Description BundleChecker Internal class to check a list of rules against aIBundleCoverage
instance.Limit Descriptor for a limit which is given by aRule
.Rule A rule applies for a certain element type and can define any number of limits for all elements of this type.RulesChecker Formatter which checks a set of given rules and reports violations to aIViolationsOutput
instance.