Condition Coverage

blib/lib/Text/Table/HTML.pm
Criterion Covered Total %
condition 17 20 85.0


and 2 conditions

line l !l condition
67 7 1 ($cell->{'bottom_border'} || undef) && ' class=has_bottom_border'

and 3 conditions

line !l l&&!r l&&r condition
96 20 1 2 $header_row and $header_row-- == 1

or 2 conditions

line l !l condition
31 2 9 $params{'header_row'} // 0
72 7 0 $cell->{'text'} // ""
75 2 6 $cell->{'rowspan'} // 1
78 2 6 $cell->{'colspan'} // 1
84 34 0 $cell // ""
91 1 22 $bottom_border // ""

or 3 conditions

line l !l&&r !l&&!r condition
67 0 1 7 $bottom_border //= ($cell->{'bottom_border'} || undef) && ' class=has_bottom_border'