| blib/lib/Bio/ToolBox/db_helper/useq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 20 | 70.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 118 | 0 | 6 | 431 | $f->start >= $param->[1] and $f->end <= $param->[2] | 
| 198 | 9 | 10 | 225 | $position >= $param->[1] and $position <= $param->[2] | 
| 211 | 1 | 1 | 42 | $f->start >= $param->[1] and $f->end <= $param->[2] | 
| line | l | !l | condition | 
|---|---|---|---|
| 206 | 0 | 44 | $pos2score{$position} ||= [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 102 | 437 | 0 | 0 | $f->display_name || $f->primary_id | 
| 207 | 44 | 0 | 0 | $f->display_name || $f->primary_id | 
| 222 | 1 | 1 | 2 | $param->[5] eq "count" or $param->[5] eq "pcount" |