Branch Coverage

blib/lib/Geo/GoogleEarth/Pluggable/Style.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
57 0 0 if $style eq "document"
58 0 0 if $style eq "id"
60 0 0 if (&reftype($self->{$style}) eq 'HASH') { }
65 0 0 if ($key eq 'color') { }
0 0 elsif ($key eq 'href') { }
0 0 elsif (ref $value eq 'HASH') { }
0 0 elsif (ref $value eq 'ARRAY') { }
68 0 0 if ($style eq 'ListStyle') { }
107 0 0 if (ref $color eq 'HASH') { }
108 0 0 if (defined $color->{'color'}) { }
115 0 0 unless defined $a
116 0 0 if ($a =~ /(\d+)%/)