scitools.com

← Metric catalog

Coverage Functions Found is one of the source-code metrics Understand computes across 17+ languages — browse them in the GUI, export and track them, or script them with the Python API.

Coverage Functions Found

API ID: CoverageFunctionsFound
Languages: Any
Targets: Architectures, Files, Project

The number of functions in the file that could have coverage information

Code coverage is run time information about how many times a line of code was executed. These plugins support reading coverage information from a lcov ↗ ".info" file. By default, the file is assumed to be in the same directory as the .und project and be named "coverage.info", but the file can be set per project from project configuration.

See also the blog articles Visualize Code Coverage in Understand ↗ and Showing Line Coverage ↗.