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         26  
4 4     4   180 use 5.016;
  4         13  
5 4     4   20 use strict;
  4         8  
  4         93  
6 4     4   22 use warnings;
  4         8  
  4         225  
7              
8             $Geoffrey::Action::Constraint::Check::VERSION = '0.000205';
9              
10 4     4   28 use parent 'Geoffrey::Role::Action';
  4         10  
  4         28  
11              
12             1;
13              
14             __END__