File Coverage

blib/lib/Five/Eight.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Five::Eight;
2 1     1   18043 use 5.008;
  1         3  
  1         29  
3 1     1   3 use warnings;
  1         8  
  1         21  
4 1     1   3 use strict;
  1         5  
  1         52  
5              
6             sub import {
7 1     1   18 warnings->import();
8 1         34 strict->import();
9             }
10              
11             1;
12              
13             =head1 NAME
14              
15             Five::Eight - Enable 'strict' and 'warnings' in the calling code
16              
17             =head1 COPYRIGHT
18              
19             (c) MMXV - Abe Timmerman
20              
21             =cut