Cyclomatic complexity is software metric used in software developments as White box testing and structural testing. The purpose of the paper is to describe the Use and Analysis on Cyclomatic complexity in Software development with an example. The Cyclomatic complexity is computed using the flow graph of the program: the nodes of the graph correspond to one or more code statement and the edges connect two nodes. Based on the flow graph how to find Cyclomatic complexity is described here.
@artical{c852019ijcatr08051002,
Title = "Use and Analysis on Cyclomatic Complexity in Software Development",
Journal ="International Journal of Computer Applications Technology and Research (IJCATR)",
Volume = "8",
Issue ="5",
Pages ="153 - 156",
Year = "2019",
Authors ="Chandrakant R. Gujar"}