NAME
CPAN::Cover::Results::Release - CPAN coverage results for one release
SYNOPSIS
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',
);
DESCRIPTION
This module holds the test coverage results for one release, as generated by CPAN Cover.
SEE ALSO
AUTHOR
Neil Bowers <neilb@cpan.org>
COPYRIGHT AND LICENSE
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.