The advanced code coverage metric mandated for critical safety-avionics systems (DO-178C) requiring every condition in a decision to independently affect the outcome is:
AStatement Coverage
BBranch Coverage
CPath Coverage
DModified Condition/Decision Coverage (MC/DC)
Explanation
MC/DC ensures that every condition inside a decision is tested to independently affect the decision’s overall output.

No Comments