File Coverage

blib/lib/Catalyst/Exception/MissingParameter.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 11 12 91.6


line stmt bran cond sub pod time code
1              
2             use Moose;
3 2     2   12 use namespace::clean -except => 'meta';
  2         4  
  2         39  
4 2     2   10834  
  2         5  
  2         21  
5             extends 'Catalyst::Exception::StructuredParameter';
6              
7             has 'param' => (is=>'ro', required=>1);
8              
9            
10 6     6 0 3226 __PACKAGE__->meta->make_immutable;
  6         199