File Coverage

lib/Archive/Lha/Decode/LH7.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::LH7;
2            
3 2     2   1202 use strict;
  2         5  
  2         79  
4 2     2   10 use warnings;
  2         45  
  2         146  
5 2     2   12 use Archive::Lha::Constants;
  2         5  
  2         16  
6 2     2   16 use Archive::Lha::Decode::Base ( dicbit => 16 );
  2         3  
  2         17  
7            
8             1;
9            
10             __END__