Package 

Class StdCyclomaticComplexityRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.apex.ast.ApexVisitor , net.sourceforge.pmd.lang.ast.AstVisitor , net.sourceforge.pmd.lang.rule.Rule , net.sourceforge.pmd.properties.PropertySource

    
    public class StdCyclomaticComplexityRule
    extends AbstractApexRule
                        

    Implements the standard cyclomatic complexity rule

    Standard rules: +1 for each decision point, but not including boolean operators unlike CyclomaticComplexityRule.