Branch Coverage

blib/lib/Excel/Writer/XLSX/Package/Table.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
141 4 45 unless $header_row_count
143 10 39 if ($totals_row_shown) { }
166 5 45 unless $autofilter
218 9 206 if ($col_data->{'_total_string'}) { }
40 166 elsif ($col_data->{'_total_function'}) { }
226 9 206 if (defined $col_data->{'_format'})
230 3 212 if ($col_data->{'_formula'}) { }
263 49 1 if ($name and $name ne "" and $name ne "None")