← Index
NYTProf Performance Profile   « line view »
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:11 2016

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Policy/RegularExpressions/RequireLineBoundaryMatching.pm
StatementsExecuted 18 statements in 284µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs16µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@10Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@10
1118µs12µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@12Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@12
1118µs28µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@13Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@13
1117µs19µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@11Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@11
1117µs60µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@17Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@17
1117µs149µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::BEGIN@15Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@15
1116µs7µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::default_severityPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::default_severity
1112µs2µsPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::supported_parametersPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::supported_parameters
0000s0sPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::applies_toPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::applies_to
0000s0sPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::default_themesPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::default_themes
0000s0sPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::::violatesPerl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::violates
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1##############################################################################
2# $URL$
3# $Date$
4# $Author$
5# $Revision$
6##############################################################################
7
8package Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching;
9
10242µs116µs
# spent 16µs within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@10 which was called: # once (16µs+0s) by Module::Pluggable::Object::_require at line 10
use 5.006001;
11220µs230µs
# spent 19µs (7+11) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@11 which was called: # once (7µs+11µs) by Module::Pluggable::Object::_require at line 11
use strict;
# spent 19µs making 1 call to Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@11 # spent 11µs making 1 call to strict::import
12218µs215µs
# spent 12µs (8+4) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@12 which was called: # once (8µs+4µs) by Module::Pluggable::Object::_require at line 12
use warnings;
# spent 12µs making 1 call to Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@12 # spent 4µs making 1 call to warnings::import
13222µs248µs
# spent 28µs (8+20) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@13 which was called: # once (8µs+20µs) by Module::Pluggable::Object::_require at line 13
use Readonly;
# spent 28µs making 1 call to Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@13 # spent 20µs making 1 call to Exporter::import
14
15223µs2291µs
# spent 149µs (7+142) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@15 which was called: # once (7µs+142µs) by Module::Pluggable::Object::_require at line 15
use Perl::Critic::Utils qw{ :severities };
# spent 149µs making 1 call to Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@15 # spent 142µs making 1 call to Exporter::import
16
172144µs2113µs
# spent 60µs (7+53) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@17 which was called: # once (7µs+53µs) by Module::Pluggable::Object::_require at line 17
use base 'Perl::Critic::Policy';
# spent 60µs making 1 call to Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::BEGIN@17 # spent 53µs making 1 call to base::import
18
191500nsour $VERSION = '1.121';
20
21#-----------------------------------------------------------------------------
22
2312µs128µsReadonly::Scalar my $DESC => q{Regular expression without "/m" flag};
# spent 28µs making 1 call to Readonly::Scalar
2412µs141µsReadonly::Scalar my $EXPL => [ 237 ];
# spent 41µs making 1 call to Readonly::Scalar
25
26#-----------------------------------------------------------------------------
27
2816µs
# spent 2µs within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::supported_parameters which was called: # once (2µs+0s) by Perl::Critic::Policy::new at line 88 of Perl/Critic/Policy.pm
sub supported_parameters { return () }
2912µs
# spent 7µs (6+1) within Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching::default_severity which was called: # once (6µs+1µs) by Perl::Critic::Policy::get_severity at line 331 of Perl/Critic/Policy.pm
sub default_severity { return $SEVERITY_LOW }
30sub default_themes { return qw(core pbp cosmetic) }
31sub applies_to { return qw(PPI::Token::Regexp::Match
32 PPI::Token::Regexp::Substitute
33 PPI::Token::QuoteLike::Regexp) }
34
35#-----------------------------------------------------------------------------
36
37sub violates {
38 my ( $self, $elem, $doc ) = @_;
39
40 my $re = $doc->ppix_regexp_from_element( $elem )
41 or return;
42 $re->modifier_asserted( 'm' )
43 or return $self->violation( $DESC, $EXPL, $elem );
44
45 return; #ok!;
46}
47
4813µs1;
49
50__END__