Branch Coverage

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


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