Condition Coverage

blib/lib/MooseX/Meta/TypeConstraint/Structured.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
212 71 31 136 $self->parent->equals($other->parent) && $self->type_constraints_equals($other)
223 65 90 17 $other->isa('MooseX::Meta::TypeConstraint::Structured') and @{[] unless $other->type_constraints;}
242 69 4 24 $other->type_constraints and $self->type_constraints
245 10 6 8 $self->_type_constraints_op_all($other, 'is_a_type_of') && $self->_type_constraints_op_any($other, 'is_subtype_of')