lcov

E284618

lcov is a graphical front-end and extension for the gcov code coverage tool that collects, processes, and visualizes test coverage data for C and C++ programs.

All labels observed (1)

Label Occurrences
lcov canonical 2

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf code coverage tool ⓘ
gcov front-end ⓘ
software tool ⓘ
benefit helps identify untested code ⓘ
helps improve test suite quality ⓘ
provides visual overview of coverage ⓘ
compatibleWith GCC ⓘ
gcov data files ⓘ
component genhtml ⓘ
geninfo ⓘ
lcov command-line tool ⓘ
lcovrc configuration file ⓘ
distribution source code ⓘ
domain software testing ⓘ
test coverage analysis ⓘ
extends gcov ⓘ
feature capture coverage data from multiple test runs ⓘ
filter coverage data by file or directory ⓘ
generate HTML coverage reports ⓘ
merge coverage data files ⓘ
support for baseline coverage data ⓘ
support for branch coverage data ⓘ
support for excluding files from coverage ⓘ
support for excluding functions from coverage ⓘ
support for function coverage data ⓘ
support for incremental coverage analysis ⓘ
support for summary statistics ⓘ
input .gcda files ⓘ
.gcno files ⓘ
interface command-line interface ⓘ
license GNU General Public License ⓘ
maintains coverage data in .info files ⓘ
name lcov ⓘ
outputFormat HTML ⓘ
text ⓘ
purpose collect code coverage data ⓘ
process code coverage data ⓘ
visualize code coverage data ⓘ
runsOn Linux ⓘ
Unix-like systems ⓘ
supportsLanguage C ⓘ
C++ ⓘ
supportsMetric branch coverage ⓘ
function coverage ⓘ
line coverage ⓘ
typicalUse analyzing test coverage of C projects ⓘ
analyzing test coverage of C++ projects ⓘ
uses gcov ⓘ
visualization colored HTML source code with coverage information ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

gcov → relatedTool → lcov ⓘ
lcov → name → lcov ⓘ