1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: lcov
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
libjson-perl,
libperlio-gzip-perl,
libcapture-tiny-perl,
libdatetime-perl,
libtimedate-perl,
libdevel-cover-perl
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Homepage: https://github.com/linux-test-project/lcov
Vcs-Browser: https://salsa.debian.org/mckinstry/lcov
Vcs-Git: https://salsa.debian.org/mckinstry/lcov.git -b debian/latest
Standards-Version: 4.7.2
Package: lcov
Architecture: all
Depends:
python3:any | python3-minimal:any,
${misc:Depends},
${perl:Depends},
${python3:Depends},
gcc | llvm,
libcapture-tiny-perl,
libdatetime-perl,
libtimedate-perl,
libjson-perl,
libperlio-gzip-perl
Recommends: libgd-gd2-perl
Multi-Arch: foreign
Section: devel
Description: 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.
|