File Coverage

blib/lib/Parse/Crontab/Entry/Empty.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Parse::Crontab::Entry::Empty;
2 2     2   39 use 5.008_001;
  2         1544  
  2         365  
3 2     2   18 use strict;
  2         4  
  2         76  
4 2     2   12 use warnings;
  2         4  
  2         59  
5              
6 2     2   11 use Mouse;
  2         4  
  2         13  
7             extends 'Parse::Crontab::Entry';
8              
9              
10 2     2   1207 no Mouse;
  2         14  
  2         17  
11              
12             __PACKAGE__->meta->make_immutable;