Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Analizo::Metric::CouplingBetweenObjects - Coupling Between Objects (CBO) metric

Description

       The metric calculation is based on the following article and calculates the number of calls to other
       modules.

       Article: Ametricssuiteforobjectorienteddesign by Shyam R. Chidamber and Chris F. Kemerer.

       See the paragraph about Coupling Between Objects in the article:

       Theoretical Basis: CBO relates to the notion that an object is coupled to another object if one of them
       acts on the other, i.e., methods of one use method or instance variables of another. As stated earlier,
       since objects of the same class have the same properties, two classes are coupled when methods declared
       in on class use methods or instance variables defined by the other class.

perl v5.40.0                                       2024-11-17              Analizo::Metri...gBetweenObjects(3pm)

Name

       Analizo::Metric::CouplingBetweenObjects - Coupling Between Objects (CBO) metric

See Also