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 2 0 34 blessed $res && $res->isa('HTTP::Response')

or 2 conditions

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

or 3 conditions

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