File Coverage

blib/lib/MARC/Leader/L10N.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package MARC::Leader::L10N;
2              
3 7     7   94815 use base qw(Locale::Maketext);
  7         24  
  7         3957  
4 7     7   90482 use strict;
  7         14  
  7         164  
5 7     7   29 use warnings;
  7         19  
  7         568  
6              
7             our $VERSION = 0.03;
8              
9             1;
10              
11             __END__