File Coverage

blib/lib/DateTime/Format/Human/Duration/Simple/Locale/en.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package DateTime::Format::Human::Duration::Simple::Locale::en;
2 1     1   911 use Moose;
  1         2  
  1         9  
3 1     1   7244 use namespace::autoclean;
  1         2  
  1         10  
4              
5             extends 'DateTime::Format::Human::Duration::Simple::Locale';
6              
7             __PACKAGE__->meta->make_immutable;
8              
9             1;