Condition Coverage

blib/lib/Bio/Phylo/Matrices/Datum.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

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')

or 2 conditions

line l !l condition
332 618 0 $annotations{$self->get_id} || []

or 3 conditions

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