Filename | /opt/perl-5.18.1/lib/site_perl/5.18.1/darwin-thread-multi-2level/Moose/Meta/Role/Method/Conflicting.pm |
Statements | Executed 13 statements in 786µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 16µs | 16µs | BEGIN@3 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 12µs | 112µs | BEGIN@15 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 10µs | 162µs | BEGIN@13 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 9µs | 14µs | BEGIN@11 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 9µs | 24µs | BEGIN@10 | Moose::Meta::Role::Method::Conflicting::
0 | 0 | 0 | 0s | 0s | roles_as_english_list | Moose::Meta::Role::Method::Conflicting::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | |||||
2 | package Moose::Meta::Role::Method::Conflicting; | ||||
3 | # spent 16µs within Moose::Meta::Role::Method::Conflicting::BEGIN@3 which was called:
# once (16µs+0s) by Moose::Meta::Role::BEGIN@22 at line 5 | ||||
4 | 1 | 7µs | $Moose::Meta::Role::Method::Conflicting::AUTHORITY = 'cpan:STEVAN'; | ||
5 | 1 | 41µs | 1 | 16µs | } # spent 16µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@3 |
6 | { | ||||
7 | 2 | 1µs | $Moose::Meta::Role::Method::Conflicting::VERSION = '2.1005'; | ||
8 | } | ||||
9 | |||||
10 | 2 | 29µs | 2 | 39µs | # spent 24µs (9+15) within Moose::Meta::Role::Method::Conflicting::BEGIN@10 which was called:
# once (9µs+15µs) by Moose::Meta::Role::BEGIN@22 at line 10 # spent 24µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@10
# spent 15µs making 1 call to strict::import |
11 | 2 | 29µs | 2 | 18µs | # spent 14µs (9+4) within Moose::Meta::Role::Method::Conflicting::BEGIN@11 which was called:
# once (9µs+4µs) by Moose::Meta::Role::BEGIN@22 at line 11 # spent 14µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@11
# spent 4µs making 1 call to warnings::import |
12 | |||||
13 | 2 | 540µs | 2 | 315µs | # spent 162µs (10+152) within Moose::Meta::Role::Method::Conflicting::BEGIN@13 which was called:
# once (10µs+152µs) by Moose::Meta::Role::BEGIN@22 at line 13 # spent 162µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@13
# spent 152µs making 1 call to Sub::Exporter::__ANON__[Sub/Exporter.pm:337] |
14 | |||||
15 | 2 | 125µs | 2 | 211µs | # spent 112µs (12+100) within Moose::Meta::Role::Method::Conflicting::BEGIN@15 which was called:
# once (12µs+100µs) by Moose::Meta::Role::BEGIN@22 at line 15 # spent 112µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@15
# spent 100µs making 1 call to base::import |
16 | |||||
17 | 1 | 8µs | 3 | 724µs | __PACKAGE__->meta->add_attribute('roles' => ( # spent 391µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute
# spent 326µs making 1 call to Moose::Meta::Role::Method::Required::meta
# spent 7µs making 1 call to Class::MOP::_definition_context |
18 | reader => 'roles', | ||||
19 | required => 1, | ||||
20 | Class::MOP::_definition_context(), | ||||
21 | )); | ||||
22 | |||||
23 | sub roles_as_english_list { | ||||
24 | my $self = shift; | ||||
25 | Moose::Util::english_list( map { q{'} . $_ . q{'} } @{ $self->roles } ); | ||||
26 | } | ||||
27 | |||||
28 | 1 | 6µs | 1; | ||
29 | |||||
30 | # ABSTRACT: A Moose metaclass for conflicting methods in Roles | ||||
31 | |||||
32 | __END__ |