On 11/29/2014 4:08 AM, Trass3r wrote: > Plenty of "not covered" lines are actually assert(0)'s. Right, and some of them are also in #ifdef DEBUG / #endif pairs. This is why the code will never reach 100% coverage. But there's still an awful lot we can get covered, and without much effort, either.