Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Path/IsDev/Heuristic/Tool/ModuleBuild.pm |
Statements | Executed 50 statements in 290µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
9 | 1 | 1 | 65µs | 922µs | matches | Path::IsDev::Heuristic::Tool::ModuleBuild::
1 | 1 | 1 | 15µs | 15µs | BEGIN@1.61 | Module::Runtime::
9 | 1 | 1 | 9µs | 9µs | files | Path::IsDev::Heuristic::Tool::ModuleBuild::
1 | 1 | 1 | 7µs | 29µs | BEGIN@27 | Path::IsDev::Heuristic::Tool::ModuleBuild::
1 | 1 | 1 | 7µs | 10µs | BEGIN@3.63 | Module::Runtime::
1 | 1 | 1 | 7µs | 18µs | BEGIN@2.62 | Module::Runtime::
1 | 1 | 1 | 7µs | 8µs | BEGIN@4.64 | Module::Runtime::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 43µs | 1 | 15µs | # spent 15µs within Module::Runtime::BEGIN@1.61 which was called:
# once (15µs+0s) by Module::Runtime::require_module at line 1 # spent 15µs making 1 call to Module::Runtime::BEGIN@1.61 |
2 | 2 | 18µs | 2 | 28µs | # spent 18µs (7+11) within Module::Runtime::BEGIN@2.62 which was called:
# once (7µs+11µs) by Module::Runtime::require_module at line 2 # spent 18µs making 1 call to Module::Runtime::BEGIN@2.62
# spent 11µs making 1 call to strict::import |
3 | 2 | 21µs | 2 | 14µs | # spent 10µs (7+4) within Module::Runtime::BEGIN@3.63 which was called:
# once (7µs+4µs) by Module::Runtime::require_module at line 3 # spent 10µs making 1 call to Module::Runtime::BEGIN@3.63
# spent 4µs making 1 call to warnings::import |
4 | 2 | 50µs | 2 | 10µs | # spent 8µs (7+1) within Module::Runtime::BEGIN@4.64 which was called:
# once (7µs+1µs) by Module::Runtime::require_module at line 4 # spent 8µs making 1 call to Module::Runtime::BEGIN@4.64
# spent 1µs making 1 call to utf8::import |
5 | |||||
6 | package Path::IsDev::Heuristic::Tool::ModuleBuild; | ||||
7 | 1 | 600ns | $Path::IsDev::Heuristic::Tool::ModuleBuild::VERSION = '1.001000'; | ||
8 | |||||
- - | |||||
23 | # ABSTRACT: Determine if a path is a Module::Build Source tree | ||||
24 | |||||
25 | 1 | 200ns | our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY | ||
26 | |||||
27 | 2 | 93µs | 2 | 51µs | # spent 29µs (7+22) within Path::IsDev::Heuristic::Tool::ModuleBuild::BEGIN@27 which was called:
# once (7µs+22µs) by Module::Runtime::require_module at line 27 # spent 29µs making 1 call to Path::IsDev::Heuristic::Tool::ModuleBuild::BEGIN@27
# spent 22µs making 1 call to Exporter::import |
28 | 1 | 2µs | 1 | 252µs | with 'Path::IsDev::Role::Heuristic', 'Path::IsDev::Role::Matcher::Child::Exists::Any::File'; # spent 252µs making 1 call to Role::Tiny::With::with |
29 | |||||
- - | |||||
38 | 9 | 19µs | # spent 9µs within Path::IsDev::Heuristic::Tool::ModuleBuild::files which was called 9 times, avg 978ns/call:
# 9 times (9µs+0s) by Path::IsDev::Heuristic::Tool::ModuleBuild::matches at line 48, avg 978ns/call | ||
39 | |||||
- - | |||||
46 | # spent 922µs (65+857) within Path::IsDev::Heuristic::Tool::ModuleBuild::matches which was called 9 times, avg 102µs/call:
# 9 times (65µs+857µs) by Path::IsDev::Role::HeuristicSet::matches at line 74 of Path/IsDev/Role/HeuristicSet.pm, avg 102µs/call | ||||
47 | 9 | 3µs | my ( $self, $result_object ) = @_; | ||
48 | 9 | 19µs | 18 | 857µs | if ( $self->child_exists_any_file( $result_object, $self->files ) ) { # spent 848µs making 9 calls to Path::IsDev::Role::Matcher::Child::Exists::Any::File::child_exists_any_file, avg 94µs/call
# spent 9µs making 9 calls to Path::IsDev::Heuristic::Tool::ModuleBuild::files, avg 978ns/call |
49 | $result_object->result(1); | ||||
50 | return 1; | ||||
51 | } | ||||
52 | 9 | 17µs | return; | ||
53 | } | ||||
54 | |||||
55 | 1 | 3µs | 1; | ||
56 | |||||
57 | __END__ |