Condition Coverage

lib/Test/Mock/LWP/Conditional/Stubs.pm
Criterion Covered Total %
condition 5 8 62.5


and 3 conditions

line !l l&&!r l&&r condition
14 5 0 37 &blessed($res) && $res->isa('HTTP::Response')

or 2 conditions

line l !l condition
31 12 0 $self->{'stubs'}[$i] || $self->{'stubs'}[-1] || (return)

or 3 conditions

line l !l&&r !l&&!r condition
19 13 2 0 $self->is_http_res($stub) || ref $stub eq 'CODE'