Condition Coverage

blib/lib/Math/Assistant.pm
Criterion Covered Total %
condition 14 23 60.8


and 3 conditions

line !l l&&!r l&&r condition
132 18 1 2 $$M[$n][$n] == 0 and $s < $rows - $n
198 14 0 3 exists $$opt{'int'} and $$opt{'int'}
213 81 0 1 not $minV and $i < $dm - 1
220 0 3 0 $v and $v < $minV || !$minV

or 2 conditions

line l !l condition
290 2 0 &Det($M, $opts) || (return undef)

or 3 conditions

line l !l&&r !l&&!r condition
220 1 1 1 $v < $minV || !$minV
258 2 0 0 shift() || croak('Missing matrix')
259 2 0 0 shift() || croak('Missing vector')