blib/lib/IBGE/Municipios.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
12 | 1 | 4 | $city && $state && exists $code_for_data{$state} && exists $code_for_data{$state}{$city} ? : |
26 | 104 | 11130 | unless $state and $code and $city |