Code coverage

bobef bobef at abv-nospam.bg
Wed Apr 2 14:12:53 PDT 2008


Hi,

maybe this is not a bug, but it will be nice if code coverage expands the mixed in strings, otherwise much of the code could remain ... unknown.

template mym
{
   const mym =
   " my
   big
  mixin ";
}

void main()
{
  mixin(mym!()); // no coverage here. this should be replaced by the string...
}

Thanks,
bobef


More information about the Digitalmars-d-bugs mailing list