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   40 use 5.008_001;
  2         6  
  2         62  
3 2     2   8 use strict;
  2         1  
  2         48  
4 2     2   8 use warnings;
  2         3  
  2         50  
5 2     2   7 use Mouse;
  2         3  
  2         12  
6             extends 'Parse::Crontab::Entry';
7              
8              
9 2     2   538 no Mouse;
  2         4  
  2         6  
10              
11             __PACKAGE__->meta->make_immutable;