lcov
TLDR
Capture coverage data
SYNOPSIS
lcov [options]
DESCRIPTION
lcov processes gcov code coverage data. It collects and manipulates coverage information.
The tool generates coverage reports from gcc/gcov data. Use genhtml to create HTML reports.
lcov manages code coverage data.
PARAMETERS
--capture
Capture coverage data.--directory DIR
Source directory.--output-file FILE
Output trace file.--remove FILE PATTERN
Remove matching files.--extract FILE PATTERN
Extract matching files.--add-tracefile FILE
Add trace file.--help
Display help information.
CAVEATS
Requires gcc/gcov. C/C++ focused. Part of LCOV package.
HISTORY
lcov was created for the Linux Test Project to provide graphical code coverage analysis.
