| lib/Sisimai/RFC1123.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 27 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 60207 | 242379 | 1086 | $f > 57 and $f < 65 |
| 70 | 0 | 45089 | 1406 | $f > 47 and $f < 58 |
| 115 | 0 | 1 | 6 | length $dpart > 2 and rindex($dpart, ":") > 7 |
| line | l | !l | condition |
|---|---|---|---|
| 44 | 21577 | 1971 | shift() || (return 0) |
| 81 | 10538 | 1 | shift() || (return 0) |
| 126 | 1814 | 10 | shift() || (return '') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 267 | 1 | 21309 | $argv0 eq "localhost" or $argv0 eq "localhost6" |
| 48 | 0 | 6 | 21303 | length $argv0 > 255 or length $argv0 < 4 |
| 182 | 17590 | 27698 | 4319 | length $e < 4 or index($e, ".") == -1 |
| 45288 | 3179 | 1140 | length $e < 4 or index($e, ".") == -1 or __PACKAGE__->is_internethost($e) == 0 |