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 9     9   100375 use base qw(Locale::Maketext);
  9         29  
  9         5765  
4 9     9   117771 use strict;
  9         23  
  9         194  
5 9     9   38 use warnings;
  9         17  
  9         701  
6              
7             our $VERSION = 0.05;
8              
9             1;
10              
11             __END__