Branch Coverage

blib/lib/Text/WagnerFischer.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
20 38 55 if $second < $result
21 26 67 if $third < $result
32 27 252 if ($x eq $y) { }
186 66 elsif ($x eq '-' or $y eq '-') { }
50 2 3 if (not @t) { }
1 2 elsif (ref $refc ne 'ARRAY') { }
52 2 0 if (ref $refc ne 'ARRAY') { }
54 2 0 if (ref $s ne 'ARRAY') { }
91 0 9 unless ($n)
92 0 9 unless ($m)
130 2 3 if (wantarray) { }