| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEmptyQuotes.pm |
| Statements | Executed 19 statements in 305µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 16µs | 16µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@10 |
| 1 | 1 | 1 | 7µs | 62µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@16 |
| 1 | 1 | 1 | 7µs | 162µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@15 |
| 1 | 1 | 1 | 7µs | 28µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@13 |
| 1 | 1 | 1 | 7µs | 19µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@11 |
| 1 | 1 | 1 | 7µs | 11µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@12 |
| 1 | 1 | 1 | 6µs | 7µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::default_severity |
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::CORE:qr (opcode) |
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::supported_parameters |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::applies_to |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::default_themes |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::violates |
| 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::ValuesAndExpressions::ProhibitEmptyQuotes; | ||||
| 9 | |||||
| 10 | 2 | 39µs | 1 | 16µs | # spent 16µs within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::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::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@10 |
| 11 | 2 | 20µs | 2 | 30µs | # spent 19µs (7+12) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@11 which was called:
# once (7µs+12µs) by Module::Pluggable::Object::_require at line 11 # spent 19µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@11
# spent 12µs making 1 call to strict::import |
| 12 | 2 | 22µs | 2 | 14µs | # spent 11µs (7+4) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::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::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@12
# spent 4µs making 1 call to warnings::import |
| 13 | 2 | 22µs | 2 | 50µs | # spent 28µs (7+21) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::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::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@13
# spent 21µs making 1 call to Exporter::import |
| 14 | |||||
| 15 | 2 | 24µs | 2 | 316µs | # spent 162µs (7+154) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@15 which was called:
# once (7µs+154µs) by Module::Pluggable::Object::_require at line 15 # spent 162µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@15
# spent 154µs making 1 call to Exporter::import |
| 16 | 2 | 157µs | 2 | 117µs | # spent 62µs (7+55) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@16 which was called:
# once (7µs+55µs) by Module::Pluggable::Object::_require at line 16 # spent 62µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::BEGIN@16
# spent 55µs making 1 call to base::import |
| 17 | |||||
| 18 | 1 | 500ns | our $VERSION = '1.121'; | ||
| 19 | |||||
| 20 | #----------------------------------------------------------------------------- | ||||
| 21 | |||||
| 22 | 1 | 9µs | 2 | 30µs | Readonly::Scalar my $EMPTY_RX => qr{\A ["'] \s* ['"] \z}xms; # spent 28µs making 1 call to Readonly::Scalar
# spent 2µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::CORE:qr |
| 23 | 1 | 1µs | 1 | 22µs | Readonly::Scalar my $DESC => q<Quotes used with a string containing no non-whitespace characters>; # spent 22µs making 1 call to Readonly::Scalar |
| 24 | 1 | 2µs | 1 | 43µs | Readonly::Scalar my $EXPL => [ 53 ]; # spent 43µs making 1 call to Readonly::Scalar |
| 25 | |||||
| 26 | #----------------------------------------------------------------------------- | ||||
| 27 | |||||
| 28 | 1 | 4µs | # spent 2µs within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::supported_parameters which was called:
# once (2µs+0s) by Perl::Critic::Policy::new at line 88 of Perl/Critic/Policy.pm | ||
| 29 | 1 | 1µs | # spent 7µs (6+1) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::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 cosmetic) } | ||||
| 31 | sub applies_to { return 'PPI::Token::Quote' } | ||||
| 32 | |||||
| 33 | #----------------------------------------------------------------------------- | ||||
| 34 | |||||
| 35 | sub violates { | ||||
| 36 | my ( $self, $elem, undef ) = @_; | ||||
| 37 | if ( $elem =~ $EMPTY_RX ) { | ||||
| 38 | return $self->violation( $DESC, $EXPL, $elem ); | ||||
| 39 | } | ||||
| 40 | return; #ok! | ||||
| 41 | } | ||||
| 42 | |||||
| 43 | 1 | 4µs | 1; | ||
| 44 | |||||
| 45 | __END__ | ||||
# spent 2µs within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes::CORE:qr which was called:
# once (2µs+0s) by Module::Pluggable::Object::_require at line 22 |