Branch Coverage

blib/lib/Typist/Util/String.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
11 0 0 unless defined $str
22 0 0 unless defined $str
23 0 0 if ($meth eq 'qq') { }
0 0 elsif (substr($meth, 0, 4) eq 'here') { }
63 0 0 unless defined $html
65 0 0 if ($Have_Entities and not $NoHTMLEntities) { }
68 0 0 if ($can_double_encode) { }
84 0 0 unless defined $html
86 0 0 if ($Have_Entities and not $NoHTMLEntities) { }
112 0 0 unless defined $str
113 0 0 if (not $nocdata and $str =~ / <[^>]+> ## HTML markup | ## or &(?:(?!(\#([0-9]+)|\#x([0-9a-fA-F]+))).*?); ## something that looks like an HTML entity. /x) { }
133 0 0 unless defined $str
134 0 0 if ($str =~ s//$1/g) { }
146 0 0 unless defined $text