Branch Coverage
blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm
Criterion
Covered
Total
%
branch
2
2
100.0
line
true
false
branch
35
3
4
if
(
$elem
->
content
=~
/$not_escaped (?:$hex|$widehex|$oct)/mosx
)