Improving coverage

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 13 06:51:29 PST 2015


On Friday, 13 November 2015 at 13:30:13 UTC, Andrei Alexandrescu 
wrote:
> Any takers for https://issues.dlang.org/show_bug.cgi?id=15327? 
> -- Andrei

Fixing it so that assert(0) doesn't count against the code 
coverage would be fantastic. Without enhancements like it, 
requiring 100% code coverage often isn't realistic, even if the 
code really is full covered.

And there are several enhancements to -cov in bugzilla, though we 
don't have a keyword for them like I thought we did. e.g.

https://issues.dlang.org/show_bug.cgi?id=14825
https://issues.dlang.org/show_bug.cgi?id=14856
https://issues.dlang.org/show_bug.cgi?id=14857

- Jonathan M Davis


More information about the Digitalmars-d mailing list