Branch Coverage

blib/lib/Data/TableAutoSum.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
29 2 25095 if $items{$_}++
53 87 97 ref $arg{'rows'} ? :
54 87 97 ref $arg{'cols'} ? :
92 6518 407289 if defined $value
112 1 28 unless open FILE, ">$filename"
197 34 121 unless Compare([$self->rows], [$other->rows]) and Compare([$self->cols], [$other->cols])
201 57 64912 unless $self->data($row, $col) == $other->data($row, $col)