lib/Test/Mock/LWP/Conditional/Stubs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 8 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 5 | 0 | 37 | &blessed($res) && $res->isa('HTTP::Response') |
line | l | !l | condition |
---|---|---|---|
31 | 12 | 0 | $self->{'stubs'}[$i] || $self->{'stubs'}[-1] || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 13 | 2 | 0 | $self->is_http_res($stub) || ref $stub eq 'CODE' |