How to Install and Uninstall libdevel-cover-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libdevel-cover-perl" package

Here is a brief guide to show you how to install libdevel-cover-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libdevel-cover-perl

2. Uninstall "libdevel-cover-perl" package

Please follow the guidelines below to uninstall libdevel-cover-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libdevel-cover-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-cover-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdevel-cover-perl
Architecture: amd64
Version: 1.36-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 605
Depends: libb-debug-perl | perl (<< 5.27.3), libhtml-parser-perl, perl (>= 5.30.3-1), perlapi-5.30.3, perl (<< 5.30.4~), libc6 (>= 2.4)
Recommends: gcc, libtemplate-perl
Suggests: libbrowser-open-perl, libcapture-tiny-perl, libclass-xsaccessor-perl, libjson-maybexs-perl, libmoo-perl, libnamespace-clean-perl, libpod-coverage-perl, libppi-html-perl | perltidy, libsereal-decoder-perl, libsereal-encoder-perl, libterm-size-perl, libtest-differences-perl
Filename: pool/universe/libd/libdevel-cover-perl/libdevel-cover-perl_1.36-1build1_amd64.deb
Size: 176904
MD5sum: 8a014b97b3b5f104e76ee994e26a50b2
SHA1: ac8860e852dfc56be54371657e7562f54106bce3
SHA256: 6fd16b4dbc35589545958c9bddbd167f4a3dbf3b0be5a874820a42f34babbe09
SHA512: 4e6aa97e39a6bec60301d40ec003c7f5e9dd0291766fc020be22442ae3ed3f955ca9f374da662d09f4ec765565e1ed9e0ad384ba7a1b392d33313e13bce2d8a8
Homepage: https://metacpan.org/release/Devel-Cover
Description-en: 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.
Description-md5: 14aa017ee7cc6570ae7dd3bfb556e39c