Condition Coverage

blib/lib/Date/Handler/Range.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
97 2 0 0 defined $delta and $delta->isa('Date::Handler::Delta')
109 4 0 0 defined $date and $date->isa('Date::Handler')

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 1 $direction =~ /FORWARDS/i or $direction eq 1
1 0 0 $direction =~ /BACKWARDS/i or $direction eq 0