Condition Coverage

Bio/Root/Root.pm
Criterion Covered Total %
condition 19 39 48.7


and 3 conditions

line !l l&&!r l&&r condition
259 0 0 11890 ref $orig and $orig->isa('Bio::Root::Root')
364 0 107 303993 ref $self and $self->isa('HASH')
441 131 0 11 @args % 2 == 0 and $args[0] =~ /^-/
479 1 74090 0 defined $self->verbose and $self->verbose > 0
480 0 0 0 @msgs and $msgs[-1] =~ /\n$/

or 2 conditions

line l !l condition
188 0 0 &Scalar::Util::blessed($orig) || ''
189 0 0 &Scalar::Util::reftype($orig) || ''
329 5609 211044 $value || 0
438 11 131 $class ||= 'Bio::Root::Exception'
451 0 0 $class ||= ''
456 0 0 $text ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
221 8782 195295 0 ref $class || $class
229 0 1335 150911 $param{'-VERBOSE'} || $param{'-verbose'}
328 82617 134036 287668 defined $value or not defined $self->{'_root_verbose'}
415 131 0 0 $text ||= $args[0]