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.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.