| blib/lib/IBGE/Municipios.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 0 | 1 | 1 | $city && $state && exists $code_for_data{$state} && exists $code_for_data{$state}{$city} |
| 26 | 0 | 82 | 11156 | $state and $code |
| 82 | 14 | 11142 | $state and $code and $city |