digitalmars.D.bugs - Code coverage
- bobef (15/15) Apr 02 2008 Hi,
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
Apr 02 2008








bobef <bobef abv-nospam.bg>