blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 3 | 0 | 5 | $self->type_parameter->equals($other->type_parameter) && $self->parent->equals($other->parent) |
50 | 1 | 0 | 145 | &blessed($type_parameter) and $type_parameter->isa("Moose::Meta::TypeConstraint") |
72 | 23 | 8 | 1168 | $self->has_parameterized_from && $self->parameterized_from->has_inline_generator && $self->type_parameter->can_be_inlined |