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 304 $param{'style'} //= "classic"
60 1 715 $param{'indent'} //= ""
198 43784 3337 $columns[$i] // ""
47121 0 $align->[$i] // "l"

or 3 conditions

line l !l&&r !l&&!r condition
211 82 4 47035 $align eq "r" or $align eq "right"
13 16 47006 $align eq "c" or $align eq "center"
29 0 47006 $align eq "c" or $align eq "center" or $align eq "centre"
237 2445 1931 39444 not defined $widths[$i] or $width > $widths[$i]