| blib/lib/Salvation/TC/Type/Time.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 14 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 16 | 0 | 0 | 0 | defined $time and $time =~ /$re/ | 
| 22 | 0 | 0 | 0 | int $hours >= 0 and int $hours <= 23 | 
| 23 | 0 | 0 | 0 | int $minutes >= 0 and int $minutes <= 59 | 
| 24 | 0 | 0 | 0 | int $seconds >= 0 and int $seconds <= 59 | 
| line | l | !l | condition | 
|---|---|---|---|
| 20 | 0 | 0 | $seconds ||= '00' |