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

Changelog

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

  * Import upstream version 1.40.
  * Update years of upstream and packaging copyright.
  * Update (test) dependencies: remove libb-debug-perl.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Mon, 03 Jul 2023 18:36:37 +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
Mantic release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.40-1.dsc 2.7 KiB aac4b316796bb516d2f2cdd77d6e70c409649f1e8876e1be2880bc9ff9d43bdd
libdevel-cover-perl_1.40.orig.tar.gz 204.3 KiB 26e2f431fbcf7bff3851f352f83b84067c09ff206f40ab975cad8d2bafe711a8
libdevel-cover-perl_1.40-1.debian.tar.xz 8.0 KiB 02608f2babc764e36bd81eaf36b5abbac47dc2503d85b59e4f6c8870e4283c6d

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