Condition Coverage

blib/lib/Net/Async/EmptyPort.pm
Criterion Covered Total %
condition 9 14 64.2


or 2 conditions

line l !l condition
27 1 2 $args //= {}
28 0 3 $args->{'host'} //= '127.0.0.1'
29 1 2 $args->{'port'} //= 0
30 0 3 $args->{'proto'} //= 'tcp'
61 0 1 $args->{'host'} //= '127.0.0.1'
62 0 1 $args->{'proto'} //= 'tcp'
63 0 1 $args->{'max_wait'} //= 10