Skip to main content

Module coupling

Module coupling 

Source
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.
CouplingDetector
Detects temporal coupling patterns from change history.
CouplingOptions
Options for coupling detection.

Enums§

CouplingType
The type of coupling detected.