File Coverage

lib/Archive/Lha/Decode/LH6.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::LH6;
2            
3 1     1   1140 use strict;
  1         3  
  1         38  
4 1     1   5 use warnings;
  1         2  
  1         48  
5 1     1   4 use Archive::Lha::Constants;
  1         2  
  1         6  
6 1     1   6 use Archive::Lha::Decode::Base ( dicbit => 15 );
  1         2  
  1         6  
7            
8             1;
9            
10             __END__