Most complex files
most_complex_filesIdentify complex files by cyclomatic complexity to pinpoint refactoring targets without reading the entire codebase.
Instructions
Ranks modules by cyclomatic complexity so you can find refactoring targets without reading the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many files to return (1-50) | |
| directory | Yes | Absolute or relative path to the source directory to analyse |