blib/lib/Perl/Critic/Policy/Variables/ProhibitAugmentedAssignmentInDeclaration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
49 | 2 | 175 | if $self->{'_allow_our'} and $elem->type eq "our" |
52 | 174 | 1 | if ($found) |
54 | 73 | 101 | if (exists $augmented_assignments{$op}) |