https://github.com/linux-test-project/lcov/
LCOV is an extension of GCOV, a GNU tool which 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 which build on the textual GCOV output to implement
HTML output and support for large projects.
Version: 2.0
General Commands | |
gendesc | Generate a test case description file |
genhtml | Generate HTML view from LCOV coverage data files |
geninfo | Generate tracefiles from GCOV coverage data files |
genpng | Generate an overview image from a source file |
lcov | a graphical GCOV front-end |
File Formats | |
lcovrc | lcov configuration file |