Condition Coverage

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


or 2 conditions

line l !l condition
58 332 276 $param{'style'} //= 'classic'
60 1 607 $param{'indent'} //= ''
198 35505 2837 $columns[$i] // ''
38342 0 $align->[$i] // 'l'

or 3 conditions

line l !l&&r !l&&!r condition
211 82 4 38256 $align eq 'r' or $align eq 'right'
13 16 38227 $align eq 'c' or $align eq 'center'
29 0 38227 $align eq 'c' or $align eq 'center' or $align eq 'centre'
237 2089 1691 31761 not defined $widths[$i] or $width > $widths[$i]