Condition Coverage

blib/lib/Vote/Count/TextTableTiny.pm
Criterion Covered Total %
condition 18 20 90.0


or 2 conditions

line l !l condition
58 412 300 $param{'style'} //= 'classic'
60 1 711 $param{'indent'} //= ''
198 42326 3241 $columns[$i] // ''
45567 0 $align->[$i] // 'l'

or 3 conditions

line l !l&&r !l&&!r condition
211 82 4 45481 $align eq 'r' or $align eq 'right'
13 16 45452 $align eq 'c' or $align eq 'center'
29 0 45452 $align eq 'c' or $align eq 'center' or $align eq 'centre'
237 2427 1915 38020 not defined $widths[$i] or $width > $widths[$i]