Expand description
Coupling detection between code units.
Detects temporal coupling (files that change together frequently) by analysing co-change patterns in the commit history.
Structs§
- Coupling
- A detected coupling between two file paths.
- Coupling
Detector - Detects temporal coupling patterns from change history.
- Coupling
Options - Options for coupling detection.
Enums§
- Coupling
Type - The type of coupling detected.