| blib/lib/Gpx/Addons/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 36 | 11.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 161 | 0 | 0 | 0 | defined $start and defined $end | 
| 0 | 0 | 0 | defined $start and not defined $end | |
| 0 | 0 | 0 | defined $end and not defined $start | |
| 165 | 0 | 0 | 0 | $start =~ /\d+/ and $end =~ /\d+/ | 
| 177 | 0 | 0 | 0 | $first_point < $start and $last_point < $start | 
| 0 | 0 | 0 | $first_point > $end and $last_point > $end | |
| 302 | 0 | 0 | 0 | defined $wp and defined $box | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 171 | 0 | 0 | 0 | $start < 915148800 or $end < 915148800 | 
| 349 | 0 | 0 | 3 | $day < 1 or $day > 31 | 
| 0 | 0 | 3 | $day < 1 or $day > 31 or $month + 1 < 1 | |
| 0 | 0 | 3 | $day < 1 or $day > 31 or $month + 1 < 1 or $month + 1 > 12 | |
| 357 | 0 | 0 | 3 | $year + 1900 < 32 or $year + 1900 > 2037 |