| blib/lib/Salvation/TC/Type/Date.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | defined $date and $date =~ /$re/ | 
| 24 | 0 | 0 | 0 | $month >= 1 and $month <= 12 | 
| 25 | 0 | 0 | 0 | $day >= 1 and $day <= 31 | 
| 26 | 0 | 0 | 0 | $year >= 1900 and $year <= 2110 |