Condition Coverage

blib/lib/EV/Redis.pm
Criterion Covered Total %
condition 4 16 25.0


and 3 conditions

line !l l&&!r l&&r condition
18 6 0 0 exists $args{'host'} and exists $args{'path'}
20 6 0 0 $args{'prefer_ipv4'} and $args{'prefer_ipv6'}

or 2 conditions

line l !l condition
48 0 0 $args{'reconnect_delay'} // 1000
0 0 $args{'max_reconnect_attempts'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
22 0 6 0 $args{'loop'} // &EV::default_loop()
25 0 6 0 $args{'on_error'} // sub { die @_; }