Name: | perl-ExtUtils-MakeMaker-Coverage |
---|---|
Version: | 0.05 |
Release: | 8.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 16252 |
License: | GPL+ or Artistic |
RPM: | perl-ExtUtils-MakeMaker-Coverage-0.05-8.el6.noarch.rpm |
Source RPM: | perl-ExtUtils-MakeMaker-Coverage-0.05-8.el6.src.rpm |
Build Date: | Sat May 08 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/ExtUtils-MakeMaker-Coverage/ |
Summary: | Allows perl modules to check test coverage with Devel::Cover |
Description: | This module adds an additional target to the Makefile generated by ExtUtils::MakeMaker. The target, testcover, calls cover, the command-line script to generate test coverage statistics, to clean up any data from a previous run. It then runs the tests, as if make test was run, then calls cover again to generate the coverage statistics. |