Multiple Condition Coverage
Multiple Condition Coverage is also known as Condition Combination Coverage. In Multiple Condition Coverage for each decision all the combinations of conditions should be evaluated. Lets take an example: if (A||B) then print C (more…)