recently i had a question that was so confusing.What would happen if a control flow graph consists of multiple start and/or stop nodes?
Asked
Active
Viewed 87 times
1
-
You have Java tagged to your question - could you explain the connection please? – sprinter Mar 02 '20 at 06:09
-
Sorry it was a mistake.corrected – mithelan Mar 02 '20 at 06:16
-
Does this answer your question? [Cyclomatic Complexity for multiple return statements](https://stackoverflow.com/questions/23782629/cyclomatic-complexity-for-multiple-return-statements) – Cody MacPixelface Mar 02 '20 at 06:32
1 Answers
0
Control Flow Graphs can contain multiple start and end nodes.But it will restrict using McCabe's theory to calculate Cyclomatic Complexity.Only the structured programs with one entry point and a exit point will satisfy the equation

Dureksha Wasala
- 36
- 7