Condition Coverage

blib/lib/Date/Handler/Delta.pm
Criterion Covered Total %
condition 16 32 50.0


and 3 conditions

line !l l&&!r l&&r condition
132 0 19 0 ref $delta and $delta->isa('Date::Handler')
200 0 0 0 $self->Months and $self->Seconds
201 0 0 0 $delta->Months and $delta->Seconds
203 0 0 0 $self->Months and $delta->Seconds
204 0 0 0 $self->Seconds and $delta->Months

or 2 conditions

line l !l condition
86 143 180 $self->Months || 0
235 88 $self->Seconds || 0
297 185 179 $m || 0
184 180 $ss || 0
98 266 $mm || 0
94 270 $hh || 0
98 266 $d || 0

or 3 conditions

line l !l&&r !l&&!r condition
67 377 0 0 defined $$self{'months'} or defined $$self{'seconds'}