Jump to content

Cyclomatic complexity

From LabVIEW Wiki
Revision as of 14:21, 20 August 2024 by Logmanoriginal (talk | contribs) (Change category to Category:Complexity Metrics)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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