Branch Coverage

blib/lib/PDF/API3/Compat/API2/Basic/PDF/String.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
116 0 0 if ($str =~ /^\s*\
132 0 0 if ($str =~ s/\\([nrtbf\\()])/$PDF::API3::Compat::API2::Basic::PDF::String::trans{$1}/gio)
136 0 0 if ($str =~ s/\\([0-7]{1,3})/chr oct $1;/ego)
167 0 0 if ($$self{' isutf'}) { }
0 0 elsif ($$self{' ishex'}) { }
174 0 0 if ($str =~ /[^\n\r\t\b\f\040-\176\200-\377]/io) { }