libdevel-cover-perl 1.33-1build1 source package in Ubuntu

Changelog

libdevel-cover-perl (1.33-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:53:31 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.33.orig.tar.gz 204.3 KiB a7a07ddaff263a08c554e49f17f5baae854d7b64a8cb58bbdb436438d3a9cfa3
libdevel-cover-perl_1.33-1build1.debian.tar.xz 7.3 KiB 8a62cbfeaf9886924c5350aa9659aff5e03fef70fa24eb787f66173a79a0b863
libdevel-cover-perl_1.33-1build1.dsc 2.5 KiB 784a0a6923de236003dce39b9182355bdde3866154fddcad97a788f3bf8c352d

Available diffs

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