Condition Coverage

blib/lib/Date/Range.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
106 0 1 2 $self->start == $check->start && $self->end == $check->end
122 17 0 4 $self->includes($check->start) && $self->includes($check->end)
124 29 26 19 $self->start <= $check && $check <= $self->end

or 3 conditions

line l !l&&r !l&&!r condition
65 6 16 0 ref $that || $that
144 8 1 17 $check->includes($self->start) || $check->includes($self->end) || $self->includes($check)
186 3 2 4 $self->overlaps($range) || $self->gap($range)