Condition Coverage

blib/lib/Unicode/Casing.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
121 3 2 7 $function ne 'uc' and $function ne 'lc'
5 3 4 $function ne 'uc' and $function ne 'lc' and $function ne 'ucfirst'
5 2 2 $function ne 'uc' and $function ne 'lc' and $function ne 'ucfirst' and $function ne 'lcfirst'
0 0 2 $function eq 'fc' && $^V ge v5.15.8
5 2 0 $function ne 'uc' and $function ne 'lc' and $function ne 'ucfirst' and $function ne 'lcfirst' and not $function eq 'fc' && $^V ge v5.15.8

or 3 conditions

line l !l&&r !l&&!r condition
82 19 4 69 not defined $index or defined $recursed[$index]