Cyclomatic complexity

From LabVIEW Wiki
Jump to: navigation, search

This article is about the concept. For the VI Analyzer test see Cyclomatic Complexity (VI Analyzer Test).

Cyclomatic complexity measures the number of linearly independent paths in the block diagram code. It gives an indication on the amount of branching in the code and subsequently the recommended number of test cases for the VI.

See also

External links