| blib/lib/Bio/Phylo/Matrices/Datum.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 17 | 41.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 105 | 19 | 0 | 1 | &looks_like_number($pos) and $pos >= 1 |
| 19 | 0 | 1 | &looks_like_number($pos) and $pos >= 1 and $pos / int($pos) == 1 | |
| 203 | 706 | 0 | 602 | scalar @_ == 1 and &looks_like_instance($_[0], 'ARRAY') |
| line | l | !l | condition |
|---|---|---|---|
| 332 | 618 | 0 | $annotations{$self->get_id} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 151 | 0 | 0 | 0 | $i > $pos + $len or $i < $pos |
| 302 | 0 | 0 | 0 | $i < $pos or $i > $pos + $len |