lcov 1.12-1 source package in Ubuntu

Changelog

lcov (1.12-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 3.9.6
  * Add Vcs-Git to debian/control

 -- Alastair McKinstry <email address hidden>  Tue, 20 Oct 2015 17:09:43 +0100

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_1.12-1.dsc 1.7 KiB 532f32323babad6d7590d229b4f485a46cface453c1676443c218d35d085e5a9
lcov_1.12.orig.tar.gz 149.4 KiB b474e49c6c962754063b3be97a757a2ba9e7a455f0aea612863bf67e9b8b8ea7
lcov_1.12-1.debian.tar.xz 20.8 KiB b32f35f9a287f9a123fd663315ad2297e9f4f88d3bc8ae33c665d509dadda8d2

Available diffs

No changes file available.

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.