Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
184 0 0 0 $infilename1 and $infilename2
220 0 0 0 $self->version and $self->version < 5
351 0 0 0 ref $seq and $seq->isa('Bio::PrimarySeqI')
368 0 0 0 ref $aln and $aln->isa('Bio::Align::AlignI')
453 0 0 0 $self->version >= 4 and $self->version < 4.7

or 2 conditions

line l !l condition
126 0 0 $1 || undef

or 3 conditions

line l !l&&r !l&&!r condition
222 0 0 0 $self->matrix =~ /none/i or $self->matrix =~ /null/i
245 0 0 0 $self->matrix =~ /none/i or $self->matrix =~ /null/i
262 0 0 0 not -e $outfile or -z $outfile
277 0 0 0 not defined $f or $f eq ''
307 0 0 0 $header =~ /^\s+\d+\s+\d+/ or $header =~ /Pileup/i
0 0 0 $header =~ /^\s+\d+\s+\d+/ or $header =~ /Pileup/i or $header =~ /clustal/i
353 0 0 0 not defined $seq->display_id or $seq->display_id =~ /^\s+$/
449 0 0 0 $self->quiet or $self->verbose < 0