DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdevel-cover-perl
BeschreibungPerl tool for determining code coverage metrics
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.65-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe636 Byte
Hängt ab vonperl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.3.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße173698 Byte
Prüfsumme MD5513cbe7fb07053e5f09d16dd8ac1454a
Prüfsumme SHA1e096425e91a7a12a5a20890548b133cab27cfb6d
Prüfsumme SHA256406dc297b79223975b8324f516434acbc015281a48ffb13397fa4706d64f34e4
Link zum Herunterladenlibdevel-cover-perl_0.65-1_i386.deb
Ausführliche BeschreibungDevel::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.


Impressum
Linux is a registered trademark of Linus Torvalds