blib/lib/MooseX/Meta/TypeConstraint/Structured.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 12 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
215 | 71 | 31 | 136 | $self->parent->equals($other->parent) && $self->type_constraints_equals($other) |
226 | 65 | 90 | 17 | $other->isa('MooseX::Meta::TypeConstraint::Structured') and @{[] unless $other->type_constraints;} |
245 | 69 | 4 | 24 | $other->type_constraints and $self->type_constraints |
248 | 10 | 6 | 8 | $self->_type_constraints_op_all($other, 'is_a_type_of') && $self->_type_constraints_op_any($other, 'is_subtype_of') |