blib/lib/Specio/Constraint/Role/Interface.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 21 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 826 | 41 | 0 | $self->_has_constraint and $self->_has_inline_generator |
196 | 0 | 45 | 36 | $self->_has_constraint and $self->_constraint ne $NullConstraint |
201 | 0 | 0 | 45 | $self->_has_parent and $self->parent->can_be_inlined |
436 | 0 | 6 | 72 | defined &Sub::Quote::quote_sub and $self->can_be_inlined |
462 | 0 | 2 | 3 | defined &Sub::Quote::quote_sub and &all(sub { $_->can_be_inlined; } , $self->coercions) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 22 | 826 | 19 | $self->_has_constraint or $self->_has_inline_generator |
188 | 14 | 383 | 8 | $self->_has_constraint && $self->_constraint ne $NullConstraint || $self->_has_inline_generator |