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