File Coverage

blib/lib/File/Raw/Archive/Entry.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 File::Raw::Archive::Entry;
2              
3 1     1   1141 use 5.010;
  1         3  
4 1     1   4 use strict;
  1         1  
  1         17  
5 1     1   2 use warnings;
  1         3  
  1         52  
6              
7             our $VERSION = '0.01';
8              
9 1     1   4 use File::Raw::Archive;
  1         1  
  1         29  
10              
11             1;
12              
13             __END__