Modified condition/decision coverage
Modified condition/decision coverage (MC/DC) is a code coverage criterion used in software testing. == Overview == MC/DC requires all of the below during testing: Each entry and exit point is invoked Each decision takes every possible outcome Each condition in a decision takes every possible outcome Each condition in a decision is shown to independently affect the outcome of the decision.
Source: Wikipedia — Modified condition/decision coverage (CC BY-SA 4.0)