Condition Coverage

blib/lib/AnyEvent/mDNS.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 @rr == 1 and @srv == 1

or 2 conditions

line l !l condition
26 0 0 $args{'on_error'} || sub { die @_; }
29 0 0 $args{'on_found'} || sub { }
62 0 0 $args{'timeout'} || 3

or 3 conditions

line l !l&&r !l&&!r condition
56 0 0 0 $found{$rr[0][4]} ||= do { &$callback($service) if $callback; $service }