• Condition coverage (or predicate coverage) – Has each
boolean sub-expression evaluated both to true and false?
This does not necessarily imply decision coverage.
• Condition/decision coverage - Both decision and
condition coverage should be satisfied.
• Modi