File Coverage

blib/lib/Ark/Controller/Form.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Ark::Controller::Form;
2 2     2   870 use strict;
  2         5  
  2         61  
3 2     2   9 use warnings;
  2         4  
  2         65  
4 2     2   11 use Ark 'Controller';
  2         3  
  2         19  
5              
6             with 'Ark::ActionClass::Form';
7              
8             __PACKAGE__->meta->make_immutable;