Paketname | libdevel-cover-perl |
Beschreibung | Perl tool for determining code coverage metrics |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.66-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 640 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.1.3), perl (<< 5.10.2~) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 174056 Byte |
Prüfsumme MD5 | bbccc6db21af9bd9ee9deb8983a22a5e |
Prüfsumme SHA1 | 201ea4b403bab3307627ff6295e2ed6900e4489f |
Prüfsumme SHA256 | 28152088fb088039bb3d7ce6e3dbea98b58e7176e22c84b2757773a05ae89b34 |
Link zum Herunterladen | libdevel-cover-perl_0.66-2_i386.deb |
Ausführliche Beschreibung | 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.
|