File Coverage

blib/lib/MooseX/Meta/TypeCoercion/Structured.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package ## Hide from PAUSE
2             MooseX::Meta::TypeCoercion::Structured;
3              
4 21     21   120 use Moose;
  21         43  
  21         194  
5             extends 'Moose::Meta::TypeCoercion';
6              
7             # We need to make sure we can properly coerce the structure elements inside a
8             # structured type constraint. However requirements for the best way to allow
9             # this are still in flux. For now this class is a placeholder.
10             # see also Moose::Meta::TypeCoercion.
11              
12 21     21   138298 no Moose;
  21         46  
  21         107  
13             __PACKAGE__->meta->make_immutable(inline_constructor => 0);