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.
Bye, bearophile
