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   104160 use base qw(Locale::Maketext);
  7         32  
  7         3691  
4 7     7   90260 use strict;
  7         16  
  7         151  
5 7     7   28 use warnings;
  7         13  
  7         555  
6              
7             our $VERSION = 0.04;
8              
9             1;
10              
11             __END__