macOS
brew install lcovlocal Homebrew formula metadata
sudo port install lcovMacPorts ports tree · devel/lcov/Portfile · source: api.github.com
brew
Graphical front-end for GCC's coverage testing tool (gcov). Version 2.5 via Homebrew; verified 2026-07-07.
install
brew install lcovlocal Homebrew formula metadata
sudo port install lcovMacPorts ports tree · devel/lcov/Portfile · source: api.github.com
sudo apk add lcovAlpine Linux edge package indexes · lcov · source: dl-cdn.alpinelinux.org
sudo apt install lcovDebian stable package indexes · lcov · source: deb.debian.org
sudo dnf install lcovFedora Rawhide package metadata · lcov · source: dl.fedoraproject.org
nix profile install nixpkgs#lcovnixpkgs package indexes · pkgs/by-name/lc/lcov/package.nix · source: api.github.com
sudo pacman -S lcovArch Linux sync databases · lcov · source: geo.mirror.pkgbuild.com
sudo zypper install lcovopenSUSE Tumbleweed package metadata · lcov · source: download.opensuse.org
choco install lcovChocolatey community package catalog · lcov · source: community.chocolatey.org
overview
Graphical front-end for GCC's coverage testing tool (gcov)
history
LCOV is the Linux Test Project GCOV extension: a suite of Perl-oriented command-line tools that collect, transform, merge, filter, and render code coverage data, most famously as navigable HTML reports generated by `genhtml`.
The LCOV README describes the project as a tool for manipulating and displaying what parts of a program were covered during tests. It began as a front end around GCC `gcov` output and was initially designed to support Linux kernel coverage measurements, while also working for ordinary user-space programs.
Over time LCOV expanded beyond GCC `gcov` text data. The README lists converters and support for coverage sources such as LLVM `llvm-cov`, Python Coverage.py, Cobertura-like XML, Perl Devel::Cover, and Jacoco-style workflows, along with differential coverage, date binning, owner binning, and spreadsheet/reporting support.
LCOV became a common package in Unix developer toolchains because it gives C and C++ projects a simple path from compiler coverage flags to browsable HTML reports. It is packaged across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Chocolatey, Alpine, and openSUSE-style ecosystems.
Its adoption also comes from CI and kernel-development workflows: coverage reports are easy to publish as artifacts, and LCOV trace files can be merged, filtered, and compared across test runs.
Typical usage captures baseline or test coverage with `lcov` or `geninfo`, removes unwanted paths, merges trace files, and renders the result with `genhtml`. Related utilities convert data from Perl, Python, LLVM, and XML coverage formats into LCOV trace data.
LCOV matters to package nerds because it is one of the standard lingua franca formats and toolsets for coverage artifacts. Many packages, CI recipes, and dashboards understand LCOV trace files or HTML output even when the project itself uses a different compiler or language.
It is also a classic example of a packaging-friendly developer tool: script-based, manpage documented, configurable via system and user rc files, and useful both in local shells and noninteractive build farms.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/lcovrc~/.lcovrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gendesc | cli | global executable | |
genhtml | cli | global executable | |
geninfo | cli | global executable | |
genpng | cli | global executable | |
lcov | cli | global executable | |
llvm2lcov | cli | global executable | |
perl2lcov | cli | global executable | |
py2lcov | cli | global executable | |
xml2lcov | cli | global executable | |
xml2lcovutil.py | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/linux-test-project/lcov
install metadata
| Package key | brew:lcov |
|---|---|
| Version | 2.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lcov |
| Homepage | https://github.com/linux-test-project/lcov |
| Repository | https://github.com/linux-test-project/lcov |
| Upstream docs | https://github.com/linux-test-project/lcov#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/linux-test-project/lcov/releases/download/v2.5/lcov-2.5.tar.gz |
| Last updated | 2026-07-07T08:09:46Z |
| Pulse | updated |
| Build dependencies | sphinx-doc |
| Uses from macOS | perl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lcov |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
lcov 2.3.1-1
Summarise Code coverage information from GCOV
https://github.com/linux-test-project/lcov
sudo apt install lcovlcov
nix profile install nixpkgs#lcovlcov 2.0-4ubuntu2
Summarise Code coverage information from GCOV
https://github.com/linux-test-project/lcov.git
sudo apt install lcovlcov 2.3.1-r1
LCOV is an extension to GCOV. It provides a graphical frontend for converage information
https://github.com/linux-test-project/lcov
sudo apk add lcovlcov-doc 2.3.1-r1
LCOV is an extension to GCOV. It provides a graphical frontend for converage information (documentation)
https://github.com/linux-test-project/lcov
sudo apk add lcov-doclcov 2.0-7.fc44
LTP GCOV extension code coverage tool
https://github.com/linux-test-project/lcov/
sudo dnf install lcovlcov 2.4-1
front-end for GCC’s coverage testing tool gcov
https://github.com/linux-test-project/lcov
sudo pacman -S lcovlcov 2.4-1.2
A Graphical GCOV Front-end
https://github.com/linux-test-project/lcov
sudo zypper install lcovlcov-example 2.4-1.2
Example for lcov
https://github.com/linux-test-project/lcov
sudo zypper install lcov-examplelcov
sudo port install lcovlcov
choco install lcovsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.