Branch Coverage

Bio/Index/Blast.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
145 0 2 if $type
214 0 2 unless open my $BLAST, '<', $file
238 5 2624 if ($line =~ /^(RPS-|T?)BLAST(P?|N?|X?)/)
242 15 2614 if ($line =~ /^Query=\s*([^\n]+)$/)
244 11 4 if $prefix eq 'RPS-'
278 0 15 if ($code)
297 15 0 if ($_[0] =~ /^\s*(\S+)/) { }
322 0 4 if ($type)
324 0 0 unless exists $VALID_PARSERS{$type}