Slide 29
Slide 29 text
OK. What view does ABC metric provide?
ABC stands for “Assign”, “Branch”, and
“Condition”. These are the basic elements of
imperative programming languages like Ruby.
ABC metric indicates magnitude of code with the
following formula:
where a, b, and c are the number of assigns,
branches, and conditions respectively.