Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Devel-Cover

Project: openSUSE_13.2

Repository: oss

Title: Code coverage metrics for Perl

Description:
This module provides code coverage metrics for Perl. Code coverage metrics
describe how thoroughly tests exercise code. By using Devel::Cover you can
discover areas of code not exercised by your tests and determine which
tests to create to increase coverage. Code coverage can be considered an
indirect measure of quality.

Although it is still being developed, Devel::Cover is now quite stable and
provides many of the features to be expected in a useful coverage tool.

Statement, branch, condition, subroutine, and pod coverage information is
reported. Statement and subroutine coverage data should be accurate. Branch
and condition coverage data should be mostly accurate too, although not
always what one might initially expect. Pod coverage comes from the
Pod::Coverage manpage. If the Pod::Coverage::CountParents manpage is
available it will be used instead. Coverage data for other criteria are not
yet collected.

The _cover_ program can be used to generate coverage reports. Devel::Cover
ships with a number of different reports including various types of HTML
output, textual reports, a report to display missing coverage in the same
format as compilation errors and a report to display coverage information
within the Vim editor.

It is possible to add annotations to reports, for example you can add a
column to an HTML report showing who last changed a line, as determined by
git blame. Some annotation modules are shipped with Devel::Cover and you
can easily create your own.

The _gcov2perl_ program can be used to convert gcov files to 'Devel::Cover'
databases. This allows you to display your C or XS code coverage together
with your Perl coverage, or to use any of the Devel::Cover reports to
display your C coverage data.

Code coverage data are collected by replacing perl ops with functions which
count how many times the ops are executed. These data are then mapped back
to reality using the B compiler modules. There is also a statement
profiling facility which should not be relied on. For proper profiling use
the Devel::NYTProf manpage. Previous versions of Devel::Cover collected
coverage data by replacing perl's runops function. It is still possible to
switch to that mode of operation, but this now gets little testing and will
probably be removed soon. You probably don't care about any of this.

The most appropriate mailing list on which to discuss this module would be
perl-qa. See the http://lists.perl.org/list/perl-qa.html manpage.

The Devel::Cover repository can be found at the
http://github.com/pjcj/Devel--Cover manpage. This is also where problems
should be reported.

Version: 1.09

Release: 2.1.3

Architecture: x86_64

Size: 242 KB

Build Time: 2014-10-06 17:43:20 +0200 (over 9 years ago)

Provides

Symbol Required by
Cover.so()(64bit)
perl(Accessor_maker)
perl(Alias1)
perl(DC::Test::Dist)
perl(DC::Test::Dist::M1)
perl(Devel::Cover) = 1.09
perl(Devel::Cover::Annotati...
perl(Devel::Cover::Annotati...
perl(Devel::Cover::Annotati...
perl(Devel::Cover::Branch) ...
perl(Devel::Cover::BuildUtils)
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Conditio...
perl(Devel::Cover::Criterio...
perl(Devel::Cover::DB) = 1.09
perl(Devel::Cover::DB::Crit...
perl(Devel::Cover::DB::Dige...
perl(Devel::Cover::DB::File...
perl(Devel::Cover::DB::IO) ...
perl(Devel::Cover::DB::IO::...
perl(Devel::Cover::DB::IO::...
perl(Devel::Cover::DB::Run)
perl(Devel::Cover::DB::Stru...
perl(Devel::Cover::Html_Com...
perl(Devel::Cover::Inc) = 1.09
perl(Devel::Cover::Op) = 1.09
perl(Devel::Cover::Pod) = 1.09
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Report::...
perl(Devel::Cover::Statemen...
perl(Devel::Cover::Subrouti...
perl(Devel::Cover::Test) = ...
perl(Devel::Cover::Time) = ...
perl(Devel::Cover::Truth_Ta...
perl(Devel::Cover::Truth_Ta...
perl(Devel::Cover::Util) = ...
perl(Devel::Cover::Web) = 1.09
perl(E2)
perl(E3)
perl(E4)
perl(IncSub)
perl(Module1)
perl(Module_import)
perl(NotModule2)
perl(PodMod)
perl(System) = 1.1
perl(Taint)
perl-Devel-Cover = 1.09-2.1.3
perl-Devel-Cover(x86-64) = ...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
libc.so.6(GLIBC_2.3.4)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(Test::Warn) perl-Test-Warn