Term of the Moment

data processing


Look Up Another Term


Definition: cyclomatic complexity


A measurement of the intricacy of a program module based on the number of repetitive cycles or loops that are made in the program logic. It is used as a general measure of complexity for software quality control as well as to determine the number of testing procedures.