| blib/lib/DateTime/Format/Flexible/lang.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 13 | 6171 | 4 | 137 | $self->{'lang'} and not ref $self->{'lang'} eq "ARRAY" |
| 82 | 81775 | 17465 | 29 | exists $p->{'time_zone'} and $p->{'time_zone'} eq $orig_tz |
| 246 | 24 | 9 | 15 | $direction eq "past" and $date_mon >= $mon |
| 250 | 24 | 13 | 11 | $direction eq "future" and $date_mon <= $mon |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 332 | 14 | 2 | 144750 | lc $date eq lc $day_name or (index(lc $date, lc($day_name) . ' at') != -1) |