Condition Coverage

Bio/DB/NCBIHelper.pm
Criterion Covered Total %
condition 1 60 1.6


and 3 conditions

line !l l&&!r l&&r condition
146 0 0 0 $complexity >= 0 and $complexity <= 4
1 0 0 defined $complexity and ($complexity >= 0 and $complexity <= 4)
213 0 0 0 $query and $query->can('cookie')
0 0 0 $mode eq 'webenv' and $self->can('cookie')
234 0 0 0 defined $complexity and $seq_start || $seq_stop || $strand
235 0 0 0 $complexity != 1 and $seq_start || $seq_stop
238 0 0 0 $complexity == 0 and $strand == 2
0 0 0 $complexity == 0 and $strand == 2 and $format eq 'fasta'
308 0 0 0 ref $query and $query->can('query')
498 0 0 0 defined $newdb and ref $newdb
0 0 0 defined $newdb and ref $newdb and $newdb->isa('Bio::DB::RefSeq')

or 3 conditions

line l !l&&r !l&&!r condition
202 0 0 0 not defined $mode or $mode eq ''
210 0 0 0 $mode eq 'webenv' or defined $uids
0 0 0 $mode eq 'webenv' or defined $uids or defined $query
234 0 0 0 $seq_start || $seq_stop || $strand
235 0 0 0 $seq_start || $seq_stop
407 0 0 0 not $comp =~ /^\d+$/ or $comp < 0
0 0 0 not $comp =~ /^\d+$/ or $comp < 0 or $comp > 4
430 0 0 0 not $str =~ /^\d+$/ or $str < 1
0 0 0 not $str =~ /^\d+$/ or $str < 1 or $str > 2