Average Metrics is one of Understand's built-in reports — run it on your own code from the GUI, or headlessly with und report.
Average Metrics
Languages: AnyTargets: Architectures, Project
Display average metrics for files or classes
Create a table with each metric as a column and each file/class in the architecture or database as a row.
Available Metrics
- Average Lines (AvgCountLine)
- Average Blank Lines (AvgCountLineBlank)
- Average Blank Lines (Includes Inactive) (AvgCountLineBlankWithInactive)
- Average Code Lines (AvgCountLineCode)
- Average Code Lines (Includes Inactive) (AvgCountLineCodeWithInactive)
- Average Comment Lines (AvgCountLineComment)
- Average Comment Lines (Includes Inactive) (AvgCountLineCommentWithInactive)
- Average Cyclomatic Complexity (AvgCyclomatic)
- Average Modified Cyclomatic Complexity (AvgCyclomaticModified)
- Average Strict Cyclomatic Complexity (AvgCyclomaticStrict)
- Average Strict Modified Cyclomatic Complexity (AvgCyclomaticStrictModified)
- Average Essential Complexity (AvgEssential)
- Average Strict Modified Essential Complexity (AvgEssentialStrictModified)