Condition Coverage

blib/lib/AnyEvent/Twitter/Stream.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

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'}
190 0 0 0 $_zstatus == Z_OK() and length $input

or 2 conditions

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'
218 0 0 $headers->{'transfer-encoding'} || ''

or 3 conditions

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]->()
192 0 0 0 $_zstatus == Z_OK() or $_zstatus == Z_BUF_ERROR()