Branch Coverage

blib/lib/Geo/USCensus/Geocoding.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
80 0 2 if (ref $_[0] eq 'HASH') { }
92 0 2 unless ($opt{'street'})
96 0 0 unless ($opt{'zip'} or $opt{'city'} and $opt{'state'})
105 0 2 if $DEBUG
119 2 0 if ($resp->is_success) { }
123 0 2 if (not $status or @fields < 3)
127 1 1 if ($fields[2] eq 'Match') { }