Precise definition of MCDC
Maybe a more precise definition would be useful:
"every condition in a decision has been shown to independently affect that decision’s outcome" is not easy to understand. One could expand it to read:
"i.e., for every condition c
in a decision d
, there is a test case such that only changing the value of c
(from true
to false
, or from false
to true
) also changes the outcome of d
."