Condition Coverage

blib/lib/Bio/Tools/Run/Alignment/DBA.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
241 0 0 0 $infile1 and $infile2
458 0 0 0 $input->[0]->isa('Bio::PrimarySeqI') and $input->[1]->isa('Bio::PrimarySeqI')

or 2 conditions

line l !l condition
200 0 0 $1 || undef
442 0 0 $in->next_seq || (return 0)
443 0 0 $in->next_seq || (return 0)
468 0 0 $in1->next_seq || (return 0)
469 0 0 $in2->next_seq || (return 0)