libdevel-cover-perl 1.44-1 source package in Ubuntu

Changelog

libdevel-cover-perl (1.44-1) unstable; urgency=medium

  * Import upstream version 1.44.

 -- gregor herrmann <email address hidden>  Sat, 15 Jun 2024 22:19:01 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.44-1.dsc 2.7 KiB 4a27ca3a5fd2c0ed3b292d1c27188d9ce2759250a1ee12c192a2b19c45081426
libdevel-cover-perl_1.44.orig.tar.gz 216.4 KiB f40c1543992e5d65a6f78003d462d59acd79ae6d30d38047b1c69d999d2b1fd8
libdevel-cover-perl_1.44-1.debian.tar.xz 8.0 KiB 08a58999e6d2891118d37e276c1f709fac4341dfe090302b7363cdb6b857ad80

Available diffs

No changes file available.

Binary packages built by this source

libdevel-cover-perl: Perl tool for determining code coverage metrics

 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::CountParents is available
 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.

libdevel-cover-perl-dbgsym: debug symbols for libdevel-cover-perl