Branch Coverage

blib/lib/CGI/Untaint/CountyStateProvince/GB.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
183 26 2 if ($value =~ /([a-z][a-z\s]+)/) { }
189 10 16 if (exists $abbreviations{$value})
197 16 0 if ($validator and my $region_code = $validator->code($value))
198 6 10 if $region_code ne "unknown"
201 5 5 exists $counties{$value} ? :
215 28 28 if (defined $value)