Hi,
does anyone know how to get better code coverage outputs from gcov in the case of inlining and templates? In particular, we should find a way to include *all* functions. For instance, the specialization of Block<SparseMatrix> included a few un-tested and un-compiled functions even though gcov returns a coverage of 100%. See:
lines 169-187. Incidentally, some of these functions were broken...
thanks,
gael