Branch Coverage

blib/lib/RapidApp/Spreadsheet/ExcelTableWriter.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
88 0 0 unless $numWsNeeded <= scalar @{$self->wsheets;}
93 0 0 if ref $val eq 'HASH'
96 0 0 if ref $val eq ''
111 0 0 if defined $self->{'_curRow'}
146 0 0 $self->columns->[$i]->width eq 'auto' ? :
155 0 0 if $self->_documentStarted
173 0 0 if $self->_dataStarted
175 0 0 unless $self->_documentStarted
194 0 0 if $self->_dataStarted
196 0 0 unless $self->_documentStarted
234 0 0 if (ref $_[0] eq 'ARRAY') { }
0 0 elsif (ref $_[0] eq 'HASH') { }
242 0 0 unless $self->_dataStarted
248 0 0 if $writeRowFormat
261 0 0 if defined $rowData->[$i]
271 0 0 if exists $$hash{$col->name}
276 0 0 if (not $self->ignoreUnknownRowKeys and scalar keys %$hash != $seen)
308 0 0 if ($self->columns->[$i]->width eq 'auto')