Branch Coverage

lib/Net/ISC/DHCPd.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
164 0 0 if ($what eq 'config') { }
0 0 elsif ($what eq 'leases') { }
182 0 0 if ($child_error and $child_error == -1) { }
0 0 elsif ($child_error) { }
199 0 0 unless pipe my $reader, my $writer
201 0 0 if (my $pid = fork) { }
0 0 elsif (defined $pid) { }
209 0 0 unless open STDERR, '>&', $writer
210 0 0 unless open STDOUT, '>&', $writer