| 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.07'; | ||||||
| 3 | 1 | 1 | 15 | use 5.006; | |||
| 1 | 3 | ||||||
| 4 | 1 | 1 | 20 | use Moo; | |||
| 1 | 2 | ||||||
| 1 | 5 | ||||||
| 5 | |||||||
| 6 | has 'distname' => (is => 'ro'); | ||||||
| 7 | has 'release' => (is => 'ro'); | ||||||
| 8 | has 'developer_release' => (is => 'ro'); | ||||||
| 9 | |||||||
| 10 | 1; |