Inspectopedia Help

Function metrics

Function with more than three negations   New in this release

Reports a function with three or more negation operations (! or !=).

Function with multiple loops   New in this release

Reports a function with multiple loop statements.

Function with multiple return points   New in this release

Reports a function with multiple return points.

Function with too many parameters   New in this release

Reports a function with too many parameters.

Overly complex function  

Reports a function with too many branching points in a function (too high cyclomatic complexity).

Overly long function   New in this release

Reports an overly long function.

Overly nested function   New in this release

Reports a function whose body contains statements that are too deeply nested within other statements.

Last modified: 11 September 2024