Condition Coverage

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


and 3 conditions

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

or 2 conditions

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

or 3 conditions

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