How do you feel about cyclomatic complexity?

Showing Answers 1 - 5 of 5 Answers

sarvepalli

  • Jun 2nd, 2005
 

it measures the number of linearly-independent paths through a program module. This measure provides a single ordinal number that can be compared to the complexity of other programs. Cyclomatic complexity is often referred to simply as program complexity, or as McCabe's complexity. It is often used in concert with other software metrics. As one of the more widely-accepted software metrics, it is intended to be independent of language and language format

  Was this answer useful?  Yes

Ravi Allam

  • Aug 22nd, 2005
 

It is used to measure the complexity of software process. It detemines the how many number of inputs are needed to test the application in all the possible ways.

  Was this answer useful?  Yes

laxman

  • Nov 21st, 2006
 

cyclomatic complexity gives the positive flow &negative flow  of the programme

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions