Condition Coverage

blib/lib/Tk/DatePick.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
141 0 0 0 $mth == 2 and $yr % 4 == 0
142 0 0 0 $mth == 2 and $yr % 4 != 0

or 3 conditions

line l !l&&r !l&&!r condition
238 0 0 0 $temp > $mx or $temp < $mn
302 0 0 0 $total > $mx or $total < $mn
352 0 0 0 $total > $mx or $total < $mn
486 0 0 0 $month < 1 or $month > 12
488 0 0 0 $year < 1901 or $year > 2099
490 0 0 0 $day < 1 or $day > daysinmonth($year, $month)