blib/lib/Bio/Phylo/Matrices/Datum.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 17 | 41.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 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 | |
202 | 706 | 0 | 602 | scalar @_ == 1 and &looks_like_instance($_[0], 'ARRAY') |
line | l | !l | condition |
---|---|---|---|
331 | 618 | 0 | $annotations{$self->get_id} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
150 | 0 | 0 | 0 | $i > $pos + $len or $i < $pos |
301 | 0 | 0 | 0 | $i < $pos or $i > $pos + $len |