| blib/lib/DateTime/Format/PDF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 13 | 2 | if ($date =~ s/(\d{2})'?(\d{2})'?$/$1$2/ms) { } |
| 1 | 1 | elsif ($date =~ s/Z$//ms) { } | |
| 56 | 2 | 1 | unless (defined $dt and builtin::blessed($dt) and $dt->isa("DateTime")) |