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