Decision-to-decision path
From Wikipedia, the free encyclopedia
A decision-to-decision path, or DD-Path, is a path of execution (usually through a graph representing a program, such as a flow-chart) that does not include any conditional nodes. That is, it is the path of execution between two decisions.
[edit] See Also
- Essential complexity
- Code coverage
- Basis path testing
- Cyclomatic_complexity