Get Function Complexity
get_function_complexityAnalyze cyclomatic complexity of functions in a source file to identify which functions need testing first, enabling targeted test prioritization.
Instructions
Analyze a file's functions for cyclomatic complexity to prioritize which functions need tests most urgently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the source file to analyze. |