Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/Fatal/Internal.pm |
Statements | Executed 13 statements in 277µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 26µs | 26µs | BEGIN@10 | Perl::Critic::Exception::Fatal::Internal::
1 | 1 | 1 | 14µs | 284µs | BEGIN@20 | Perl::Critic::Exception::Fatal::Internal::
1 | 1 | 1 | 12µs | 18µs | BEGIN@12 | Perl::Critic::Exception::Fatal::Internal::
1 | 1 | 1 | 11µs | 51µs | BEGIN@14 | Perl::Critic::Exception::Fatal::Internal::
1 | 1 | 1 | 11µs | 31µs | BEGIN@11 | Perl::Critic::Exception::Fatal::Internal::
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::Fatal::Internal; | ||||
9 | |||||
10 | 2 | 63µs | 1 | 26µs | # spent 26µs within Perl::Critic::Exception::Fatal::Internal::BEGIN@10 which was called:
# once (26µs+0s) by Perl::Critic::Violation::BEGIN@30 at line 10 # spent 26µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@10 |
11 | 2 | 32µs | 2 | 50µs | # spent 31µs (11+20) within Perl::Critic::Exception::Fatal::Internal::BEGIN@11 which was called:
# once (11µs+20µs) by Perl::Critic::Violation::BEGIN@30 at line 11 # spent 31µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@11
# spent 20µs making 1 call to strict::import |
12 | 2 | 30µs | 2 | 25µs | # spent 18µs (12+7) within Perl::Critic::Exception::Fatal::Internal::BEGIN@12 which was called:
# once (12µs+7µs) by Perl::Critic::Violation::BEGIN@30 at line 12 # spent 18µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@12
# spent 6µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 75µs | 2 | 90µs | # spent 51µs (11+39) within Perl::Critic::Exception::Fatal::Internal::BEGIN@14 which was called:
# once (11µs+39µs) by Perl::Critic::Violation::BEGIN@30 at line 14 # spent 51µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@14
# spent 39µs making 1 call to Exporter::import |
15 | |||||
16 | 1 | 500ns | our $VERSION = '1.121'; | ||
17 | |||||
18 | #----------------------------------------------------------------------------- | ||||
19 | |||||
20 | # spent 284µs (14+270) within Perl::Critic::Exception::Fatal::Internal::BEGIN@20 which was called:
# once (14µs+270µs) by Perl::Critic::Violation::BEGIN@30 at line 26 | ||||
21 | 1 | 500ns | 'Perl::Critic::Exception::Fatal::Internal' => { | ||
22 | isa => 'Perl::Critic::Exception::Fatal', | ||||
23 | description => 'A problem with the Perl::Critic code was found, a.k.a. a bug.', | ||||
24 | alias => 'throw_internal', | ||||
25 | }, | ||||
26 | 1 | 68µs | 2 | 554µs | ); # spent 284µs making 1 call to Perl::Critic::Exception::Fatal::Internal::BEGIN@20
# spent 270µs making 1 call to Exception::Class::import |
27 | |||||
28 | #----------------------------------------------------------------------------- | ||||
29 | |||||
30 | 1 | 3µs | 1 | 41µs | Readonly::Array our @EXPORT_OK => qw< throw_internal >; # spent 41µs making 1 call to Readonly::Array |
31 | |||||
32 | #----------------------------------------------------------------------------- | ||||
33 | |||||
34 | |||||
35 | 1 | 5µs | 1; | ||
36 | |||||
37 | __END__ |