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::AverageNumberOfParamters - Average Number of Parameters (ANPM) metric

Description

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

       Article: Monitoringofsourcecodemetricsinopensourceprojects by Paulo Roberto Miranda Meirelles.

       See the adaptation of the paragraph about Average Number of Parameters per Class in the article:

       "Calculates the average of parameters of the class methods. Its minimum value is zero and there is no
       upper limit to its result, but a high number of parameters may indicate that a method may have one more
       responsibility, i. e., more than one function"

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

Name

       Analizo::Metric::AverageNumberOfParamters - Average Number of Parameters (ANPM) metric

See Also