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   258448 use 5.008000;
  4         35  
2 4     4   19 use utf8;
  4         7  
  4         15  
3 4     4   72 use strict;
  4         6  
  4         80  
4 4     4   18 use warnings;
  4         5  
  4         137  
5              
6 4     4   1761 use Locale::KeyedText::Message 2.001001;
  4         122  
  4         263  
7 4     4   2744 use Locale::KeyedText::Translator 2.001001;
  4         67  
  4         184  
8              
9             { package Locale::KeyedText; # package
10             BEGIN {
11 4     4   12 our $VERSION = '2.001001';
12 4         162 $VERSION = eval $VERSION;
13             }
14             } # package Locale::KeyedText
15              
16             1;