Condition Coverage

inc/Mock/HTTP/Tiny.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
95 0 3 14 $status >= 200 && $status < 300

or 2 conditions

line l !l condition
78 8 1 $resp || 404
89 0 17 $resp->{'headers'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
38 0 14 0 ref $class || $class
50 0 14 0 ref $self || $self
76 6 11 0 $self->{'status'} ||= Storable::retrieve($self->{'fn'})