Branch Coverage

blib/lib/Geo/GeoNames/Record.pm
Criterion Covered Total %
branch 4 24 16.6


line true false branch
191 31 0 if (@_)
216 31 0 if (@data == $n_fields) { }
256 2 1 grep({$_ eq $name;} $self->names) ? :
267 0 0 unless $_admins_loaded
271 0 0 if ($$self{'country_code'} and exists $$_admin_code_to_record{$$self{'country_code'}})
287 0 0 unless $_admins_loaded
291 0 0 if ($$self{'admin1_code'})
295 0 0 if (exists $$_admin_code_to_record{$admin1_key})
312 0 0 unless $_admins_loaded
316 0 0 if ($$self{'admin2_code'})
320 0 0 if (exists $$_admin_code_to_record{$admin2_key})
402 0 0 if (-e $admins_filename) { }