Condition Coverage

blib/lib/Math/Vector/Real.pm
Criterion Covered Total %
condition 4 17 23.5


and 2 conditions

line l !l condition
71 0 0 $_ and return 0

and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $ix >= 0 and $ix < $dim
577 0 0 0 $dim == 2 and @_ == 1

or 2 conditions

line l !l condition
98 0 0 shift() || 1
191 48 0 $$v0[$_] == $$v1[$_] or return 0
198 1 1 $$v0[$_] == $$v1[$_] or return 1

or 3 conditions

line l !l&&r !l&&!r condition
172 0 0 6 $_[2] or ref $_[1]