Class NPathComplexityRule

  • All Implemented Interfaces:
    PLSQLParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.lang.rule.stat.StatisticalRule, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

    public class NPathComplexityRule
    extends AbstractStatisticalPLSQLRule
    NPath complexity is a measurement of the acyclic execution paths through a function. See Nejmeh, Communications of the ACM Feb 1988 pp 188-200.
    Author:
    Jason Bennett