| blib/lib/MooseX/AttributeHelpers/Trait/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 12 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 58 | 24 | 0 | if (my $type = $self->helper_type) | 
| 60 | 0 | 24 | unless exists $options->{'isa'} | 
| 64 | 24 | 0 | unless (&blessed($isa) and $isa->isa('Moose::Meta::TypeConstraint')) | 
| 68 | 0 | 24 | unless $isa->is_a_type_of($type) | 
| 86 | 0 | 136 | unless exists $method_constructors->{$key} | 
| 91 | 0 | 34 | unless exists $method_constructors->{$key} |