Description
A coverage reporting tool that works with GNU gcov output. Developers use it to collect coverage data and generate readable reports that show which lines and branches tests exercised.
Use it when measuring test coverage for C, C++, or other gcov-supported projects. Coverage numbers are signals, not proof of quality, so they should guide review rather than replace it.