Efferent Coupling at Module Level for C++ #674
Labels
Kind: Enhancement 🌟
Kind: Important 🥇
Level: Intermediate (3)
Plugin: C++
Issues related to the parsing and presentation of C++ projects.
Plugin: Metrics
Issues related to the code metrics plugin.
Milestone
Coupling is metric which can be computed for structural units at different levels (e.g. classes, namespaces, modules).
It measures how many other entities an entity depends on; and how many dependants it has.
The Efferent Coupling for a particular module is the number of types inside this module that depends on types outside this module.
High efferent coupling indicates that the concerned module is dependant.
The text was updated successfully, but these errors were encountered: