Branch Coverage

Bio/Factory/ObjectFactory.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
127 5584 2 if $type
179 5604 8601 if (@_)
181 5588 16 if ($type and not $self->{'_loaded_types'}{$type})
185 0 5588 if ($@)
190 0 5588 unless ($self->_validate_type($o))
217 5604 5588 if ($interface)
252 0 5588 unless ($obj->isa($self->interface))