| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPIx/Regexp/Structure/Unknown.pm |
| Statements | Executed 8 statements in 78µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 15µs | 27µs | PPIx::Regexp::Structure::Unknown::BEGIN@32 |
| 1 | 1 | 1 | 8µs | 12µs | PPIx::Regexp::Structure::Unknown::BEGIN@33 |
| 1 | 1 | 1 | 7µs | 58µs | PPIx::Regexp::Structure::Unknown::BEGIN@35 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | =head1 NAME | ||||
| 2 | |||||
| 3 | PPIx::Regexp::Structure::Unknown - Represent an unknown structure. | ||||
| 4 | |||||
| 5 | =head1 SYNOPSIS | ||||
| 6 | |||||
| 7 | use PPIx::Regexp::Dumper; | ||||
| 8 | PPIx::Regexp::Dumper->new( 'qr{(?(foo)bar|baz|burfle)}smx' ) | ||||
| 9 | ->print(); | ||||
| 10 | |||||
| 11 | =head1 INHERITANCE | ||||
| 12 | |||||
| 13 | C<PPIx::Regexp::Structure::Unknown> is a | ||||
| 14 | L<PPIx::Regexp::Structure|PPIx::Regexp::Structure>. | ||||
| 15 | |||||
| 16 | C<PPIx::Regexp::Structure::Unknown> has no descendants. | ||||
| 17 | |||||
| 18 | =head1 DESCRIPTION | ||||
| 19 | |||||
| 20 | This class is used for a structure which the lexer recognizes as being | ||||
| 21 | improperly constructed. | ||||
| 22 | |||||
| 23 | =head1 METHODS | ||||
| 24 | |||||
| 25 | This class provides no public methods beyond those provided by its | ||||
| 26 | superclass. | ||||
| 27 | |||||
| 28 | =cut | ||||
| 29 | |||||
| 30 | package PPIx::Regexp::Structure::Unknown; | ||||
| 31 | |||||
| 32 | 2 | 21µs | 2 | 40µs | # spent 27µs (15+12) within PPIx::Regexp::Structure::Unknown::BEGIN@32 which was called:
# once (15µs+12µs) by PPIx::Regexp::Lexer::BEGIN@59 at line 32 # spent 27µs making 1 call to PPIx::Regexp::Structure::Unknown::BEGIN@32
# spent 12µs making 1 call to strict::import |
| 33 | 2 | 21µs | 2 | 17µs | # spent 12µs (8+5) within PPIx::Regexp::Structure::Unknown::BEGIN@33 which was called:
# once (8µs+5µs) by PPIx::Regexp::Lexer::BEGIN@59 at line 33 # spent 12µs making 1 call to PPIx::Regexp::Structure::Unknown::BEGIN@33
# spent 5µs making 1 call to warnings::import |
| 34 | |||||
| 35 | 2 | 33µs | 2 | 110µs | # spent 58µs (7+52) within PPIx::Regexp::Structure::Unknown::BEGIN@35 which was called:
# once (7µs+52µs) by PPIx::Regexp::Lexer::BEGIN@59 at line 35 # spent 58µs making 1 call to PPIx::Regexp::Structure::Unknown::BEGIN@35
# spent 52µs making 1 call to base::import |
| 36 | |||||
| 37 | 1 | 600ns | our $VERSION = '0.036'; | ||
| 38 | |||||
| 39 | 1 | 2µs | 1; | ||
| 40 | |||||
| 41 | __END__ |