Condition Coverage

blib/lib/HTML/CalendarMonth/DateTool.pm
Criterion Covered Total %
condition 8 51 15.6


and 3 conditions

line !l l&&!r l&&r condition
189 0 0 0 $ts >= 1 and $ts <= $self->lastday
257 0 0 0 $y == 1752 and $self->month <= 9
273 0 0 0 $self->weeknum and $self->_is_julian
288 0 0 0 $self->historic and $self->_is_julian
296 0 0 0 $self->historic and $self->_is_julian
304 0 0 0 $self->historic and $self->_is_julian

or 2 conditions

line l !l condition
58 310 0 $self->{'month'} ||= 1
86 0 1 which('cal') || ''
120 0 1 which('ncal') || ''
246 0 0 $self->_timelocal_fails || 1
247 0 0 $self->_datecalc_fails || 1
248 0 0 $self->_datetime_fails || 1
249 0 0 $self->_datemanip_fails || 1
250 0 0 $self->_ncal_fails || 1
251 0 0 $self->_cal_fails || 1

or 3 conditions

line l !l&&r !l&&!r condition
56 0 1 0 $self->{'month'} ||= $dmy[1]
79 294 152 0 ref $class || $class
160 0 0 0 $month ||= $self->month
161 0 0 0 $year ||= $self->year
265 2 0 308 $y < 1970 or $y >= 2038