Branch Coverage

blib/lib/String/Compare.pm
Criterion Covered Total %
branch 18 26 69.2


line true false branch
78 0 2 if $str1 eq $str2
89 0 10 if $opt{$test} == 0
112 4 22 $size1 > $size2 ? :
114 9 112 if (length $str1 < $i)
117 4 108 if (length $str2 < $i)
122 38 70 if ($c1 eq $c2)
184 0 2 $size1 > $size2 ? :
189 6 0 $i < $size1 ? :
190 6 0 $i < $size2 ? :
191 0 6 $subsize1 > $subsize2 ? :
196 0 6 if $i >= $size1
199 0 18 if $j >= $size2
201 5 13 if $result > $bestScore