Condition Coverage

blib/lib/Matrix/Simple.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 $p != $i and $q != $j

or 2 conditions

line l !l condition
59 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
165 0 0 0 @$matrix_1 != @$matrix_2 or @{$matrix_1->[0];} != @{$matrix_2->[0];}
181 0 0 0 @$matrix_1 != @$matrix_2 or @{$matrix_1->[0];} != @{$matrix_2->[0];}