Branch Coverage

blib/lib/Bio/FeatureIO/vecscreen_simple.pm
Criterion Covered Total %
branch 13 18 72.2


line true false branch
102 1 0 if ($self->mode eq 'r') { }
123 0 15 unless $self->mode eq 'r'
127 7 35 if ($line =~ /^>Vector (\S+)/) { }
0 35 elsif ($line =~ /^\s*WARNING/) { }
28 7 elsif ($line =~ /\S/) { }
134 0 28 unless $self->{'parse_state'}{'seqname'}
140 14 14 if ($line =~ /^(\d+)\s+(\d+)\s*$/) { }
2 12 elsif ($lcline eq 'no hits found') { }
12 0 elsif (grep(($lcline eq $_), 'strong match', 'moderate match', 'weak match', 'suspect origin')) { }