Cyclomatic complexity
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
- Cyclomatic complexity (Wikipedia)
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |