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
1511 0 0 0 $response->code == 429 && $count-- > 0
1538 0 0 0 $response->code == 429 && $count-- > 0

or 3 conditions

line l !l&&r !l&&!r condition
1511 0 0 0 $result or not $response->code == 429 && $count-- > 0
1538 0 0 0 $result or not $response->code == 429 && $count-- > 0