Branch Coverage

blib/lib/OBO/Util/SubsetDefMap.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
36 17 0 if (@_)
38 17 0 if ($other_map and eval { do { $other_map->isa('OBO::Util::SubsetDefMap') } }) { }
39 9 8 if ($self->size == $other_map->size) { }
42 0 37 unless exists $cmp{$key}
43 0 37 unless $self->{'MAP'}{$key}->equals($other_map->get($key))
46 0 9 if (%cmp) { }