macOS
brew install lcovlocal Homebrew formula metadata
sudo port install lcovMacPorts ports tree · devel/lcov/Portfile · ソース: api.github.com
brew / 順位 311
lcov のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lcovlocal Homebrew formula metadata
sudo port install lcovMacPorts ports tree · devel/lcov/Portfile · ソース: api.github.com
sudo apk add lcovAlpine Linux edge package indexes · lcov · ソース: dl-cdn.alpinelinux.org
sudo dnf install lcovFedora Rawhide package metadata · lcov · ソース: dl.fedoraproject.org
nix profile install nixpkgs#lcovnixpkgs package indexes · pkgs/by-name/lc/lcov/package.nix · ソース: api.github.com
sudo pacman -S lcovArch Linux sync databases · lcov · ソース: geo.mirror.pkgbuild.com
sudo zypper install lcovopenSUSE Tumbleweed package metadata · lcov · ソース: download.opensuse.org
choco install lcovChocolatey community package catalog · lcov · ソース: community.chocolatey.org
概要
Graphical front-end for GCC's coverage testing tool (gcov)
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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~/.lcovrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gendesc | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
genhtml | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
geninfo | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
genpng | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
lcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
llvm2lcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
perl2lcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
py2lcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
xml2lcov | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
xml2lcovutil.py | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:lcov |
|---|---|
| バージョン | 2.5 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/linux-test-project/lcov |
| リポジトリ | https://github.com/linux-test-project/lcov |
| 最終更新 | 2026-07-07T08:09:46Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-8.fc45
LTP GCOV extension code coverage tool
https://github.com/linux-test-project/lcov/
sudo dnf install lcovlcov 2.5-1
front-end for GCC’s coverage testing tool gcov
https://github.com/linux-test-project/lcov
sudo pacman -S lcovlcov 2.4-1.3
A Graphical GCOV Front-end
https://github.com/linux-test-project/lcov
sudo zypper install lcovlcov-example 2.4-1.3
Example for lcov
https://github.com/linux-test-project/lcov
sudo zypper install lcov-examplelcov
sudo port install lcovlcov
choco install lcovソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.