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

Changelog

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

  * Import upstream version 1.28.
  * Drop spelling.patch, merged upstream.

 -- gregor herrmann <email address hidden>  Sat, 14 Oct 2017 17:04:22 +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

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.28-1.dsc 2.4 KiB f3a432ed92771e5d0c61f97bcd479b4b8b2382516454f41f4f59f09ae7266a55
libdevel-cover-perl_1.28.orig.tar.gz 197.4 KiB 98908dd6d6e39c59fcc2cddef849c1e8c93691793ea4e0babbecaab2618f88d8
libdevel-cover-perl_1.28-1.debian.tar.xz 6.7 KiB e03f0febd5c1d549b5f165a04e4d66c55f4712f82a24fe1fc87039ea548063e2

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