Condition Coverage

Bio/SearchIO/exonerate.pm
Criterion Covered Total %
condition 10 27 37.0


and 3 conditions

line !l l&&!r l&&r condition
190 5 0 0 $cigar and $vulgar
614 237 28 6 defined $type and $type eq 'result'
650 22 0 215 defined $data->{'Data'} and not $data->{'Data'} =~ /^\s+$/
771 0 0 0 $_[0] and $self->{'_cigar'}
795 0 0 0 $_[0] and $self->{'_vulgar'}

or 3 conditions

line l !l&&r !l&&!r condition
258 0 0 4 $self->cigar or $self->{'_seencigar'}
371 0 0 2 $self->vulgar or $self->{'_seenvulgar'}
672 12 0 0 defined $name || defined $self->{'_elements'}
0 0 12 not defined $name || defined $self->{'_elements'} or scalar @{$self->{'_elements'};} == 0