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

Changelog

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

  * Import upstream version 1.29.
    + Remove MYMETA.json.lock in clean target.
  * Set "Rules-Requires-Root: no".

 -- Axel Beckert <email address hidden>  Sun, 12 Nov 2017 22:44:31 +0100

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
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.29-1.dsc 2.3 KiB 3bba313f6bb146a928131f35c28f1e82e262a33e043a9d9a5404d1f1cf2ad88f
libdevel-cover-perl_1.29.orig.tar.gz 195.6 KiB 16987dc98a868f1b195c32114c32009fedd03b67a7a465a0b38bafb5fa52d329
libdevel-cover-perl_1.29-1.debian.tar.xz 6.8 KiB 0066d76ab740a83f4c2a35a968fdddbff28679a636ce0302b23179341da062b8

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