Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/Variables/ProhibitLocalVars.pm |
Statements | Executed 19 statements in 408µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 15µs | 15µs | BEGIN@10 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 7µs | 389µs | BEGIN@15 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 7µs | 11µs | BEGIN@12 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 7µs | 28µs | BEGIN@13 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 7µs | 57µs | BEGIN@16 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 7µs | 18µs | BEGIN@11 | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 6µs | 7µs | default_severity | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 2µs | 2µs | supported_parameters | Perl::Critic::Policy::Variables::ProhibitLocalVars::
1 | 1 | 1 | 2µs | 2µs | CORE:qr (opcode) | Perl::Critic::Policy::Variables::ProhibitLocalVars::
0 | 0 | 0 | 0s | 0s | _all_global_vars | Perl::Critic::Policy::Variables::ProhibitLocalVars::
0 | 0 | 0 | 0s | 0s | applies_to | Perl::Critic::Policy::Variables::ProhibitLocalVars::
0 | 0 | 0 | 0s | 0s | default_themes | Perl::Critic::Policy::Variables::ProhibitLocalVars::
0 | 0 | 0 | 0s | 0s | violates | Perl::Critic::Policy::Variables::ProhibitLocalVars::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | ############################################################################## | ||||
2 | # $URL$ | ||||
3 | # $Date$ | ||||
4 | # $Author$ | ||||
5 | # $Revision$ | ||||
6 | ############################################################################## | ||||
7 | |||||
8 | package Perl::Critic::Policy::Variables::ProhibitLocalVars; | ||||
9 | |||||
10 | 2 | 39µs | 1 | 15µs | # spent 15µs within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@10 which was called:
# once (15µs+0s) by Module::Pluggable::Object::_require at line 10 # spent 15µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@10 |
11 | 2 | 19µs | 2 | 29µs | # spent 18µs (7+11) within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@11 which was called:
# once (7µs+11µs) by Module::Pluggable::Object::_require at line 11 # spent 18µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@11
# spent 11µs making 1 call to strict::import |
12 | 2 | 17µs | 2 | 15µs | # spent 11µs (7+4) within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@12 which was called:
# once (7µs+4µs) by Module::Pluggable::Object::_require at line 12 # spent 11µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | 2 | 22µs | 2 | 49µs | # spent 28µs (7+21) within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@13 which was called:
# once (7µs+21µs) by Module::Pluggable::Object::_require at line 13 # spent 28µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@13
# spent 21µs making 1 call to Exporter::import |
14 | |||||
15 | 2 | 24µs | 2 | 772µs | # spent 389µs (7+382) within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@15 which was called:
# once (7µs+382µs) by Module::Pluggable::Object::_require at line 15 # spent 389µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@15
# spent 382µs making 1 call to Exporter::import |
16 | 2 | 264µs | 2 | 107µs | # spent 57µs (7+50) within Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@16 which was called:
# once (7µs+50µs) by Module::Pluggable::Object::_require at line 16 # spent 57µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::BEGIN@16
# spent 50µs making 1 call to base::import |
17 | |||||
18 | 1 | 700ns | our $VERSION = '1.121'; | ||
19 | |||||
20 | #----------------------------------------------------------------------------- | ||||
21 | |||||
22 | 1 | 9µs | 2 | 29µs | Readonly::Scalar my $PACKAGE_RX => qr/::/xms; # spent 27µs making 1 call to Readonly::Scalar
# spent 2µs making 1 call to Perl::Critic::Policy::Variables::ProhibitLocalVars::CORE:qr |
23 | 1 | 1µs | 1 | 20µs | Readonly::Scalar my $DESC => q{Variable declared as "local"}; # spent 20µs making 1 call to Readonly::Scalar |
24 | 1 | 2µs | 1 | 43µs | Readonly::Scalar my $EXPL => [ 77, 78, 79 ]; # spent 43µs making 1 call to Readonly::Scalar |
25 | |||||
26 | #----------------------------------------------------------------------------- | ||||
27 | |||||
28 | 1 | 4µs | # spent 2µs within Perl::Critic::Policy::Variables::ProhibitLocalVars::supported_parameters which was called:
# once (2µs+0s) by Perl::Critic::Policy::new at line 88 of Perl/Critic/Policy.pm | ||
29 | 1 | 2µs | # spent 7µs (6+1) within Perl::Critic::Policy::Variables::ProhibitLocalVars::default_severity which was called:
# once (6µs+1µs) by Perl::Critic::Policy::get_severity at line 331 of Perl/Critic/Policy.pm | ||
30 | sub default_themes { return qw(core pbp maintenance) } | ||||
31 | sub applies_to { return 'PPI::Statement::Variable' } | ||||
32 | |||||
33 | #----------------------------------------------------------------------------- | ||||
34 | |||||
35 | sub violates { | ||||
36 | my ( $self, $elem, undef ) = @_; | ||||
37 | if ( $elem->type() eq 'local' && !_all_global_vars($elem) ) { | ||||
38 | return $self->violation( $DESC, $EXPL, $elem ); | ||||
39 | } | ||||
40 | return; #ok! | ||||
41 | } | ||||
42 | |||||
43 | #----------------------------------------------------------------------------- | ||||
44 | |||||
45 | sub _all_global_vars { | ||||
46 | |||||
47 | my $elem = shift; | ||||
48 | for my $variable_name ( $elem->variables() ) { | ||||
49 | next if $variable_name =~ $PACKAGE_RX; | ||||
50 | # special exception for Test::More | ||||
51 | next if $variable_name eq '$TODO'; ## no critic (InterpolationOfMetachars) | ||||
52 | return if ! is_perl_global( $variable_name ); | ||||
53 | } | ||||
54 | return 1; | ||||
55 | } | ||||
56 | |||||
57 | 1 | 4µs | 1; | ||
58 | |||||
59 | __END__ | ||||
# spent 2µs within Perl::Critic::Policy::Variables::ProhibitLocalVars::CORE:qr which was called:
# once (2µs+0s) by Module::Pluggable::Object::_require at line 22 |