问题
I want to know how will it affect to the Cyclomatic Complexity when having multiple start or stop nodes in a control flow diagram.If you could explain the relationship between Cyclomatic Complexity and Start/Stop nodes it will be a great help.
回答1:
• A control flow graph can consist of many starts and stops. But according to McCabe's theory, if it is consist of multiple starts and stops it doesn't satisfy the formula.
来源:https://stackoverflow.com/questions/60485378/what-would-happen-if-a-control-flow-graph-consists-of-multiple-start-and-or-stop