Condition Coverage

blib/lib/Text/CSV/R/Matrix.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
91 2 2 62 defined reftype($values) && reftype $values eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
79 2 1 27 not _is_array_ref($values) or scalar @{$values;} != scalar @{$$self{'ARRAY'};}