Is there software that takes your code as input outputs logic flow diagrams for Path and Loop testing? Should it exist, come as an actual independent application or is it part of a framework?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
You're looking for something that diagrams the Cyclomatic Complexity of a function. Many have been written, but they're usually specific to a single programming language. |
|||
|