Condition Coverage

Bio/Tools/AmpliconSearch.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
202 0 17 0 ref $template and $template->isa('Bio::PrimarySeqI')
271 0 31 0 ref $primer and $primer->isa('Bio::PrimarySeqI') || $primer->isa('Bio::SeqFeature::Primer')

or 2 conditions

line l !l condition
175 11 3 $fwd_primer || ''
176 11 3 $rev_primer || ''
355 2 21 $self->{'attach_primers'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
271 30 0 1 $primer->isa('Bio::PrimarySeqI') || $primer->isa('Bio::SeqFeature::Primer')
383 16 5 0 $match || $rev_match
404 17 0 1 $self->fwd_primer or $self->rev_primer