Branch Coverage Sample Clauses
Branch Coverage. A measure of how many of the branches or decisions in a module have been executed during testing. ▇▇▇▇▇▇ IQ by default measures Expanded Branch Coverage, which extends the traditional measure by ensuring the logical conditions within a decision statement are tested, for those languages where the compiler implements short-circuiting. ▇▇▇▇▇▇ IQ can also measure branch coverage without consideration of short circuiting. If the Branch Coverage is <95% for new code or 75% for code under maintenance, then the test scripts require review and enhancement.
