| Filename | /home/doy/coding/src/Moose/blib/lib//Moose/Meta/Role/Method/Conflicting.pm |
| Statements | Executed 17 statements in 914µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 70µs | 88µs | Moose::Meta::Role::Method::Conflicting::BEGIN@4 |
| 1 | 1 | 1 | 43µs | 349µs | Moose::Meta::Role::Method::Conflicting::BEGIN@9 |
| 1 | 1 | 1 | 39µs | 715µs | Moose::Meta::Role::Method::Conflicting::BEGIN@7 |
| 1 | 1 | 1 | 39µs | 106µs | Moose::Meta::Role::Method::Conflicting::BEGIN@5 |
| 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 | 101µs | 2 | 106µs | # spent 88µs (70+18) within Moose::Meta::Role::Method::Conflicting::BEGIN@4 which was called:
# once (70µs+18µs) by Moose::Meta::Role::BEGIN@20 at line 4 # spent 88µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@4
# spent 18µs making 1 call to strict::import |
| 5 | 3 | 97µs | 2 | 174µs | # spent 106µs (39+68) within Moose::Meta::Role::Method::Conflicting::BEGIN@5 which was called:
# once (39µs+68µs) by Moose::Meta::Role::BEGIN@20 at line 5 # spent 106µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@5
# spent 68µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 3 | 144µs | 2 | 1.39ms | # spent 715µs (39+676) within Moose::Meta::Role::Method::Conflicting::BEGIN@7 which was called:
# once (39µs+676µs) by Moose::Meta::Role::BEGIN@20 at line 7 # spent 715µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@7
# spent 676µs making 1 call to Sub::Exporter::__ANON__[Sub/Exporter.pm:756] |
| 8 | |||||
| 9 | 3 | 434µs | 2 | 654µs | # spent 349µs (43+306) within Moose::Meta::Role::Method::Conflicting::BEGIN@9 which was called:
# once (43µs+306µs) by Moose::Meta::Role::BEGIN@20 at line 9 # spent 349µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@9
# spent 306µs making 1 call to base::import |
| 10 | |||||
| 11 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 12 | 1 | 68µs | $VERSION = eval $VERSION; # spent 11µs executing statements in string eval | ||
| 13 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 14 | |||||
| 15 | 1 | 38µs | 2 | 3.98ms | __PACKAGE__->meta->add_attribute('roles' => ( # spent 2.02ms making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute
# spent 1.96ms making 1 call to Moose::Meta::Role::Method::Required::meta |
| 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 | 24µs | 1; | ||
| 26 | |||||
| 27 | __END__ |