# linux-test-project/lcov

LCOV

Repository: https://github.com/linux-test-project/lcov
Canonical: https://ross.abutalabs.com/products/lcov
Language: Perl
License: GPL-2.0
License Family: copyleft
Last push: 2026-08-24T12:57:45+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 68, longevity 100
- inputs: {"age_days": 4481, "days_push": 9, "days_rel": 58, "gap_med": 118, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1109, forks 266 (observed 2026-08-28T04:03:37.187495+00:00)

## What it is
LCOV is a set of Perl scripts that capture, manipulate, and visualize code coverage data from tools like gcov, llvm-cov, Coverage.py, Cobertura, and others. It generates hyperlinked HTML coverage reports with bar graphs and hierarchical views suitable for large projects.

## Use cases
- generate html coverage reports for c/c++ projects
- measure linux kernel code coverage
- convert coverage.py output to lcov format
- track differential coverage across builds
- browse test coverage of a large codebase by directory

## When to choose
- you need rich HTML coverage reports for gcov or llvm-cov data
- you work on large projects needing hierarchical coverage browsing
- you need to unify coverage data from multiple languages

## When to avoid
- you want a native library API for coverage data rather than CLI tools
- you need coverage for languages with no supported coverage tool

## Facets
- artifact type: cli-tool
- maturity: active
- function: testing, developer-tools, documentation
- domain: testing, developer-tools
- platform: cli, cross-platform
- tags: code-coverage, gcov, html-report, coverage-reporting, perl, command-line, linux

## Member repositories
- linux-test-project/lcov (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:37.187495+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:43:36.015190+00:00, confidence not recorded.
  - readme: https://github.com/linux-test-project/lcov (fetched 2026-08-28T04:03:37.187495+00:00, sha e79e08b11afe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
