File Coverage

tlib/File/Package.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             #!perl
2             #
3             # Documentation, copyright and license is at the end of this file.
4             #
5            
6             package File::Package;
7            
8 1     1   477 use 5.001;
  1         4  
  1         49  
9 1     1   6 use strict;
  1         1  
  1         38  
10 1     1   6 use warnings;
  1         2  
  1         41  
11 1     1   5 use warnings::register;
  1         2  
  1         136  
12            
13 1     1   6 use vars qw($VERSION $DATE $FILE);
  1         2  
  1         85  
14             $VERSION = '1.11';
15             $DATE = '2003/07/27';
16             $FILE = __FILE__;
17            
18 1     1   1419 use SelfLoader;
  1         11527  
  1         54  
19            
20             1
21            
22             __DATA__