Condition Coverage

blib/lib/Text/Table/HTML.pm
Criterion Covered Total %
condition 23 24 95.8


and 2 conditions

line l !l condition
189 10 2 ($bottom_border_rows // $cell->{'bottom_border'}) && ' class=has_bottom_border'

or 2 conditions

line l !l condition
33 1 24 delete $params{'html_attr'} // {}
79 11 14 delete $params{'header_row'} // 0
80 6 19 delete $params{'footer_row'} // 0
195 12 0 $cell->{'text'} // ""
198 2 11 $cell->{'rowspan'} // 1
201 2 11 $cell->{'colspan'} // 1
227 155 1 $cell // ""
234 2 84 $bottom_border // ""

or 3 conditions

line l !l&&r !l&&!r condition
189 1 2 10 $bottom_border //= ($bottom_border_rows // $cell->{'bottom_border'}) && ' class=has_bottom_border'
241 2 21 2 $needs_tbody_open or $needs_tbody_close