blib/lib/CPAN/Releases/Latest/Distribution.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 5 | 5 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 7 | 7 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package CPAN::Releases::Latest::Distribution; | ||||||
2 | $CPAN::Releases::Latest::Distribution::VERSION = '0.08'; | ||||||
3 | 1 | 1 | 12 | use 5.006; | |||
1 | 2 | ||||||
4 | 1 | 1 | 18 | use Moo; | |||
1 | 1 | ||||||
1 | 4 | ||||||
5 | |||||||
6 | has 'distname' => (is => 'ro'); | ||||||
7 | has 'release' => (is => 'ro'); | ||||||
8 | has 'developer_release' => (is => 'ro'); | ||||||
9 | |||||||
10 | 1; |