libdevel-cover-perl 1.40-1build3 source package in Ubuntu

Changelog

libdevel-cover-perl (1.40-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:38:19 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.40.orig.tar.gz 204.3 KiB 26e2f431fbcf7bff3851f352f83b84067c09ff206f40ab975cad8d2bafe711a8
libdevel-cover-perl_1.40-1build3.debian.tar.xz 8.1 KiB 2566d0fe56bbfdafb5434a655523fabc465bb2a40ac3843638cf4e71dd0c76af
libdevel-cover-perl_1.40-1build3.dsc 2.6 KiB 0029b29aa6e8838d09a1e48c67863fc296fc24576cc368a282760a01fca547fb

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