Branch Coverage

blib/lib/Test/TCP/Multi.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
21 0 0 unless $port =~ /^[0-9]+$/ and $port < 19000
24 0 0 $^O eq 'MSWin32' ? :
31 0 0 if $sock
41 0 0 defined $prev ? :
47 0 0 if ($^O ne 'MSWin32')
48 0 0 if (POSIX::WIFSIGNALED($?))
50 0 0 if ($signame =~ /^(ABRT|PIPE)$/)
67 0 0 if (my $pid = 'Test::SharedFork'->fork) { }
0 0 elsif ($pid == 0) { }
79 0 0 if ($ports{$name}) { }
85 0 0 if ($@)
122 0 0 if ($@)
141 0 0 if (scalar keys %pids)
149 0 0 if ($sig)
156 0 0 unless $pid
169 0 0 if ($remote) { }
183 0 0 if _check_port($port)