scitools.com

← Report catalog

Low Maintainability Functions is one of Understand's built-in reports — run it on your own code from the GUI, or headlessly with und report.

Low Maintainability Functions

Languages: Any
Targets: Project
Finds functions exceeding thresholds for Cyclomatic, CountLine, and MaxNesting metrics.

This report helps identify potential low-maintainability functions in your codebase. It flags functions based on user-defined thresholds for three key metrics: Cyclomatic Complexity, CountLine, and MaxNesting. By identifying and addressing these functions, you can improve the overall maintainability and quality of your code. Read more about it in the blog article ↗.