lcov 2.0-4ubuntu2 source package in Ubuntu

Changelog

lcov (2.0-4ubuntu2) noble; urgency=medium

  * Add missing runtime dependency on libtimedate-perl (LP: #2058956)

 -- Dave Jones <email address hidden>  Mon, 25 Mar 2024 16:44:44 +0000

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.0.orig.tar.xz 240.9 KiB 3cc07b91ca9662b0b91970c2e58865002f2b76f8913930e7c5d273f61621a120
lcov_2.0-4ubuntu2.debian.tar.xz 19.1 KiB c7a7c4517f6d21dd4a67151eb551b01a14aad25a7a78402c476a16a5facc472e
lcov_2.0-4ubuntu2.dsc 2.0 KiB f60a309eb78265efe6dbf5b935d53c02a7a06d1ee9ea41bfda0442394f22fd98

Available diffs

View changes file

Binary packages built by this source

lcov: Summarise Code coverage information from GCOV

 LCOV is an extension of GCOV, a GNU tool which provides information about
 what parts of a program are actually executed (i.e. "covered") while running
 a particular test case. The extension consists of a set of Perl scripts
 which build on the textual GCOV output to implement the following enhanced
 functionality:
 .
  - HTML based output: coverage rates are additionally indicated using bar
    graphs and specific colors.
  - Support for large projects: overview pages allow quick browsing of
    coverage data by providing three levels of detail: directory view,
    file view and source code view.