| blib/lib/Image/EXIF/DateTime/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 6 | 83.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 73 | 9 | 1 | if ($string =~ /^([\d\x20]{4})(.)([\d\x20]{2})(.)([\d\x20]{2})(.)([\d\x20]{2})(.)([\d\x20]{2})(.)([\d\x20]{2})([-+]\d{2}:\d{2}|[.]\d{2}Z|.)?$/) | 
| 79 | 2 | 7 | unless grep {not /^( |0)+$/;} $y, $m, $d, $H, $M, $S | 
| 81 | 7 | 0 | if defined $time |