File Coverage

blib/lib/Locale/Maketext/Lexicon/Auto.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 0 1 0.0
total 6 7 85.7


line stmt bran cond sub pod time code
1             package Locale::Maketext::Lexicon::Auto;
2             $Locale::Maketext::Lexicon::Auto::VERSION = '1.00';
3 2     2   11 use strict;
  2         4  
  2         124  
4              
5             # ABSTRACT: Auto fallback lexicon for Maketext
6              
7              
8             sub parse {
9 2     2 0 9 +{ _AUTO => 1 };
10             }
11              
12             1;
13              
14             __END__