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

Changelog

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

  * Import upstream version 1.42.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 27 Apr 2024 21:35:05 +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.42-1.dsc 2.7 KiB 38ff05372be6790e6e5f706b8765283530c3cef50ab38a0dcbea4208f2d7889e
libdevel-cover-perl_1.42.orig.tar.gz 1.2 MiB cb9c45dee359f3d259856450389df270e2ecea1b49f5f8800fdb972ff50bbebb
libdevel-cover-perl_1.42-1.debian.tar.xz 8.0 KiB 0e74bff3f9fe5bf26772ce872f064675f670e29d707799c6b20f6b1b712bf204

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