| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Role/Method/Conflicting.pm |
| Statements | Executed 17 statements in 942µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 75µs | 93µs | Moose::Meta::Role::Method::Conflicting::BEGIN@4 |
| 1 | 1 | 1 | 42µs | 344µs | Moose::Meta::Role::Method::Conflicting::BEGIN@9 |
| 1 | 1 | 1 | 40µs | 108µs | Moose::Meta::Role::Method::Conflicting::BEGIN@5 |
| 1 | 1 | 1 | 39µs | 691µs | Moose::Meta::Role::Method::Conflicting::BEGIN@7 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Role::Method::Conflicting::roles_as_english_list |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | |||||
| 2 | package Moose::Meta::Role::Method::Conflicting; | ||||
| 3 | |||||
| 4 | 3 | 103µs | 2 | 111µs | # spent 93µs (75+18) within Moose::Meta::Role::Method::Conflicting::BEGIN@4 which was called:
# once (75µs+18µs) by Moose::Meta::Role::BEGIN@20 at line 4 # spent 93µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@4
# spent 18µs making 1 call to strict::import |
| 5 | 3 | 99µs | 2 | 177µs | # spent 108µs (40+69) within Moose::Meta::Role::Method::Conflicting::BEGIN@5 which was called:
# once (40µs+69µs) by Moose::Meta::Role::BEGIN@20 at line 5 # spent 108µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@5
# spent 69µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 3 | 145µs | 2 | 1.34ms | # spent 691µs (39+652) within Moose::Meta::Role::Method::Conflicting::BEGIN@7 which was called:
# once (39µs+652µs) by Moose::Meta::Role::BEGIN@20 at line 7 # spent 691µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@7
# spent 652µs making 1 call to Sub::Exporter::__ANON__[Sub/Exporter.pm:756] |
| 8 | |||||
| 9 | 3 | 463µs | 2 | 647µs | # spent 344µs (42+303) within Moose::Meta::Role::Method::Conflicting::BEGIN@9 which was called:
# once (42µs+303µs) by Moose::Meta::Role::BEGIN@20 at line 9 # spent 344µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@9
# spent 303µs making 1 call to base::import |
| 10 | |||||
| 11 | 1 | 5µs | our $VERSION = '1.19'; | ||
| 12 | 1 | 59µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
| 13 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 14 | |||||
| 15 | 1 | 40µs | 2 | 4.23ms | __PACKAGE__->meta->add_attribute('roles' => ( # spent 2.19ms making 1 call to Moose::Meta::Role::Method::Required::meta
# spent 2.04ms making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute |
| 16 | reader => 'roles', | ||||
| 17 | required => 1, | ||||
| 18 | )); | ||||
| 19 | |||||
| 20 | sub roles_as_english_list { | ||||
| 21 | my $self = shift; | ||||
| 22 | Moose::Util::english_list( map { q{'} . $_ . q{'} } @{ $self->roles } ); | ||||
| 23 | } | ||||
| 24 | |||||
| 25 | 1 | 26µs | 1; | ||
| 26 | |||||
| 27 | __END__ |