0%

ALL meanings of cyclomatic complexity

C c
  • noun Technical meaning of cyclomatic complexity (programming, testing)   A measure of the number of linearly independent paths through a program module. Cyclomatic complexity is a measure for the complexity of code related to the number of ways there are to traverse a piece of code. This determines the minimum number of inputs you need to test all ways to execute the program. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?