analyze_complexity
Evaluate cyclomatic and cognitive complexity in your codebase to identify overly complex functions and improve maintainability.
Instructions
Evaluate cyclomatic and cognitive complexity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| reportFormat | No | summary | |
| maxComplexity | No | Maximum allowed complexity |