File Coverage

blib/lib/App/Greple/xlate/null.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 0 1 0.0
total 25 26 96.1


line stmt bran cond sub pod time code
1             package App::Greple::xlate::null;
2              
3             our $VERSION = "1.01";
4              
5 9     9   1996 use v5.14;
  9         62  
6 9     9   65 use warnings;
  9         40  
  9         772  
7 9     9   61 use Encode;
  9         17  
  9         1182  
8 9     9   82 use Data::Dumper;
  9         16  
  9         625  
9              
10 9     9   57 use App::Greple::xlate qw(opt);
  9         18  
  9         762  
11 9     9   9732 use App::Greple::xlate::Lang qw(%LANGNAME);
  9         28  
  9         1619  
12              
13             sub xlate {
14 8     8 0 45 @_;
15             }
16              
17             1;
18              
19             __DATA__