Condition Coverage

blib/lib/Math/GSL/Linalg/SVD.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
257 0 0 0 $h_ref and ref $h_ref ne 'HASH'
258 0 0 0 exists $$h_ref{'verbose'} and $$h_ref{'verbose'} == 1
267 0 0 0 $h_ref and ref $h_ref ne 'HASH'
315 0 0 0 $h_ref and ref $h_ref ne 'HASH'
500 0 0 0 $$self{'flags'}{'svd'} and $$self{'flags'}{'eigen'}

or 3 conditions

line l !l&&r !l&&!r condition
300 0 0 0 not $rows or $rows == 1
302 0 0 0 not $cols or $cols == 1
345 0 0 0 $sdv eq 'gd' or $sdv eq 'mod'