Condition Coverage

blib/lib/Bio/Tools/Run/Alignment/Kalign.pm
Criterion Covered Total %
condition 1 16 6.2


and 3 conditions

line !l l&&!r l&&r condition
402 0 0 0 ref $seq and $seq->isa('Bio::PrimarySeqI')

or 2 conditions

line l !l condition
193 0 1 $on || ''
261 0 0 $1 || undef

or 3 conditions

line l !l&&r !l&&!r condition
348 0 0 0 not -e $outfile or -z $outfile
404 0 0 0 not defined $seq->display_id or $seq->display_id =~ /^\s+$/
469 0 0 0 $self->quiet or $self->verbose < 0