Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/Configuration/Generic.pm |
Statements | Executed 13 statements in 167µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 17µs | 17µs | BEGIN@10 | Perl::Critic::Exception::Configuration::Generic::
1 | 1 | 1 | 10µs | 629µs | BEGIN@20 | Perl::Critic::Exception::Configuration::Generic::
1 | 1 | 1 | 10µs | 22µs | BEGIN@11 | Perl::Critic::Exception::Configuration::Generic::
1 | 1 | 1 | 8µs | 12µs | BEGIN@12 | Perl::Critic::Exception::Configuration::Generic::
1 | 1 | 1 | 7µs | 29µs | BEGIN@14 | Perl::Critic::Exception::Configuration::Generic::
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::Exception::Configuration::Generic; | ||||
9 | |||||
10 | 2 | 42µs | 1 | 17µs | # spent 17µs within Perl::Critic::Exception::Configuration::Generic::BEGIN@10 which was called:
# once (17µs+0s) by Perl::Critic::BEGIN@23 at line 10 # spent 17µs making 1 call to Perl::Critic::Exception::Configuration::Generic::BEGIN@10 |
11 | 2 | 20µs | 2 | 34µs | # spent 22µs (10+12) within Perl::Critic::Exception::Configuration::Generic::BEGIN@11 which was called:
# once (10µs+12µs) by Perl::Critic::BEGIN@23 at line 11 # spent 22µs making 1 call to Perl::Critic::Exception::Configuration::Generic::BEGIN@11
# spent 12µs making 1 call to strict::import |
12 | 2 | 18µs | 2 | 16µs | # spent 12µs (8+4) within Perl::Critic::Exception::Configuration::Generic::BEGIN@12 which was called:
# once (8µs+4µs) by Perl::Critic::BEGIN@23 at line 12 # spent 12µs making 1 call to Perl::Critic::Exception::Configuration::Generic::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 40µs | 2 | 50µs | # spent 29µs (7+21) within Perl::Critic::Exception::Configuration::Generic::BEGIN@14 which was called:
# once (7µs+21µs) by Perl::Critic::BEGIN@23 at line 14 # spent 29µs making 1 call to Perl::Critic::Exception::Configuration::Generic::BEGIN@14
# spent 21µs making 1 call to Exporter::import |
15 | |||||
16 | 1 | 300ns | our $VERSION = '1.121'; | ||
17 | |||||
18 | #----------------------------------------------------------------------------- | ||||
19 | |||||
20 | # spent 629µs (10+619) within Perl::Critic::Exception::Configuration::Generic::BEGIN@20 which was called:
# once (10µs+619µs) by Perl::Critic::BEGIN@23 at line 27 | ||||
21 | 1 | 300ns | 'Perl::Critic::Exception::Configuration::Generic' => { | ||
22 | isa => 'Perl::Critic::Exception::Configuration', | ||||
23 | description => | ||||
24 | q{A problem with Perl::Critic configuration that isn't related to an option.}, | ||||
25 | alias => 'throw_generic', | ||||
26 | }, | ||||
27 | 1 | 41µs | 2 | 1.25ms | ); # spent 629µs making 1 call to Perl::Critic::Exception::Configuration::Generic::BEGIN@20
# spent 619µs making 1 call to Exception::Class::import |
28 | |||||
29 | #----------------------------------------------------------------------------- | ||||
30 | |||||
31 | 1 | 2µs | 1 | 30µs | Readonly::Array our @EXPORT_OK => qw< throw_generic >; # spent 30µs making 1 call to Readonly::Array |
32 | |||||
33 | #----------------------------------------------------------------------------- | ||||
34 | |||||
35 | 1 | 3µs | 1; | ||
36 | |||||
37 | __END__ |