blib/lib/Bio/FastParsers/Blast/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
82 | 90 | 92 | if $line =~ /$Bio::FastParsers::Blast::Table::COMMENT_LINE/msx or $line =~ /$Bio::FastParsers::Blast::Table::EMPTY_LINE/msx |
109 | 41 | 51 | if (defined $curr_query) |
110 | 34 | 7 | if (defined $curr_hit) { } |
111 | 3 | 31 | if $fields[0] eq $curr_query and $fields[1] eq $curr_hit |
115 | 0 | 7 | if $fields[0] eq $curr_query |
122 | 174 | 4 | $_ ne '*' ? : |
128 | 8 | 81 | if ($fields[14] > $fields[15]) |
134 | 11 | 78 | if ($fields[16] > $fields[17]) |