Condition Coverage

Bio/SearchIO/rnamotif.pm
Criterion Covered Total %
condition 24 62 38.7


and 3 conditions

line !l l&&!r l&&r condition
193 1 0 0 defined $mincutoff and defined $maxcutoff
274 1 70 27 $self->within_element('hit') and $hitid ne $lastid
317 98 0 0 $hsp_min and $score <= $hsp_min
98 0 0 $hsp_max and $score >= $hsp_max
325 98 0 0 defined $hsp_min and $score > $hsp_min
98 0 0 defined $hsp_max and $score < $hsp_max
401 0 126 1 defined $type and $type eq 'result'
449 2 126 1 defined $type and $type eq 'result'
487 0 197 0 $data and ref $data
489 196 1180 0 $data->{$nm} and $data->{$nm} =~ /^\s*$/o
516 0 0 2 defined $data->{'Data'} and not $data->{'Data'} =~ /^\s+$/o
537 0 0 170 defined $name && defined $self->{'_elements'}
705 1 0 0 $score and not $score =~ /[0-9.]+/
724 1 0 0 $score and not $score =~ /[0-9.]+/

or 2 conditions

line l !l condition
197 0 1 $symbols ||= \%STRUCTURE_SYMBOLS

or 3 conditions

line l !l&&r !l&&!r condition
191 0 1 0 $version ||= $DEFAULT_VERSION
306 0 0 0 defined $hsp_min or defined $hsp_max
317 0 0 98 $hsp_min and $score <= $hsp_min or $hsp_max and $score >= $hsp_max
326 0 0 0 not $lastscore or $score > $lastscore
328 0 0 0 not $lastscore or $score < $lastscore
537 0 0 170 not defined $name && defined $self->{'_elements'} or scalar @{$self->{'_elements'};} == 0