Condition Coverage

blib/lib/Date/Calendar.pm
Criterion Covered Total %
condition 11 28 39.2


and 3 conditions

line !l l&&!r l&&r condition
192 0 2 0 $mm1 == 12 and $dd1 == 31
2 0 0 $mm1 == 12 and $dd1 == 31 and not $including1
198 0 2 0 $mm2 == 1 and $dd2 == 1
2 0 0 $mm2 == 1 and $dd2 == 1 and not $including2
213 0 8 0 $mm2 == 12 and $dd2 == 31
8 0 0 $mm2 == 12 and $dd2 == 31 and not $including2
219 0 8 0 $mm1 == 1 and $dd1 == 1
8 0 0 $mm1 == 1 and $dd1 == 1 and not $including1

or 2 conditions

line l !l condition
36 1 176 shift() || 0
40 177 0 ref $class || $class || 'Date::Calendar'