Condition Coverage

blib/lib/Date/Span.pm
Criterion Covered Total %
condition 19 19 100.0


and 3 conditions

line !l l&&!r l&&r condition
135 2 1 4 not $_[0] % 4 and $_[0] % 100 || !($_[0] % 400)
139 2 1 2 _is_leap($_[0]) && $_[1] == 1

or 2 conditions

line l !l condition
144 1 8 $_[4] || 0
2 7 $_[3] || 0
3 6 $_[2] || 1
3 6 $_[1] || 0
155 1 10 ref $_[-1] || !1

or 3 conditions

line l !l&&r !l&&!r condition
135 3 1 1 $_[0] % 100 || !($_[0] % 400)