what is cyclomatic complexity ?

Answer Posted / rathnapriya

Cyclometric complexity or conditional complexity is
software metric used to measure the complexity of the
software program.It measures the linear independent paths
that passes through the program source code.

formula for cuclometric complexity is
M= E-N+2P

Where M is cyclometric complexity
E is the number of the edges in the graph
N is the number of the nodes in the graph
P is the number of connected components

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

kindly guide me about inspection process with the requried roles in detail?

1587


What are the key components of a test case template

795


What is the difference between web, window, desktop and client server application testing?

736


What is conformance testing?

654


What kinds of performance tests might be required for a word processing system?

1573






Define Quality testing ?

1009


What if the application has functionality that was not in the requirements?

657


How do you determine which piece of software require how much testing?

1203


What are test driver and test stub and why it is required?

742


Why is it often hard for management to get serious about quality assurance?

640


What is cast?

726


What are the solutions for the software development problem?

633


What is mr and what information does mr consists of?

702


what is Conventional SPMs

1772


Can you perform regression testing performed manually?

683