Condition Coverage

blib/lib/Bio/Tools/Run/Primate.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
231 0 0 0 $query_file and $target_file
332 0 0 0 ref $query and $query->isa('Bio::PrimarySeqI')
359 0 0 0 ref $target and $target->isa('Bio::PrimarySeqI')

or 2 conditions

line l !l condition
195 0 0 $1 || undef
371 0 0 $in->next_seq || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
225 0 0 0 $target || $self->target
406 0 0 0 $attr_key =~ /QUERY/i or $attr_key =~ /TARGET/i
411 0 0 0 $self->quiet or $self->verbose < 0