Condition Coverage

blib/lib/Test/HTTPStatus.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
142 0 0 0 defined $expected and $expected == $status
198 0 0 0 $response && defined $response->code
0 0 0 $response->code >= 400 and $response->code != 404

or 2 conditions

line l !l condition
135 0 0 shift() || 200

or 3 conditions

line l !l&&r !l&&!r condition
198 0 0 0 not $response && defined $response->code or $response->code >= 400 and $response->code != 404