Has someone encountered similar issues with -cov?

Basile B. via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 1 10:42:00 PDT 2016


On Friday, 1 July 2016 at 16:30:41 UTC, Andrei Alexandrescu wrote:
> https://issues.dlang.org/show_bug.cgi?id=16224 -- Andrei

I've reported this one a while back:

https://issues.dlang.org/show_bug.cgi?id=15590

if (__ctfe) branches are a problem because they really prevent to 
reach 100% coverage. D code similar to std.traits content is also 
a problem, it's never executed at run-time.


More information about the Digitalmars-d mailing list