File Coverage

blib/lib/File/Findgrep/I18N/en.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1              
2             package File::Findgrep::I18N::en;
3 2     2   2599 use base qw(File::Findgrep::I18N);
  2         3  
  2         149  
4             1;
5              
6             # This class just zero-derives from the project base class.
7