Code coverage testing

tags = [, ]

Over the past week or so, trying to make sure all my code is covered by the unit tests, I’ve been playing with gcov and various other code coverage tools. Especially lcov and perls’ Devel::Cover give very nice, browsable HTML output.

Test code coverage for some of the projects I work on:

Go Top