Branch Coverage

blib/lib/AnyEvent/Task/Server.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
25 1 13 exists $arg{'hung_worker_timeout'} ? :
28 14 0 if ($arg{'listen'}) { }
43 14 0 if (exists $arg{'interface'}) { }
46 10 4 if (ref $interface eq 'CODE') { }
4 0 elsif (ref $interface eq 'HASH') { }
68 0 28 if (wantarray) { }
92 34 0 if ($rv) { }
0 0 elsif ($rv == 0) { }