| blib/lib/Time/Piece/MySQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 12 | 83.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 51 | 3 | 2 | unless $dt and $dt ge '1970' and $dt lt '2038' | 
| 58 | 0 | 3 | unless $dt and $dt ge '1970' and $dt lt '2038' | 
| 60 | 0 | 3 | if HAS_DST_BUG and $time->isdst | 
| 73 | 1 | 7 | if $length == 19 | 
| 75 | 5 | 2 | if ($length != 14 and $length != 8) | 
| 76 | 4 | 1 | substr($timestamp, 0, 2) < 70 ? : |