Reports methods that have too many branch points.

A branch point is one of the following:

Methods with too high cyclomatic complexity may be confusing and hard to test.

Use the Method complexity limit field to specify the maximum allowed cyclomatic complexity for a method.