Filename | /usr/local/lib/perl/5.14.2/Moose/Meta/Role/Method/Conflicting.pm |
Statements | Executed 13 statements in 223µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 10µs | 10µs | BEGIN@3 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 8µs | 11µs | BEGIN@10 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 8µs | 62µs | BEGIN@15 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 7µs | 12µs | BEGIN@11 | Moose::Meta::Role::Method::Conflicting::
1 | 1 | 1 | 7µs | 173µs | BEGIN@13 | 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 10µs within Moose::Meta::Role::Method::Conflicting::BEGIN@3 which was called:
# once (10µs+0s) by Moose::Meta::Role::BEGIN@22 at line 5 | ||||
4 | 1 | 5µs | $Moose::Meta::Role::Method::Conflicting::AUTHORITY = 'cpan:STEVAN'; | ||
5 | 1 | 32µs | 1 | 10µs | } # spent 10µ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 | 22µs | 2 | 14µs | # spent 11µs (8+3) within Moose::Meta::Role::Method::Conflicting::BEGIN@10 which was called:
# once (8µs+3µs) by Moose::Meta::Role::BEGIN@22 at line 10 # spent 11µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@10
# spent 3µs making 1 call to strict::import |
11 | 2 | 21µs | 2 | 17µs | # spent 12µs (7+5) within Moose::Meta::Role::Method::Conflicting::BEGIN@11 which was called:
# once (7µs+5µs) by Moose::Meta::Role::BEGIN@22 at line 11 # spent 12µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@11
# spent 5µs making 1 call to warnings::import |
12 | |||||
13 | 2 | 31µs | 2 | 340µs | # spent 173µs (7+167) within Moose::Meta::Role::Method::Conflicting::BEGIN@13 which was called:
# once (7µs+167µs) by Moose::Meta::Role::BEGIN@22 at line 13 # spent 173µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@13
# spent 167µs making 1 call to Sub::Exporter::__ANON__[Sub/Exporter.pm:337] |
14 | |||||
15 | 2 | 100µs | 2 | 117µs | # spent 62µs (8+55) within Moose::Meta::Role::Method::Conflicting::BEGIN@15 which was called:
# once (8µs+55µs) by Moose::Meta::Role::BEGIN@22 at line 15 # spent 62µs making 1 call to Moose::Meta::Role::Method::Conflicting::BEGIN@15
# spent 55µs making 1 call to base::import |
16 | |||||
17 | 1 | 7µs | 3 | 591µs | __PACKAGE__->meta->add_attribute('roles' => ( # spent 306µs making 1 call to Class::MOP::Mixin::HasAttributes::add_attribute
# spent 280µs making 1 call to Moose::Meta::Role::Method::Required::meta
# spent 5µ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 | 5µs | 1; | ||
29 | |||||
30 | # ABSTRACT: A Moose metaclass for conflicting methods in Roles | ||||
31 | |||||
32 | __END__ |