Pattern: High cyclomatic complexity
Issue: -
Checks the cyclomatic complexity (McCabe) for functions.
The cyclomatic complexity (also called McCabe code metrics) indicates the complexity within a function by counting the different paths the function includes.