libdevel-cover-perl 1.25-2build1 source package in Ubuntu

Changelog

libdevel-cover-perl (1.25-2build1) artful; urgency=medium

  * No-change rebuild for perl 5.26.0

 -- Steve Langasek <email address hidden>  Wed, 26 Jul 2017 16:58:45 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.25.orig.tar.gz 200.1 KiB 4880c4f60dd4589e7853dd98a26564f0ec3f15b0006a6a9567bdf4fa0803fa36
libdevel-cover-perl_1.25-2build1.debian.tar.xz 6.9 KiB d0e5a77f79b847bdacbff484c6fcf1f1d91b16f4a4821f25f7544d4f47fab932
libdevel-cover-perl_1.25-2build1.dsc 2.3 KiB 8127c443b60c5e392efa5d9aa9bf566d227cec05a955c28bf2ab77e929ca2c30

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