Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 043ef449fb850031ac3f1fb9af59de18

perl-Devel-Cover-0.59-1mdv2007.0.src.rpm

Description:

This module provides code coverage metrics for Perl.

If you can't guess by the version number this is an alpha release.

Code coverage data are collected using a pluggable runops function which counts
how many times each op is executed. These data are then mapped back to reality
using the B compiler modules. There is also a statement profiling facility
which needs a better backend to be really useful.

The cover program can be used to generate coverage reports.

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. Coverage data for path coverage are not yet
collected.

The gcov2perl program can be used to convert gcov files to Devel::Cover
databases.

You may find that the results don't match your expectations. I would imagine
that at least one of them is wrong.

Generated packages:

Other version of this rpm: