line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
use strict; |
3
|
1
|
|
|
1
|
|
511
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
24
|
|
4
|
1
|
|
|
1
|
|
4
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
22
|
|
5
|
|
|
|
|
|
|
use parent 'Perl::Critic::Policy::Community::LoopOnHash'; |
6
|
1
|
|
|
1
|
|
5
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
4
|
|
7
|
|
|
|
|
|
|
our $VERSION = 'v1.0.3'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
0
|
|
|
0
|
1
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Perl::Critic::Policy::Freenode::LoopOnHash - Don't loop over hashes |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Legacy C<freenode> theme policy alias. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 POLICY MOVED |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
This policy has been moved to L<Perl::Critic::Community>. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 AFFILIATION |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
This policy is part of L<Perl::Critic::Freenode>. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 CONFIGURATION |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This policy is not configurable except for the standard options. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 AUTHOR |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Dan Book, C<dbook@cpan.org> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Copyright 2015, Dan Book. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
This library is free software; you may redistribute it and/or modify it under |
41
|
|
|
|
|
|
|
the terms of the Artistic License version 2.0. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=head1 SEE ALSO |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
L<Perl::Critic>, L<Perl::Critic::Community> |