Condition Coverage

blib/lib/WWW/Pusher.pm
Criterion Covered Total %
condition 5 33 15.1


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 $args{'channel'} and $args{'channel'} ne ''
126 0 0 0 $response->is_success and $response->content eq "202 ACCEPTED\n"
155 0 0 0 $args{'channel'} && $args{'channel'} ne ''
186 0 0 0 $args{'socket_id'} and $args{'user_id'}
191 0 0 0 $args{'channel'} && $args{'channel'} ne ''

or 2 conditions

line l !l condition
66 0 1 $args{'debug'} || undef
0 1 $args{'channel'} || ''
110 0 0 $args{'socket_id'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
66 0 1 0 $args{'host'} || $$pusher_defaults{'host'}
0 1 0 $args{'host'} || $$pusher_defaults{'host'}
0 1 0 $args{'port'} || $$pusher_defaults{'port'}
126 0 0 0 $$self{'debug'} or $args{'debug'}