complexity_analyze
Measure cyclomatic complexity in a project directory to flag overly complex functions that exceed a configurable threshold.
Instructions
Analyze cyclomatic complexity of functions and identify overly complex code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for Pro/Enterprise | |
| directory | Yes | Project directory to analyze | |
| threshold | No | Complexity threshold to flag |