blib/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitStringySplit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 8 | 12.5 |
line | true | false | branch |
---|---|---|---|
30 | 329 | 0 | if $elem->content ne "split" |
31 | 0 | 0 | unless is_function_call($elem) |
34 | 0 | 0 | @args ? : |
36 | 0 | 0 | if ($pattern->isa("PPI::Token::Quote") and $pattern->string ne $Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit::SPACE) |