blib/lib/RPC/ExtDirect/Client/Async.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
189 | 1 | 0 | 10 | $status eq '200' && $content_length > 0 |
356 | 0 | 13 | 8 | $$to{'headers'} and my $cookies = $$to{'headers'}{'Cookie'} |
417 | 2 | 0 | 2 | $cb && $cb->isa('AnyEvent::CondVar') |
43 | 2 | 2 | 'CODE' ne ref $cb and not $cb && $cb->isa('AnyEvent::CondVar') |