| blib/lib/Socket.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 24 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 850 | 2 | 2 | if (@_ == 6 and not wantarray) { } |
| 1 | 1 | elsif (wantarray) { } | |
| 852 | 1 | 1 | if warnings::enabled() |
| 856 | 0 | 1 | unless @_ == 1 |
| 859 | 0 | 1 | unless @_ == 2 |
| 865 | 1 | 1 | if (wantarray) { } |
| 866 | 0 | 1 | unless @_ == 1 |
| 870 | 0 | 1 | unless @_ >= 2 and @_ <= 4 |
| 876 | 1 | 1 | if (wantarray) { } |
| 877 | 0 | 1 | unless @_ == 1 |
| 880 | 0 | 1 | unless @_ == 1 |
| 967 | 0 | 0 | $errno == 0 ? : |