Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
13 6217 4 137 $self->{'lang'} and not ref $self->{'lang'} eq 'ARRAY'
235 24 9 15 $direction eq 'past' and $date_mon >= $mon
239 24 13 11 $direction eq 'future' and $date_mon <= $mon

or 3 conditions

line l !l&&r !l&&!r condition
321 14 2 136129 lc $date eq lc $day_name or index(lc $date, lc($day_name) . ' at') >= 0