analyze_coupling
Identify tightly-coupled modules that resist change by analyzing Ca, Ce, instability, and hub scores. Pinpoint coupling hotspots to prioritize refactoring.
Instructions
Analyze module coupling metrics: afferent coupling (Ca), efferent coupling (Ce), instability (Ce/(Ca+Ce)), and hub scores. Identifies tightly-coupled modules that may resist change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root directory. |