Bio/Location/AvWithinCoordPolicy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 8 | 50.0 |
line | true | false | branch |
---|---|---|---|
107 | 3 | 0 | if ($loc->start_pos_type eq 'WITHIN' or $loc->start_pos_type eq 'BETWEEN') |
110 | 3 | 0 | if $min and $max |
129 | 3 | 0 | if ($loc->end_pos_type eq 'WITHIN' or $loc->end_pos_type eq 'BETWEEN') |
132 | 3 | 0 | if $min and $max |