This rule is defined by the following Java class: net.sourceforge.pmd.rules.design.NpathComplexity
Example:
public class Foo { void bar() { // lots of complicated code } }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
minimum | 200 | The npath reporting threshold |