| blib/lib/DateTimeX/Easy/DateParse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 22 | 68.1 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 5 | 4 | unless @t |
| 50 | 3 | 1 | if ($ss) |
| 52 | 0 | 3 | if $fraction |
| 55 | 4 | 0 | if $mm |
| 56 | 4 | 0 | if $hh |
| 57 | 3 | 1 | if $day |
| 58 | 3 | 1 | if $month |
| 59 | 4 | 0 | $year ? : |
| 63 | 1 | 3 | unless (defined $zone or defined $offset) |
| 72 | 0 | 3 | if ($zone) |
| 73 | 0 | 0 | if ('DateTime::TimeZone'->is_valid_name($zone)) { } |