blib/lib/Perl/Critic/Policy/CodeLayout/RequireSpaceAroundBinaryOperators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
60 | 22 | 16 | unless $$self{'_ops_to_check'}{$op} |
62 | 8 | 8 | if ($op eq '+' or $op eq '-') |
65 | 2 | 6 | if &any(sub { not _is_operand($_); } , $next_sig_sib, $prev_sig_sib) |
72 | 8 | 6 | if $elem eq '=>' and $prev_sib eq ',' |
75 | 24 | 0 | if ref $_ |
5 | 9 | unless (&all(sub { $_->isa('PPI::Token::Whitespace') if ref $_; } , $next_sib, $prev_sib)) | |
85 | 1 | 15 | unless ref $elem |