File Coverage

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.16-6-g717c8d8
3              
4             our $AUTHORITY = 'cpan:SCHWIGON';
5             # ABSTRACT: Bootstrap Perl inclusive CPAN from git
6             $App::Bootstrap::Perl::VERSION = '0.17';
7 1     1   663 use 5.006;
  1         4  
8 1     1   6 use strict;
  1         2  
  1         20  
9 1     1   4 use warnings;
  1         2  
  1         37  
10              
11             1;
12              
13             __END__