This document discusses condition determination testing and coverage. It defines condition determination testing as a white box test design technique where test cases independently affect decision outcomes that have been exercised by a test suite. 100% condition determination coverage implies 100% decision condition coverage. Examples of condition determination coverage for different code structures like IF/ELSE, SWITCH, WHILE, and nested conditions are provided.