Lines Matching full:coverage
457 ** The testcase() macro is used to aid in coverage testing. When
458 ** doing coverage testing, the condition inside the argument to
460 ** get full branch coverage. The testcase() macro is inserted
461 ** to help ensure adequate test coverage in places where simple
462 ** condition/decision coverage is inadequate. For example, testcase()
513 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
22710 ** and so we would have difficulty writing coverage tests for that
57224 /* Check for complete coverage of the page
59399 ** The ifdef here is to enable us to achieve 100% branch test coverage even
77821 /* Ensure adequate test coverage */
108038 ** to a macro that can assist in verifying code coverage. For production