Condition Coverage

blib/lib/Date/Simple/Range.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
70 2 2 0 defined $self->end and $arg > $self->end
87 0 4 0 defined $self->start and $arg < $self->start
136 0 1 38 defined $self->start && defined $self->end

or 3 conditions

line l !l&&r !l&&!r condition
26 0 2 0 ref $proto || $proto
49 0 0 0 $arg->isa('DateTime') or $arg->isa('Time::Piece')