Branch Coverage

Bio/Index/BlastTable.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
192 0 2 unless open my $BLAST, '<', $file
209 21 540 if (/^#/)
211 3 18 if (/^#\s+T?BLAST[PNX]/i)
217 536 4 if (/^(?:([^\t]+)\t)(?:[^\t]+\t){7,}/)
218 530 6 if $last_query eq $1
219 3 3 unless $is_m9
253 2 6 if ($code)
273 0 0 if ($_[0] =~ /^\s*(\S+)/) { }