Condition Coverage

blib/lib/DateTimeX/Auto.pm
Criterion Covered Total %
condition 7 31 22.5


and 3 conditions

line !l l&&!r l&&r condition
119 3 0 2 $z eq 'Z' and defined $dt
136 3 0 2 length $nano and defined $dt
141 3 0 2 $z eq 'Z' and defined $dt

or 2 conditions

line l !l condition
255 0 0 $$X{'y'} || 0
0 0 $$X{'m'} || 0
0 0 $$X{'w'} || 0
0 0 $$X{'d'} || 0
0 0 $$X{'h'} || 0
0 0 $$X{'min'} || 0
0 0 $$X{'s'} || 0
0 0 $$X{'n'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 1 $$args{'datetime_class'} || "${class}::DateTime"
61 0 0 0 $$args{'duration_class'} || "${class}::Duration"