MC/DC定义如下:
Condition —— a Boolean expression containing no Boolean
operators:
Decision —— a Boolean expression composed of conditions and
zero or more Boolean operators:
Modified Condition/Decision Coverage —— every point of entry
and exit in the program has been invoked at least once,every condition
in the program has taken all possible outcomes at least once,and each
condition in a decision has been shown to independently affect a
decision S outcome by varying just that condition while holding fixed
all other possible conditions.