blib/lib/MooseX/Meta/TypeConstraint/Parameterizable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 74 | 5 | 17 | &blessed($_[0]) and $_[0]->isa("Moose::Meta::TypeConstraint") |
107 | 3 | 0 | 14 | &blessed($_[0]) and $_[0]->isa("Moose::Meta::TypeConstraint") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 14 | 0 | 0 | shift @_ || $self->constraining_value_type_constraint |
350 | 1 | 0 | 0 | $self->coercion || $self->parent->coercion |