How to Install and Uninstall libdevel-cover-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 06,2024

1. Install "libdevel-cover-perl" package

This guide covers the steps necessary to install libdevel-cover-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-cover-perl" package

Please follow the steps below to uninstall libdevel-cover-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdevel-cover-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdevel-cover-perl
Priority: optional
Section: universe/perl
Installed-Size: 573
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.21-1ubuntu1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), perl (<< 5.22.2~), libhtml-parser-perl (>= 3.69)
Recommends: gcc, libtemplate-perl
Suggests: libbrowser-open-perl, libcapture-tiny-perl, libclass-xsaccessor-perl, libjson-xs-perl, libmoo-perl, libpod-coverage-perl, libppi-html-perl | perltidy, libsereal-decoder-perl, libsereal-encoder-perl, libtest-differences-perl, libnamespace-clean-perl
Filename: pool/universe/libd/libdevel-cover-perl/libdevel-cover-perl_1.21-1ubuntu1_amd64.deb
Size: 167856
MD5sum: 5f444c2e99cd0b3ddf02570534e5fe05
SHA1: a68ebca72025f998cdcede68e86036719386fb0b
SHA256: 4355d2b7038ca6e2dd937d87ad349897e08cdcc3dacc22a50e2885d6435438c5
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
Homepage: https://metacpan.org/release/Devel-Cover
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu