Branch Coverage

blib/lib/Data/Tabular/Output/HTML.pm
Criterion Covered Total %
branch 13 22 59.0


line true false branch
20 0 2 unless $$args{'table'}
22 0 2 unless $$args{'output'}
23 0 2 unless ref $$args{'output'}
24 0 2 unless $$args{'output'}->isa('Data::Tabular::Config::Output')
83 0 288 unless (ref $data)
92 288 0 if (my $cs = $cell->colspan)
93 27 261 if ($cs > 1)
98 0 288 if ($type eq 'dollar' or $type eq 'number')
104 0 288 if ($hdr) { }
111 5 283 if (length $cell_data == 0)
115 0 288 if ($hdr) { }