Code Metrics Overview
Comprehensive analysis of your codebase quality and maintainability
Lines of Code
Total codebase size
{{total_code_metrics.loc}}
lines
{{#IF has_total_code_metrics_trend}}
{{total_code_metrics_trend.loc_delta}}
{{/IF}}
0
Small
0
Medium
0
Large
0
Very Large
Total size of your codebase. Larger codebases require more maintenance effort and are harder to understand.
Avg. Complexity
Cyclomatic complexity per function
{{total_code_metrics.avgCcPerFunction}}
per function
{{#IF has_total_code_metrics_trend}}
{{total_code_metrics_trend.avgCcPerFunction_delta}}
{{/IF}}
0
Simple
0
Moderate
0
Complex
0
Very Complex
Lower complexity (1-4) is better. Values above 10 indicate functions that are hard to test and maintain.
Maintainability
Maintainability index
{{total_code_metrics.maintainabilityIndex}}
/ 100
{{#IF has_total_code_metrics_trend}}
{{total_code_metrics_trend.maintainabilityIndex_delta}}
{{/IF}}
0
Excellent
0
Good
0
Fair
0
Poor
Higher is better. Values above 80 indicate highly maintainable code, below 60 suggests refactoring needed.
Avg. Method Size
Average lines per method
{{total_code_metrics.avgLocPerFunction}}
lines
{{#IF has_total_code_metrics_trend}}
{{total_code_metrics_trend.avgLocPerFunction_delta}}
{{/IF}}
0
Concise
0
Optimal
0
Large
0
Too Large
Shorter methods (10-20 lines) are easier to understand and test. Methods over 50 lines should be refactored.
Git Activity
Commit frequency over time
License Types
Distribution by license