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   28 use utf8;
  4         8  
  4         27  
4 4     4   208 use 5.016;
  4         16  
5 4     4   87 use strict;
  4         23  
  4         146  
6 4     4   20 use warnings;
  4         68  
  4         320  
7              
8             $Geoffrey::Action::Constraint::Check::VERSION = '0.000206';
9              
10 4     4   47 use parent 'Geoffrey::Role::Action';
  4         35  
  4         25  
11              
12             1;
13              
14             __END__