blib/lib/Date/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
220 | 0 | 0 | 3 | defined $data and defined $format |
254 | 0 | 0 | 0 | defined $opts{'hour12'} and defined $opts{'hour12_ind'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
238 | 2 | 1 | 0 | _parse_year(%data) || time2str('%Y', time) |