lcov 1.10-1build1 source package in Ubuntu
Changelog
lcov (1.10-1build1) trusty-security; urgency=medium * No change rebuild in the security pocket -- Marc Deslauriers <email address hidden> Thu, 12 Feb 2015 11:05:30 -0500
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Trusty
- Original maintainer:
- Alastair McKinstry
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | main | devel | |
Trusty | security | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lcov_1.10.orig.tar.gz | 146.7 KiB | 8a4661becc95fafad7875786672f7f29b080437825c3ff31d55a49492c15b88f |
lcov_1.10-1build1.debian.tar.gz | 23.4 KiB | 3588c070c06e35f0d582f5cfc18fbcc6a750faed9be7a04b3aed4fe2549170e5 |
lcov_1.10-1build1.dsc | 1.7 KiB | f22864991c917cee664e7ff3ec698fda11d12a14f457c7019872a86f3d7df8df |
Available diffs
- diff from 1.10-1 (in Debian) to 1.10-1build1 (317 bytes)
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.