| blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 124 | 8 | unless $other->isa("Moose::Meta::TypeConstraint::Parameterized") |
| 44 | 1 | 146 | unless ($self->has_type_parameter) |
| 50 | 1 | 145 | unless (&blessed($type_parameter) and $type_parameter->isa("Moose::Meta::TypeConstraint")) |
| 55 | 142 | 199 | if (my $constraint = $type->generate_constraint_for($self)) |
| 85 | 613 | 1 | $self->has_parameterized_from ? : |
| 614 | 0 | $self->has_type_parameter ? : | |
| 93 | 0 | 336 | unless $self->can_be_inlined |