Condition Coverage

blib/lib/AnyEvent/HTTP/Spark.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
1519 0 0 0 $response->code == 429 && $count-- > 0
1546 0 0 0 ($response->code == 429 || $response->code == 404) && $count-- > 0

or 3 conditions

line l !l&&r !l&&!r condition
1519 0 0 0 $result or not $response->code == 429 && $count-- > 0
1546 0 0 0 $result or not +($response->code == 429 || $response->code == 404) && $count-- > 0