| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/BuiltinFunctions/RequireGlobFunction.pm |
| Statements | Executed 178 statements in 816µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 144 | 1 | 1 | 276µs | 276µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::applies_to |
| 5 | 1 | 1 | 41µs | 104µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::violates |
| 5 | 1 | 1 | 29µs | 34µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:regcomp (opcode) |
| 5 | 1 | 1 | 20µs | 28µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:match (opcode) |
| 1 | 1 | 1 | 16µs | 16µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@10 |
| 1 | 1 | 1 | 7µs | 12µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@12 |
| 1 | 1 | 1 | 7µs | 27µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@13 |
| 1 | 1 | 1 | 7µs | 64µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@16 |
| 1 | 1 | 1 | 7µs | 18µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@11 |
| 1 | 1 | 1 | 7µs | 146µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@15 |
| 1 | 1 | 1 | 6µs | 7µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::default_severity |
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::supported_parameters |
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:qr (opcode) |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::default_themes |
| 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::BuiltinFunctions::RequireGlobFunction; | ||||
| 9 | |||||
| 10 | 2 | 42µs | 1 | 16µs | # spent 16µs within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@10 which was called:
# once (16µs+0s) by Module::Pluggable::Object::_require at line 10 # spent 16µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@10 |
| 11 | 2 | 23µs | 2 | 29µs | # spent 18µs (7+11) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::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::BuiltinFunctions::RequireGlobFunction::BEGIN@11
# spent 11µs making 1 call to strict::import |
| 12 | 2 | 19µs | 2 | 16µs | # spent 12µs (7+5) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@12 which was called:
# once (7µs+5µs) by Module::Pluggable::Object::_require at line 12 # spent 12µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@12
# spent 5µs making 1 call to warnings::import |
| 13 | 2 | 21µs | 2 | 48µs | # spent 27µs (7+20) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@13 which was called:
# once (7µs+20µs) by Module::Pluggable::Object::_require at line 13 # spent 27µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@13
# spent 20µs making 1 call to Exporter::import |
| 14 | |||||
| 15 | 2 | 24µs | 2 | 285µs | # spent 146µs (7+139) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@15 which was called:
# once (7µs+139µs) by Module::Pluggable::Object::_require at line 15 # spent 146µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@15
# spent 139µs making 1 call to Exporter::import |
| 16 | 2 | 161µs | 2 | 121µs | # spent 64µs (7+57) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@16 which was called:
# once (7µs+57µs) by Module::Pluggable::Object::_require at line 16 # spent 64µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::BEGIN@16
# spent 57µs making 1 call to base::import |
| 17 | |||||
| 18 | 1 | 600ns | our $VERSION = '1.121'; | ||
| 19 | |||||
| 20 | #----------------------------------------------------------------------------- | ||||
| 21 | |||||
| 22 | 1 | 9µs | 2 | 29µs | Readonly::Scalar my $GLOB_RX => qr< [*?] >xms; # spent 27µs making 1 call to Readonly::Scalar
# spent 2µs making 1 call to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:qr |
| 23 | 1 | 1µs | 1 | 20µs | Readonly::Scalar my $DESC => q{Glob written as <...>}; # spent 20µs making 1 call to Readonly::Scalar |
| 24 | 1 | 2µs | 1 | 41µs | Readonly::Scalar my $EXPL => [ 167 ]; # spent 41µs making 1 call to Readonly::Scalar |
| 25 | |||||
| 26 | #----------------------------------------------------------------------------- | ||||
| 27 | |||||
| 28 | 1 | 6µs | # spent 2µs within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::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::BuiltinFunctions::RequireGlobFunction::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 bugs ) } | ||||
| 31 | 144 | 430µs | # spent 276µs within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::applies_to which was called 144 times, avg 2µs/call:
# 144 times (276µs+0s) by Perl::Critic::_critique at line 165 of Perl/Critic.pm, avg 2µs/call | ||
| 32 | |||||
| 33 | #----------------------------------------------------------------------------- | ||||
| 34 | |||||
| 35 | # spent 104µs (41+62) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::violates which was called 5 times, avg 21µs/call:
# 5 times (41µs+62µs) by Perl::Critic::_critique at line 183 of Perl/Critic.pm, avg 21µs/call | ||||
| 36 | 5 | 3µs | my ( $self, $elem, undef ) = @_; | ||
| 37 | |||||
| 38 | 5 | 58µs | 20 | 76µs | if ( $elem =~ $GLOB_RX ) { # spent 34µs making 5 calls to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:regcomp, avg 7µs/call
# spent 28µs making 5 calls to Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:match, avg 6µs/call
# spent 8µs making 5 calls to PPI::Token::content, avg 2µs/call
# spent 6µs making 5 calls to Readonly::Scalar::FETCH, avg 1µs/call |
| 39 | return $self->violation( $DESC, $EXPL, $elem ); | ||||
| 40 | } | ||||
| 41 | 5 | 12µs | return; #ok! | ||
| 42 | } | ||||
| 43 | |||||
| 44 | 1 | 4µs | 1; | ||
| 45 | |||||
| 46 | __END__ | ||||
# spent 28µs (20+8) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:match which was called 5 times, avg 6µs/call:
# 5 times (20µs+8µs) by Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::violates at line 38, avg 6µs/call | |||||
# spent 2µs within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:qr which was called:
# once (2µs+0s) by Module::Pluggable::Object::_require at line 22 | |||||
# spent 34µs (29+6) within Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::CORE:regcomp which was called 5 times, avg 7µs/call:
# 5 times (29µs+6µs) by Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction::violates at line 38, avg 7µs/call |