The metric calculation is based on the following article and calculates the average number of lines of
code per method.
Article: Monitoringofsourcecodemetricsinopensourceprojects 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.40.0 2024-11-17 Analizo::Metri...thodLinesOfCode(3pm)