1MetaCPAN::Client::CoverU(s3e)r Contributed Perl DocumentaMteitoanCPAN::Client::Cover(3)
2
3
4
6 MetaCPAN::Client::Cover - A Cover data object
7
9 version 2.029000
10
12 my $cover = $mcpan->cover('Moose-2.2007');
13
15 A MetaCPAN cover entity object.
16
18 distribution
19 Returns the name of the distribution.
20
21 release
22 Returns the name of the release.
23
24 version
25 Returns the version of the release.
26
27 criteria
28 Returns a hashref with the coverage stats for the release. Will
29 contain one or more of the following keys: 'branch', 'condition',
30 'statement', 'subroutine', 'total'
31
33 • Sawyer X <xsawyerx@cpan.org>
34
35 • Mickey Nasriachi <mickey@cpan.org>
36
38 This software is copyright (c) 2016 by Sawyer X.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.32.1 2021-01-27 MetaCPAN::Client::Cover(3)