Condition Coverage

blib/lib/Date/Korean.pm
Criterion Covered Total %
condition 19 33 57.5


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 12 $days < $Date::Korean::MINDATE or $days > $Date::Korean::MAXDATE
129 0 0 24 $day < 1 or $days >= $Date::Korean::MONTHTABLE[$months + 1]