blib/lib/Type/Tiny/Wrapped.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 21 | 9.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | defined $pre and not &$pre($self, @_) |
44 | 0 | 0 | 0 | defined $post and not &$post($self, @_) |
56 | 0 | 0 | 0 | defined $pre and not &$pre($self, @_) |
58 | 0 | 0 | 0 | defined $post and not &$post($self, @_) |
90 | 0 | 75 | 0 | $self->pre_check and not $self->inlined_pre_check |
91 | 75 | 0 | 0 | $self->post_check and not $self->inlined_post_check |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $pre or $post |