Branch Coverage

blib/lib/Text/CSV/R/Matrix.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
53 23 0 @_ ? :
54 0 23 if ($off < 0)
57 23 0 @_ ? :
67 36 21 if (defined $values)
68 2 34 unless (_is_array_ref($values))
78 30 8 if (defined $values)
79 3 27 if (not _is_array_ref($values) or scalar @{$values;} != scalar @{$$self{'ARRAY'};})
91 62 4 defined reftype($values) && reftype $values eq 'ARRAY' ? :