File Coverage

blib/lib/Locale/KeyedText.pm
Criterion Covered Total %
statement 19 19 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 26 26 100.0


line stmt bran cond sub pod time code
1 4     4   44530 use 5.008001;
  4         9  
2 4     4   13 use utf8;
  4         4  
  4         15  
3 4     4   60 use strict;
  4         5  
  4         50  
4 4     4   15 use warnings;
  4         10  
  4         128  
5              
6 4     4   1231 use Locale::KeyedText::Message 2.001000;
  4         63  
  4         93  
7 4     4   1348 use Locale::KeyedText::Translator 2.001000;
  4         67  
  4         171  
8              
9             { package Locale::KeyedText; # package
10             BEGIN {
11 4     4   20 our $VERSION = '2.001000';
12 4         160 $VERSION = eval $VERSION;
13             }
14             } # package Locale::KeyedText
15              
16             1;