line |
l |
!l&&r |
!l&&!r |
condition |
14
|
3 |
2 |
85 |
not length $poss_domain or length $poss_domain > 255 |
41
|
7 |
6 |
419 |
not length $poss_label or length $poss_label > 63 |
64
|
2 |
2 |
214 |
not length $poss_part or length $poss_part > 64 |
66
|
26 |
156 |
32 |
$poss_part =~ /\A"(?:\\.|[!#-[\]-~])+"\z/ or $poss_part =~ m[\A[a-zA-Z0-9!#\$\%&'*+\-/=?^_`{|}~]+ # any 'atext' characters
(?:\. # separated by dots
[a-zA-Z0-9!#\$\%&'*+\-/=?^_`{|}~]+ # any 'atext' characters
)*
\z]x |
90
|
2 |
2 |
192 |
not length $poss_part or length $poss_part > 64 |
122
|
3 |
0 |
25 |
$day == 30 or $day == 29 and not _is_leap_year($year) |
141
|
6 |
0 |
0 |
$hour <= 23 or $hour == 24 and $minute == 0 |
149
|
3 |
0 |
2 |
$tzh <= 23 or $tzh == 24 and $tzm == 0 |