get_complexity_score
Analyze a codebase directory to get a complexity score from 0 to 100, a letter grade (A-F), and a complexity profile with top offenders, enabling quick identification of areas needing refactoring.
Instructions
Get an overall complexity health score (0-100) with letter grade (A-F), complexity profile classification, and top offenders. Quick project health check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to analyze. |