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   30 use utf8;
  4         8  
  4         25  
4 4     4   158 use 5.016;
  4         13  
5 4     4   22 use strict;
  4         9  
  4         75  
6 4     4   19 use warnings;
  4         8  
  4         210  
7              
8             $Geoffrey::Action::Constraint::Check::VERSION = '0.000203';
9              
10 4     4   44 use parent 'Geoffrey::Role::Action';
  4         9  
  4         30  
11              
12             1;
13              
14             __END__