Condition Coverage

blib/lib/AnyEvent/Redis.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
113 0 0 0 $$self{'sub'} and %{$$self{'sub'};}
136 0 0 0 $command eq 'keys' and not ref $res

or 2 conditions

line l !l condition
19 0 0 delete $args{'host'} || '127.0.0.1'
20 0 0 delete $args{'port'} || 6379
119 0 0 $$self{'sub'}{$_} ||= [$cv, $cb]
129 0 0 $$self{'on_error'} || sub { die @_; }
151 0 0 $$self{'sub'}{$_} ||= [$cv, $cb]

or 3 conditions

line l !l&&r !l&&!r condition
108 0 0 0 $cv ||= &AE::cv()
162 0 0 0 $action eq 'subscribe' or $action eq 'psubscribe'
0 0 0 $action eq 'unsubscribe' or $action eq 'punsubscribe'
182 0 0 0 $$self{'sub_count'} or %{$$self{'sub'};}
287 0 0 0 $size < 0 or @lines == $size