Branch Coverage
blib/lib/Perl/Critic/Policy/CodeLayout/ProhibitSpaceIndentation.pm
Criterion
Covered
Total
%
branch
2
2
100.0
line
true
false
branch
34
8
49
if
(
$elem
->
location
->
[
1
]
==
1
and
$elem
=~
/$SPACE_INDENT_REGEX/
)
{
}