Condition Coverage

Bio/Prospect/LocalClient.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 ref $s and not $s->isa('Bio::PrimarySeqI')
234 0 0 0 defined $cached and -e $cached
511 0 0 0 defined $ENV{'DEBUG'} and $ENV{'DEBUG'} > 5

or 2 conditions

line l !l condition
490 0 0 $$opts{'ncpus'} || 2

or 3 conditions

line l !l&&r !l&&!r condition
89 0 0 0 not defined $s or ref $s and not $s->isa('Bio::PrimarySeqI')
204 0 0 0 $fn || 'Bio::Prospect::RuntimeError'->throw("can't open $fn for reading")
395 0 0 0 not defined $svm{$t} or $svm{$t} eq ''