Home | History | Annotate | Download | only in coverage

Lines Matching refs:Rule

38  - rule
370 class Rule(Element):
381 self.debug("Rule applicability: %s" % isApplicable)
388 """Return the rule applicability depending on children applicability.
395 class CriterionRule(FromDomElement, DomPopulatedElement, Rule):
420 class CompoundRule(FromDomElement, DomPopulatedElement, Rule):
448 class RootRule(DomPopulatedElement, Rule):
455 # A configuration can only have one or no rule
499 "rule:\n%s\n"
536 self.debug("Applied but rule does not match current "
999 help="ignore application of configuration with a false rule "