blib/lib/IO/Interface.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
40 | 0 | 4 | if $constname eq 'constant' |
41 | 0 | 4 | @_ ? : |
42 | 0 | 4 | if ($! != 0) |
43 | 0 | 0 | if ($! =~ /Invalid/ or $!{'EINVAL'}) { } |
75 | 0 | 2 | if $addr eq '0.0.0.0' |
78 | 0 | 4 | unless my $if_addr = $sock->if_addr($_) |
79 | 1 | 3 | if $if_addr eq $addr |