blib/lib/DateTime/Format/Flexible/lang.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 12 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
13 | 6213 | 4 | 137 | $self->{'lang'} and not ref $self->{'lang'} eq 'ARRAY' |
234 | 24 | 9 | 15 | $direction eq 'past' and $date_mon >= $mon |
238 | 24 | 13 | 11 | $direction eq 'future' and $date_mon <= $mon |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
320 | 14 | 2 | 135992 | lc $date eq lc $day_name or index(lc $date, lc($day_name) . ' at') >= 0 |