I am measuring coverage for my code using the gcov library, and I would like to generate a coverage report in a user-friendly format. I found the lcov utility for this, but is not compatible with the Windows environment (mainly because of the way the paths are parsed). Does anyone know of an actively supported lcov port for Windows?
It seems that making work on Windows will be quite easy (I think it can even be solved with a few creative batch / perl scripts that mimic the behavior of unix shell commands), and this tool is quite useful, so I suppose someone might already done it.
source share