File Coverage

blib/lib/Catalyst/Exception/StructuredParameter.pm
Criterion Covered Total %
statement 3 5 60.0
branch n/a
condition n/a
subroutine 1 3 33.3
pod 0 2 0.0
total 4 10 40.0


line stmt bran cond sub pod time code
1              
2             use Moose;
3 2     2   913
  2         4  
  2         11  
4             with 'CatalystX::Utils::DoesHttpException';
5              
6              
7 0     0 0   __PACKAGE__->meta->make_immutable;