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   994 use strict;
  2         4  
  2         61  
3 2     2   10 use warnings;
  2         4  
  2         54  
4 2     2   10 use Ark 'Controller';
  2         4  
  2         18  
5              
6             with 'Ark::ActionClass::Form';
7              
8             __PACKAGE__->meta->make_immutable;