Condition Coverage

blib/lib/DateTime/Format/ISO8601/Format.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
50 24 2 6 $dt->nanosecond and not defined $self->{'second_precision'}

or 3 conditions

line l !l&&r !l&&!r condition
44 8 16 16 $which eq 'date' or $which eq 'datetime'
48 16 16 8 $which eq 'time' or $which eq 'datetime'
50 6 8 18 $dt->nanosecond and not defined $self->{'second_precision'} or $self->{'second_precision'}