On Thursday, 14 March 2013 at 16:09:01 UTC, bearophile wrote:
simendsjo:Code coverage doesn't work with templates. Is this by design?A code coverage tells how many time a line of code is run at run-time. But your template contains no code that is run at run-time. So you are looking for a different kind of counter.
Makes sense. Would be nice to easily see that the templates are being tested more properly though.
