logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Analizo::Metric::NumerOfPublicMethods - Number of Public Methods (NPM) metric

Description

       The metric calculation is based on the following article and calculates the number of public methods of a
       class.

       Article: Monitoringofsourcecodemetricsinopensourceprojects by Paulo Roberto Miranda Meirelles.

       See the adaptation of the paragraph about Number of Public Methods in the article:

       Represents the size of the "interface" of the class. Methods are directly related to the operations
       provided in the respective class. High values for this metric indicate that a class has many methods and
       probably many responsibilities, which conflicts with good programming practices (Beck, 1997).

perl v5.40.0                                       2024-11-17             Analizo::Metric...OfPublicMethods(3pm)

Name

       Analizo::Metric::NumerOfPublicMethods - Number of Public Methods (NPM) metric

See Also