1This document defines the coverage for the clock() function. 2 3Assertion Covered? 41 YES 52 YES 63 WON'T 74 YES 85 WON'T 9 10ERRORS 11====== 121 is failing on test implementation. It appears clock() is always returning 0. 13 14WON'T TEST 15========== 163 - Will not test the error values of clock() because it is unknown how to 17 cause these errors to happen. 185 - Cannot test that clock() can wrap because it is unknown which 19 implementations it will wrap in. 20