blib/lib/Data/TableAutoSum.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
29 | 2 | 25096 | if $items{$_}++ |
53 | 87 | 97 | ref $arg{'rows'} ? : |
54 | 87 | 97 | ref $arg{'cols'} ? : |
92 | 6518 | 407289 | if defined $value |
112 | 1 | 28 | unless defined $filename and open FILE, ">$filename" |
120 | 1 | 14 | unless defined $filename |
198 | 34 | 121 | unless Compare([$self->rows], [$other->rows]) and Compare([$self->cols], [$other->cols]) |
202 | 57 | 64912 | unless $self->data($row, $col) == $other->data($row, $col) |