Branch Coverage

blib/lib/String/Examine.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
91 0 0 if $new_val
107 0 0 if $new_val
124 0 0 if ($$self{'_string1'} eq $$self{'_string2'}) { }
146 0 0 if (lc $$self{'_string1'} eq lc $$self{'_string2'}) { }
169 0 0 if ($$self{'_string1'} =~ /$$self{'_string2'}/) { }
202 0 0 if ($vec1 == $vec2) { }
229 0 0 if ($char ne $str2[$strcount])