Branch Coverage

blib/lib/Text/Brew.pm
Criterion Covered Total %
branch 11 28 39.2


line true false branch
40 32 86 if ($cost_with_ins < $best_cost)
47 32 86 if ($cost_with_del < $best_cost)
54 29 89 if ($best_cost == $$tb[0])
95 29 89 if ($string1_i eq $string2_i) { }
120 0 8 if ($optional_ref)
122 0 0 if (ref $optional_ref ne 'HASH') { }
130 0 0 if ($key eq '-cost') { }
0 0 elsif ($key eq '-output') { }
133 0 0 if (ref $cost ne 'ARRAY') { }
140 0 0 if (@$cost < 4)
161 8 0 unless defined $output
163 8 0 if ($output eq 'both') { }
0 0 elsif ($output eq 'distance') { }
0 0 elsif ($output eq 'edits') { }