| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm | 
| Statements | Executed 18 statements in 371µs | 
| Calls | P | F | Exclusive Time | Inclusive Time | Subroutine | 
|---|---|---|---|---|---|
| 1 | 1 | 1 | 17µs | 17µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@10 | 
| 1 | 1 | 1 | 8µs | 11µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@12 | 
| 1 | 1 | 1 | 8µs | 31µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@13 | 
| 1 | 1 | 1 | 8µs | 59µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@16 | 
| 1 | 1 | 1 | 7µs | 151µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@15 | 
| 1 | 1 | 1 | 7µs | 19µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@11 | 
| 1 | 1 | 1 | 6µs | 7µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::default_severity | 
| 1 | 1 | 1 | 2µs | 2µs | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::supported_parameters | 
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::applies_to | 
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::default_themes | 
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::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::ProhibitEscapedCharacters; | ||||
| 9 | |||||
| 10 | 2 | 46µs | 1 | 17µs | # spent 17µs within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@10 which was called:
#    once (17µs+0s) by Module::Pluggable::Object::_require at line 10 # spent    17µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@10 | 
| 11 | 2 | 20µs | 2 | 31µs | # spent 19µs (7+12) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::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::ProhibitEscapedCharacters::BEGIN@11
# spent    12µs making 1 call to strict::import | 
| 12 | 2 | 21µs | 2 | 15µs | # spent 11µs (8+4) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@12 which was called:
#    once (8µs+4µs) by Module::Pluggable::Object::_require at line 12 # spent    11µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@12
# spent     4µs making 1 call to warnings::import | 
| 13 | 2 | 23µs | 2 | 55µs | # spent 31µs (8+24) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@13 which was called:
#    once (8µs+24µs) by Module::Pluggable::Object::_require at line 13 # spent    31µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@13
# spent    24µs making 1 call to Exporter::import | 
| 14 | |||||
| 15 | 2 | 27µs | 2 | 295µs | # spent 151µs (7+144) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@15 which was called:
#    once (7µs+144µs) by Module::Pluggable::Object::_require at line 15 # spent   151µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@15
# spent   144µs making 1 call to Exporter::import | 
| 16 | 2 | 220µs | 2 | 110µs | # spent 59µs (8+51) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@16 which was called:
#    once (8µs+51µs) by Module::Pluggable::Object::_require at line 16 # spent    59µs making 1 call to Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::BEGIN@16
# spent    51µs making 1 call to base::import | 
| 17 | |||||
| 18 | 1 | 600ns | our $VERSION = '1.121'; | ||
| 19 | |||||
| 20 | #----------------------------------------------------------------------------- | ||||
| 21 | |||||
| 22 | 1 | 2µs | 1 | 30µs | Readonly::Scalar my $DESC     => q{Numeric escapes in interpolated string}; # spent    30µs making 1 call to Readonly::Scalar | 
| 23 | 1 | 2µs | 1 | 43µs | Readonly::Scalar my $EXPL     => [ 54..55 ]; # spent    43µs making 1 call to Readonly::Scalar | 
| 24 | |||||
| 25 | #----------------------------------------------------------------------------- | ||||
| 26 | |||||
| 27 | 1 | 5µs | # spent 2µs within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::supported_parameters which was called:
#    once (2µs+0s) by Perl::Critic::Policy::new at line 88 of Perl/Critic/Policy.pm | ||
| 28 | 1 | 1µs | # spent 7µs (6+1) within Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters::default_severity which was called:
#    once (6µs+1µs) by Perl::Critic::Policy::get_severity at line 331 of Perl/Critic/Policy.pm | ||
| 29 | sub default_themes { return qw(core pbp cosmetic) } | ||||
| 30 | sub applies_to { return qw(PPI::Token::Quote::Double | ||||
| 31 | PPI::Token::Quote::Interpolate) } | ||||
| 32 | |||||
| 33 | #----------------------------------------------------------------------------- | ||||
| 34 | |||||
| 35 | sub violates { | ||||
| 36 | my ( $self, $elem, undef ) = @_; | ||||
| 37 | |||||
| 38 | my $not_escaped = qr/(?<!\\)(?:\\\\)*/xms; | ||||
| 39 | my $hex = qr/\\x[\dA-Fa-f]{2}/xms; | ||||
| 40 | my $widehex = qr/\\x[{][\dA-Fa-f]+[}]/xms; | ||||
| 41 | my $oct = qr/\\[01][0-7]/xms; | ||||
| 42 | if ($elem->content =~ m/$not_escaped (?:$hex|$widehex|$oct)/xmso) { | ||||
| 43 | return $self->violation( $DESC, $EXPL, $elem ); | ||||
| 44 | } | ||||
| 45 | return; #ok! | ||||
| 46 | } | ||||
| 47 | |||||
| 48 | 1 | 4µs | 1; | ||
| 49 | |||||
| 50 | __END__ |