Skip to content

Efferent Coupling at Module Level for C++ #674

@mcserep

Description

@mcserep

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 outside this module on which types inside this module directly depends.

High efferent coupling indicates that the concerned module is dependant.

Metadata

Metadata

Type

No type

Projects

Status

Done

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions