Branch Coverage

blib/lib/MojoMojo/WordDiff.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
17 0 18 if (length $_ == 0)
20 8 10 if ($_ =~ /^</) { }
37 8 5 if (my(@same) = $diff->Same) { }
41 5 0 if (my(@del) = $diff->Items(1))
44 5 0 if (my(@ins) = $diff->Items(2))