Condition Coverage

blib/lib/RPC/ExtDirect/Client/Async.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
189 1 0 10 $status eq '200' && $content_length > 0
356 0 26 8 $$to{'headers'} and my $cookies = $$to{'headers'}{'Cookie'}
415 2 0 2 $cb && $cb->isa('AnyEvent::CondVar')
60 2 2 'CODE' ne ref $cb and not $cb && $cb->isa('AnyEvent::CondVar')