All Questions
1 question
0
votes
1
answer
78
views
Would it make sense to count cyclomatic complexity for design diagrams?
I know CC is counted at the code level to determine a set of basis paths (i.e. independent paths), the elements of which then can be combined to create any possible execution paths.
In software ...