blib/lib/File/FDpasser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 19 | 15.7 |
line | l | !l | condition |
---|---|---|---|
139 | 2 | 0 | &my_send_fd($conn, $sendfd) && (return undef) |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
137 | 0 | 2 | 0 | $conn =~ /^\d+$/ and $sendfd =~ /^\d+$/ |
178 | 0 | 0 | 0 | $acc == 1 and not $app |
179 | 0 | 0 | 0 | $acc == 1 and $app |
180 | 0 | 0 | 0 | $acc == 2 and not $app |
181 | 0 | 0 | 0 | $acc == 2 and $app |
line | l | !l | condition |
---|---|---|---|
58 | 3 | 0 | $File::FDpasser::ostype{$^O} || die("Platform $^O not supported!\n") |