File Coverage

blib/lib/Parse/Crontab/Entry/Comment.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::Comment;
2 2     2   50 use 5.008_001;
  2         6  
  2         79  
3 2     2   9 use strict;
  2         4  
  2         63  
4 2     2   10 use warnings;
  2         5  
  2         64  
5 2     2   9 use Mouse;
  2         4  
  2         12  
6             extends 'Parse::Crontab::Entry';
7              
8              
9 2     2   710 no Mouse;
  2         6  
  2         9  
10              
11             __PACKAGE__->meta->make_immutable;