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   27 use 5.008_001;
  2         4  
  2         61  
3 2     2   9 use strict;
  2         2  
  2         43  
4 2     2   7 use warnings;
  2         2  
  2         52  
5              
6 2     2   8 use Mouse;
  2         2  
  2         6  
7             extends 'Parse::Crontab::Entry';
8              
9              
10 2     2   553 no Mouse;
  2         3  
  2         7  
11              
12             __PACKAGE__->meta->make_immutable;