libdevel-cover-perl 1.38-ok1 source package in openKylin

Changelog

libdevel-cover-perl (1.38-ok1) yangtze; urgency=medium

  * Build for openKylin

 -- Lu zhiping <email address hidden>  Thu, 25 Aug 2022 16:01:32 +0800

Upload details

Uploaded by:
luzp
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.38.orig.tar.gz 205.1 KiB f9c4e0383e6f70dc173b1cfe1920fd13744bb08368c59a5d4f6c51a0b570cc8c
libdevel-cover-perl_1.38-ok1.debian.tar.xz 3.1 KiB b0050ee86514f09ed0df86e175303d0918210b7f3e664cf4746f1d5165752788
libdevel-cover-perl_1.38-ok1.dsc 2.1 KiB 376776bd24964cabe8b839e6b407cd123122383d7da5bb2b79234eff185bdeaa

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