Which testing metric evaluates the percentage of executable branches in a control flow graph evaluated by a test suite?
AStatement Coverage
BCondition Coverage
CPath Coverage
DBranch Coverage (Decision Coverage)
