CPAN::Cover::Results::Release - CPAN coverage results for one release
use CPAN::Cover::Results::Release; my $release = CPAN::Cover::Results::Release->new( distname => 'Graph', version => '0.96_01', branch => '77.56', condition => '67.61', pod => '87.15', statement => '91.56', subroutine => '94.98', total => '86.12', );
This module holds the test coverage results for one release, as generated by CPAN Cover.
CPAN::Cover::Results
Neil Bowers <neilb@cpan.org>
This software is copyright (c) 2014 by Neil Bowers <neilb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install CPAN::Cover::Results, copy and paste the appropriate command in to your terminal.
cpanm
cpanm CPAN::Cover::Results
CPAN shell
perl -MCPAN -e shell install CPAN::Cover::Results
For more information on module installation, please visit the detailed CPAN module installation guide.