Metrics

Name

Description

ENM

Encapsulation Metric

This metric count of all the methods defined in a class and hold a single construct behavior so that OOD property prevent access to attribute declaration by protecting the internal structure of the objects.

DCC

Coupling Metric

This metric shows the property of interdependency among objects in a design.

COM

Cohesion Metric

This metric computes the relatedness among methods and attribute in a class.

MFA

Inheritance Metric

This metric count “is-a” relationship between classes. This association is correlated to the level of class in an inheritance structure.