Branch Coverage

blib/lib/Catalyst/Engine/HTTP/Restarter.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
15 0 0 unless (my $restarter = fork)
37 0 0 if $^O ne 'MSWin32' and getppid == 1
40 0 0 if (@changed_files)
48 0 0 unless my $client = 'IO::Socket::INET'->new('PeerAddr', $host, 'PeerPort', $port)
61 0 0 unless $client->send($req->as_string)