Condition Coverage

blib/lib/Type/Tiny/Wrapped.pm
Criterion Covered Total %
condition 2 21 9.5


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
37 0 0 0 $pre or $post