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::NumerOfAttributes - Number of Attributes (NOA) metric

Description

       The metric calculation is based on the following article and calculates the number of attributes of a
       class.

       Article: Monitoringofsourcecodemetricsinopensourceprojects by Paulo Roberto Miranda Meirelles.

       See the adaptation of the paragraph about Number of Attributes in the article:

       Calculates the number of attributes of a class. Its minimum value is zero and there is no upper limit to
       its result. A class with many attributes may indicate that it has many responsibilities and presents a
       low cohesion, i. e., is probably dealing with several different subjects.

perl v5.40.0                                       2024-11-17              Analizo::Metri...berOfAttributes(3pm)

Name

       Analizo::Metric::NumerOfAttributes - Number of Attributes (NOA) metric

See Also