File Coverage

blib/lib/Geoffrey/Action/Constraint/Check.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Geoffrey::Action::Constraint::Check;
2              
3 4     4   29 use utf8;
  4         10  
  4         23  
4 4     4   214 use 5.016;
  4         15  
5 4     4   21 use strict;
  4         8  
  4         91  
6 4     4   19 use warnings;
  4         8  
  4         206  
7              
8             $Geoffrey::Action::Constraint::Check::VERSION = '0.000204';
9              
10 4     4   27 use parent 'Geoffrey::Role::Action';
  4         8  
  4         27  
11              
12             1;
13              
14             __END__