Branch Coverage

blib/lib/OBO/Util/Map.pm
Criterion Covered Total %
branch 20 26 76.9


line true false branch
53 90 65 defined $$self{'MAP'}{$key} ? :
69 5 16 if ($$self{'MAP'}{$key} eq $value)
89 11 0 if (@_)
91 5 6 if ($self->size == $other_map->size) { }
94 0 22 unless exists $cmp{$key}
95 0 22 unless $$self{'MAP'}{$key} eq $other_map->get($key)
98 0 5 if (%cmp) { }
123 102 0 !$self->is_empty ? :
137 2 104 scalar keys %{$$self{'MAP'};} == 0 ? :
169 59 0 if ($key and $value) { }
171 3 56 if $has_key
191 32 125 if ($my_other_map)
211 10 3 if $has_key