Filename | /home/micha/.plenv/versions/5.38.2/lib/perl5/site_perl/5.38.2/Test/Builder/TodoDiag.pm |
Statements | Executed 8 statements in 120µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 10µs | 11µs | BEGIN@2 | Test::Builder::TodoDiag::
1 | 1 | 1 | 7µs | 7µs | BEGIN@7 | Test::Builder::TodoDiag::
1 | 1 | 1 | 3µs | 20µs | BEGIN@3 | Test::Builder::TodoDiag::
0 | 0 | 0 | 0s | 0s | diagnostics | Test::Builder::TodoDiag::
0 | 0 | 0 | 0s | 0s | facet_data | Test::Builder::TodoDiag::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Test::Builder::TodoDiag; | ||||
2 | 2 | 18µs | 2 | 13µs | # spent 11µs (10+2) within Test::Builder::TodoDiag::BEGIN@2 which was called:
# once (10µs+2µs) by Test::Builder::BEGIN@37 at line 2 # spent 11µs making 1 call to Test::Builder::TodoDiag::BEGIN@2
# spent 2µs making 1 call to strict::import |
3 | 2 | 32µs | 2 | 37µs | # spent 20µs (3+17) within Test::Builder::TodoDiag::BEGIN@3 which was called:
# once (3µs+17µs) by Test::Builder::BEGIN@37 at line 3 # spent 20µs making 1 call to Test::Builder::TodoDiag::BEGIN@3
# spent 17µs making 1 call to warnings::import |
4 | |||||
5 | 1 | 200ns | our $VERSION = '1.302198'; | ||
6 | |||||
7 | 2 | 68µs | 1 | 7µs | # spent 7µs within Test::Builder::TodoDiag::BEGIN@7 which was called:
# once (7µs+0s) by Test::Builder::BEGIN@37 at line 7 # spent 7µs making 1 call to Test::Builder::TodoDiag::BEGIN@7 |
8 | |||||
9 | sub diagnostics { 0 } | ||||
10 | |||||
11 | sub facet_data { | ||||
12 | my $self = shift; | ||||
13 | my $out = $self->SUPER::facet_data(); | ||||
14 | $out->{info}->[0]->{debug} = 0; | ||||
15 | return $out; | ||||
16 | } | ||||
17 | |||||
18 | 1 | 2µs | 1; | ||
19 | |||||
20 | __END__ |