Get Function Complexity
get_function_complexityAnalyze functions in a source file to calculate cyclomatic complexity and identify which need testing most urgently.
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. |