| blib/lib/AnyEvent/Twitter/Stream.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 39 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | $on_delete and $$tweet{'delete'} |
| 0 | 0 | 0 | $on_delete and $$tweet{'delete'} and $$tweet{'delete'}{'status'} | |
| 0 | 0 | 0 | $on_friends and $$tweet{'friends'} | |
| 0 | 0 | 0 | $on_direct_message and $$tweet{'direct_message'} | |
| 0 | 0 | 0 | $on_event and $$tweet{'event'} | |
| 186 | 0 | 0 | 0 | $_zstatus == Z_OK() and length $input |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 0 | 0 | delete $args{'on_connect'} || sub { } |
| 47 | 0 | 0 | delete $args{'on_error'} || sub { die @_; } |
| 48 | 0 | 0 | delete $args{'on_eof'} || sub { } |
| 49 | 0 | 0 | delete $args{'on_keepalive'} || sub { } |
| 80 | 0 | 0 | delete $args{'request_method'} || $methods{$method}[0] || 'GET' |
| 211 | 0 | 0 | $$headers{'transfer-encoding'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | $methods{$method} or exists $args{'api_url'} |
| 77 | 0 | 0 | 0 | delete $args{'api_url'} || $methods{$method}[1]() |
| 188 | 0 | 0 | 0 | $_zstatus == Z_OK() or $_zstatus == Z_BUF_ERROR() |