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)