check_coupling
Analyze class coupling metrics in Python code to identify dependencies and maintain modular software design.
Instructions
Analyze class coupling (CBO - Coupling Between Objects) metrics
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to Python code to analyze |