Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPI/Token/QuoteLike/Command.pm |
Statements | Executed 11 statements in 114µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 16µs | 28µs | BEGIN@31 | PPI::Token::QuoteLike::Command::
1 | 1 | 1 | 9µs | 9µs | BEGIN@36 | PPI::Token::QuoteLike::Command::
1 | 1 | 1 | 6µs | 41µs | BEGIN@35 | PPI::Token::QuoteLike::Command::
1 | 1 | 1 | 3µs | 3µs | BEGIN@32 | PPI::Token::QuoteLike::Command::
1 | 1 | 1 | 3µs | 3µs | BEGIN@33 | PPI::Token::QuoteLike::Command::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package PPI::Token::QuoteLike::Command; | ||||
2 | |||||
3 | =pod | ||||
4 | |||||
5 | =head1 NAME | ||||
6 | |||||
7 | PPI::Token::QuoteLike::Command - The command quote-like operator | ||||
8 | |||||
9 | =head1 INHERITANCE | ||||
10 | |||||
11 | PPI::Token::QuoteLike::Command | ||||
12 | isa PPI::Token::QuoteLike | ||||
13 | isa PPI::Token | ||||
14 | isa PPI::Element | ||||
15 | |||||
16 | =head1 DESCRIPTION | ||||
17 | |||||
18 | A C<PPI::Token::QuoteLike::Command> object represents a command output | ||||
19 | capturing quote-like operator. | ||||
20 | |||||
21 | =head1 METHODS | ||||
22 | |||||
23 | There are no methods available for C<PPI::Token::QuoteLike::Command> | ||||
24 | beyond those provided by the parent L<PPI::Token::QuoteLike>, L<PPI::Token> | ||||
25 | and L<PPI::Element> classes. | ||||
26 | |||||
27 | Got any ideas for methods? Submit a report to rt.cpan.org! | ||||
28 | |||||
29 | =cut | ||||
30 | |||||
31 | 2 | 18µs | 2 | 39µs | # spent 28µs (16+12) within PPI::Token::QuoteLike::Command::BEGIN@31 which was called:
# once (16µs+12µs) by PPI::Token::BEGIN@59 at line 31 # spent 28µs making 1 call to PPI::Token::QuoteLike::Command::BEGIN@31
# spent 12µs making 1 call to strict::import |
32 | 2 | 14µs | 1 | 3µs | # spent 3µs within PPI::Token::QuoteLike::Command::BEGIN@32 which was called:
# once (3µs+0s) by PPI::Token::BEGIN@59 at line 32 # spent 3µs making 1 call to PPI::Token::QuoteLike::Command::BEGIN@32 |
33 | 2 | 18µs | 1 | 3µs | # spent 3µs within PPI::Token::QuoteLike::Command::BEGIN@33 which was called:
# once (3µs+0s) by PPI::Token::BEGIN@59 at line 33 # spent 3µs making 1 call to PPI::Token::QuoteLike::Command::BEGIN@33 |
34 | |||||
35 | 2 | 29µs | 2 | 77µs | # spent 41µs (6+35) within PPI::Token::QuoteLike::Command::BEGIN@35 which was called:
# once (6µs+35µs) by PPI::Token::BEGIN@59 at line 35 # spent 41µs making 1 call to PPI::Token::QuoteLike::Command::BEGIN@35
# spent 35µs making 1 call to vars::import |
36 | # spent 9µs within PPI::Token::QuoteLike::Command::BEGIN@36 which was called:
# once (9µs+0s) by PPI::Token::BEGIN@59 at line 42 | ||||
37 | 1 | 300ns | $VERSION = '1.215'; | ||
38 | 1 | 10µs | @ISA = qw{ | ||
39 | PPI::Token::_QuoteEngine::Full | ||||
40 | PPI::Token::QuoteLike | ||||
41 | }; | ||||
42 | 1 | 23µs | 1 | 9µs | } # spent 9µs making 1 call to PPI::Token::QuoteLike::Command::BEGIN@36 |
43 | |||||
44 | 1 | 2µs | 1; | ||
45 | |||||
46 | =pod | ||||
47 | |||||
48 | =head1 SUPPORT | ||||
49 | |||||
50 | See the L<support section|PPI/SUPPORT> in the main module. | ||||
51 | |||||
52 | =head1 AUTHOR | ||||
53 | |||||
54 | Adam Kennedy E<lt>adamk@cpan.orgE<gt> | ||||
55 | |||||
56 | =head1 COPYRIGHT | ||||
57 | |||||
58 | Copyright 2001 - 2011 Adam Kennedy. | ||||
59 | |||||
60 | This program is free software; you can redistribute | ||||
61 | it and/or modify it under the same terms as Perl itself. | ||||
62 | |||||
63 | The full text of the license can be found in the | ||||
64 | LICENSE file included with this module. | ||||
65 | |||||
66 | =cut |