| blib/lib/Geo/Coder/Abbreviations.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 452 | 110 | 124 | defined $_->{'type'} and $_->{'type'} eq "way" |
| 145 | 0 | 2 | 0 | scalar @_ and scalar(@_) % 2 == 0 |
| 173 | 0 | 1 | 1 | lc $2 ne "cross" and $a = $self->abbreviate($2) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 1 | 4 | 1 | ref $proto || $proto |
| 68 | 0 | 0 | 0 | $ENV{'CACHE_DIR'} || $ENV{'CACHEDIR'} |