Provided by: analizo_1.25.4-2_all bug

NAME

       Analizo::Metric::AverageMethodLinesOfCode - Average Method Lines of Code (AMLOC) metric

DESCRIPTION

       The metric calculation is based on the following article and calculates the average number
       of lines of code per method.

       Article: Monitoring of source code metrics in open source projects by Paulo Roberto
       Miranda Meirelles.

       See the adaptation of the paragraph about Average Method Lines of Code metric:

       This metric indicates if the code is well distributed between the methods. How bigger,
       "heavier" are the methods. It's preferable to have a lot of small and of easy
       understanding operations than few large and complex operations.

perl v5.36.0                                2022-10Analizo::Metric::AverageMethodLinesOfCode(3pm)