Brain Dump

McCabe Metrics

Tags
soft-eng

A code metric that interprets the [see page 44, control flow] graph of a procedure to measure its complexity.

This involves identifying where the procedure branches (while loops, conditions, etc.), generally whenever the code is indented, to form a graph and then using a measure of the edges of the graph to state its complexity.