dmd test coverage

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Nov 29 11:15:40 PST 2014


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.


More information about the Digitalmars-d mailing list