blib/lib/Salvation/TC/Type/Time.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 0 | unless defined $time and $time =~ /$re/ |
22 | 0 | 0 | unless int $hours >= 0 and int $hours <= 23 |
23 | 0 | 0 | unless int $minutes >= 0 and int $minutes <= 59 |
24 | 0 | 0 | unless int $seconds >= 0 and int $seconds <= 59 |
27 | 0 | 0 | if ($@) |