File Coverage

lib/Archive/Lha/Decode/LH5.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Archive::Lha::Decode::LH5;
2            
3 2     2   1190 use strict;
  2         58  
  2         82  
4 2     2   11 use warnings;
  2         4  
  2         113  
5 2     2   11 use Archive::Lha::Constants;
  2         4  
  2         16  
6 2     2   14 use Archive::Lha::Decode::Base ( dicbit => 13 );
  2         3  
  2         18  
7            
8             1;
9            
10             __END__