Monday, October 4, 2010

supressing purecov messages for untested functions

Add the "purecov: begin inspected" blocks around the untestable/difficult to test code.

/* purecov: begin inspected */
void Timer::tickTock()
{
}
/* purecov: end inspected */

No comments:

Post a Comment