Jump to content

Cyclomatic complexity: Difference between revisions

From LabVIEW Wiki
Created page with "''This article is about the concept. For the VI Analyzer test see Cyclomatic Complexity (VI Analyzer Test). '''Cyclomatic complexity''' measures the number of linearl..."
 
m Change category to Category:Complexity Metrics
 
Line 12: Line 12:
{{stub}}
{{stub}}


[[Category:VI Metrics]]
[[Category:Complexity Metrics]]

Latest revision as of 14:21, 20 August 2024

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