Branch Coverage

blib/lib/Check/Fork.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
21 2 7 if ($config_hr->{'d_fork'}) { }
1 6 elsif ($config_hr->{'d_pseudofork'}) { }
5 1 elsif ($os eq 'MSWin32' or $os eq 'NetWare') { }
26 2 3 unless ($config_hr->{'useithreads'})
30 1 2 unless ($config_hr->{'ccflags'} =~ /-DPERL_IMPLICIT_SYS/)