line |
!l |
l&&!r |
l&&r |
condition |
26
|
0 |
50 |
27 |
$times and $$times[0] |
32
|
6 |
2 |
51 |
check_year($y) and check_month($m) |
|
8 |
18 |
33 |
check_year($y) and check_month($m) and check_day($d, $m, $y) |
54
|
6 |
1 |
8 |
check_year($y) and check_month($m) |
|
7 |
2 |
6 |
check_year($y) and check_month($m) and check_day($d, $m, $y) |
79
|
6 |
1 |
13 |
check_year($y) and check_month($m) |
|
7 |
2 |
11 |
check_year($y) and check_month($m) and check_day($d, $m, $y) |
153
|
2 |
2 |
79 |
$m =~ qr/^\d{1,2}$/ and $m > 0 |
|
4 |
4 |
75 |
$m =~ qr/^\d{1,2}$/ and $m > 0 and $m < 13 |
162
|
1 |
1 |
102 |
defined $d and defined $m |