LCOV is an extension of GCOV, a GNU tool that provides information about what parts of a program are actually executed (i.e. "covered") while running a particular test case. The extension consists of a set of Perl scripts that builds on the textual GCOV output to implement the following enhanced functionality,
Features
- HTML based output
- Documentation available
- Examples available
- Support for large projects
- Coverage rates are additionally indicated using bar graphs and specific colors
- Easy to use
