| blib/lib/App/Bootstrap/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package App::Bootstrap::Perl; | ||||||
| 2 | # git description: v0.17-1-gd04edc9 | ||||||
| 3 | |||||||
| 4 | our $AUTHORITY = 'cpan:SCHWIGON'; | ||||||
| 5 | # ABSTRACT: Bootstrap Perl inclusive CPAN from git | ||||||
| 6 | $App::Bootstrap::Perl::VERSION = '0.18'; | ||||||
| 7 | 1 | 1 | 756 | use 5.006; | |||
| 1 | 4 | ||||||
| 8 | 1 | 1 | 7 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 24 | ||||||
| 9 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 44 | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |