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