What is a Control Flow Graph?
A directed labeled graph representing the flow of a program.
Each node is a statement or group of statements.
What coverage types exist for Structural testing?
What is a DD-Path Graph?
Basically Control Flow Graph simplified. (Long chains squashed to a single node)
Apart from standard statement, edge/condition, and path coverage, what other coverage types can exist?