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::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: 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)

Name

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

See Also