libdevel-cover-perl 1.38-1build2 source package in Ubuntu

Changelog

libdevel-cover-perl (1.38-1build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Sat, 05 Nov 2022 09:18:44 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.38.orig.tar.gz 205.1 KiB f9c4e0383e6f70dc173b1cfe1920fd13744bb08368c59a5d4f6c51a0b570cc8c
libdevel-cover-perl_1.38-1build2.debian.tar.xz 7.6 KiB 175d4c62499517b065507b2cfdbf920fe3981019efda234bd7b9b0740044e4a2
libdevel-cover-perl_1.38-1build2.dsc 2.5 KiB 701109c629c54af2b5a2961479381f32ac414b637fa9c7756c53568c40d3cb3b

View changes file

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