| Filename | /usr/share/perl5/Moo/_mro.pm |
| Statements | Executed 0 statements in 0s |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 16µs | 52µs | Moo::_mro::BEGIN@2 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Moo::_mro; | ||||
| 2 | 3 | 88µs | # spent 52µs (16+36) within Moo::_mro::BEGIN@2 which was called:
# once (16µs+36µs) by Moo::_Utils::BEGIN@16 at line 2 # spent 52µs making 1 call to Moo::_mro::BEGIN@2
# spent 21µs making 1 call to strictures::import
# spent 15µs making 1 call to strictures::VERSION | ||
| 3 | |||||
| 4 | if ($] >= 5.010) { | ||||
| 5 | require mro; | ||||
| 6 | } else { | ||||
| 7 | require MRO::Compat; | ||||
| 8 | } | ||||
| 9 | |||||
| 10 | 1; |