Question: How do you feel about cyclomatic complexity?
Answer: 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.
Question:
How do you feel about cyclomatic complexity? Answer:
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. Source: CoolInterview.com
Cyclomatic complexity is a software metric .It was developed by Thomas J. McCabe in 1976 and is used to measure the complexity of a program. It directly measures the number of linearly independent paths through a program's source code.