| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Moose/Meta/Method/Accessor/Native/Bool/not.pm |
| Statements | Executed 14 statements in 807µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 85µs | 103µs | Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@3 |
| 1 | 1 | 1 | 42µs | 14.8ms | Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@10 |
| 1 | 1 | 1 | 38µs | 107µs | Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@4 |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Bool::not::_maximum_arguments |
| 0 | 0 | 0 | 0s | 0s | Moose::Meta::Method::Accessor::Native::Bool::not::_return_value |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moose::Meta::Method::Accessor::Native::Bool::not; | ||||
| 2 | |||||
| 3 | 3 | 100µs | 2 | 122µs | # spent 103µs (85+18) within Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@3 which was called:
# once (85µs+18µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@8 at line 3 # spent 103µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@3
# spent 18µs making 1 call to strict::import |
| 4 | 3 | 221µs | 2 | 175µs | # spent 107µs (38+68) within Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@4 which was called:
# once (38µs+68µs) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@8 at line 4 # spent 107µs making 1 call to Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@4
# spent 68µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 1 | 4µs | our $VERSION = '1.19'; | ||
| 7 | 1 | 72µs | $VERSION = eval $VERSION; # spent 12µs executing statements in string eval | ||
| 8 | 1 | 3µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 9 | |||||
| 10 | 3 | 349µs | 2 | 29.6ms | # spent 14.8ms (42µs+14.8) within Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@10 which was called:
# once (42µs+14.8ms) by Moose::Meta::Attribute::Native::Trait::Bool::BEGIN@8 at line 10 # spent 14.8ms making 1 call to Moose::Meta::Method::Accessor::Native::Bool::not::BEGIN@10
# spent 14.8ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 11 | |||||
| 12 | 1 | 34µs | 1 | 19.5ms | with 'Moose::Meta::Method::Accessor::Native::Reader' => # spent 19.5ms making 1 call to Moose::Role::with |
| 13 | { -excludes => ['_maximum_arguments'] }; | ||||
| 14 | |||||
| 15 | sub _maximum_arguments { 0 } | ||||
| 16 | |||||
| 17 | sub _return_value { | ||||
| 18 | my ( $self, $slot_access ) = @_; | ||||
| 19 | |||||
| 20 | return "! $slot_access"; | ||||
| 21 | } | ||||
| 22 | |||||
| 23 | 1 | 24µs | 1; |