I started using lcov
about a month back. The coverage count seems inconsistent. The first run reported about 75% line coverage where as second run reported only 19%. The test suite used was some for both the runs. I see following warning during lcov --remove
. Any suggestions?
lcov: WARNING: negative counts found in tracefile all.info
Is this something to worry about?