File Coverage

blib/lib/Encode/MAB2table.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Encode::MAB2table;
2             our $VERSION = "0.08"; # must stay in sync with Encode::MAB2
3              
4 3     3   12901 use Encode ();
  3         6  
  3         65  
5 3     3   14 use XSLoader;
  3         5  
  3         106  
6             XSLoader::load(__PACKAGE__,$VERSION);
7              
8             1;
9             __END__