File Coverage

blib/lib/Acme/Very/Modern/Perl.pm
Criterion Covered Total %
statement 22 24 91.6
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 30 32 93.7


line stmt bran cond sub pod time code
1             package Acme::Very::Modern::Perl;
2              
3 1     1   29943 use warnings;
  1         5  
  1         65  
4 1     1   6 use strict;
  1         3  
  1         50  
5              
6             =head1 NAME
7              
8             Acme::Very::Modern::Perl - Use the most modern of Perl!
9              
10             =head1 VERSION
11              
12             Version 0.05;
13              
14             =cut
15              
16             our $VERSION = '0.05';
17              
18 1     1   827 use Modern::Perl;
  1         15271  
  1         7  
19 1     1   1024 use Toolkit;
  1         884226  
  1         7  
20             use latest;
21 1     1   1822 use uni::perl;
  1         451  
  1         7  
22 1     1   1110 use common::sense;
  1         892  
  1         6  
23 1     1   18617 use perl5i::latest;
  1         11  
  1         7  
24 1     1   533  
  0            
  0            
25             2;
26             __END__