Condition Coverage

blib/lib/Pinwheel/Model/DateBase.pm
Criterion Covered Total %
condition 15 17 88.2


and 3 conditions

line !l l&&!r l&&r condition
71 2 6 0 !($y % 4) && ($y % 100 || !($y % 400))
107 36 48 40 $day >= 10 and $day < 20
215 17 14 7 $m == 1 and not $y % 4
31 7 0 $m == 1 and not $y % 4 and $y % 100 || !($y % 400)

or 2 conditions

line l !l condition
53 14 4 $_[0]{'t'}[6] || 7

or 3 conditions

line l !l&&r !l&&!r condition
215 3 3 1 $y % 100 || !($y % 400)