Branch Coverage

blib/lib/String/Trim/NonRegex.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
32 6 4 unless $c eq ' ' or $c eq "\t" or $c eq "\n"
34 0 7 if $i >= $len
44 6 6 unless $c eq ' ' or $c eq "\t" or $c eq "\n"
46 0 9 if $i < 0
58 6 6 unless $c eq ' ' or $c eq "\t" or $c eq "\n"
60 0 9 if $i < 0
66 4 4 unless $c eq ' ' or $c eq "\t" or $c eq "\n"
68 2 5 if $j >= $i