libdevel-cover-perl 1.40-ok1 source package in openKylin
Changelog
libdevel-cover-perl (1.40-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:56:04 +0800
libdevel-cover-perl (1.40-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:56:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-cover-perl_1.40.orig.tar.gz | 204.3 KiB | 26e2f431fbcf7bff3851f352f83b84067c09ff206f40ab975cad8d2bafe711a8 |
libdevel-cover-perl_1.40-ok1.debian.tar.xz | 3.7 KiB | 00784702462fb438d0958dbe63e05f441a6694d6182a7149bd668304c2dbc1a3 |
libdevel-cover-perl_1.40-ok1.dsc | 2.4 KiB | 2834d001cc227e2eec2be94a6b40d3e6674155a76d59430bae63805cfc53c385 |
Devel::Cover is a Perl module that helps collect and display code coverage
information. Code coverage information is collected using a pluggable runops
function which counts how many times each op is executed. This data is then
mapped back to reality using the B compiler modules. There is also a another
statement profiler which needs a better backend to be really useful.
.
Statement, branch, condition, subroutine, pod and time coverage information is
reported. Statement coverage data should be reasonable, although there may be
some statements which are not reported. Branch and condition coverage data
should be mostly accurate too, although not always what one might initially
expect. Subroutine coverage should be as accurate as statement coverage. Pod
coverage comes from Pod::Coverage. If Pod::Coverage:
it will be used instead. Coverage data for path coverage are not yet
collected.
.
The cover program can be used to generate coverage reports. Another included
program, gcov2perl, can convert gcov files to Devel::Cover databases.