I measure coverage for my code using gcov library and I would like to generate coverage report in user-friendly format. I\'ve found lcov utility for that, but it\'s not comp
While it may be dirty, lcov seems to work under cygwin. You may also be interested in the question How can I measure CppUnit test coverage (on win32 and Unix)? and its answers. Visual Studio seems provide code coverage reports.