line |
!l |
l&&!r |
l&&r |
condition |
68
|
5 |
0 |
1 |
$year == 1582 and $month == 10 |
|
5 |
1 |
0 |
$year == 1582 and $month == 10 and $day >= 5 |
|
1 |
0 |
0 |
$year == 1582 and $month == 10 and $day >= 5 and $day <= 14 |
84
|
4 |
2 |
6 |
$Date::Korean::LEAPTABLE[$year] != 0 and $Date::Korean::LEAPTABLE[$year] <= $month |
106
|
0 |
0 |
24 |
$year >= 0 and $year < $#Date::Korean::YEARTABLE |
110
|
0 |
0 |
24 |
$month >= 1 and $month <= 12 |
114
|
16 |
8 |
0 |
$leap != 0 and $Date::Korean::LEAPTABLE[$year] - 1 != $month |
120
|
16 |
0 |
8 |
$leap == 1 and $month + 1 == $Date::Korean::LEAPTABLE[$year] |
|
8 |
4 |
4 |
$Date::Korean::LEAPTABLE[$year] != 0 and $Date::Korean::LEAPTABLE[$year] <= $month |