line |
true |
false |
branch |
23
|
0 |
0 |
if $stack_object |
38
|
0 |
0 |
unless defined $caller{'line'} |
46
|
0 |
0 |
if ($caller{'subroutine'} eq 'DB::DB') |
51
|
0 |
0 |
if $in_debugger_frames |
59
|
0 |
0 |
$caller{'subroutine'} =~ /\b(\w+$|__ANON__)/ ? : |
60
|
0 |
0 |
if ($caller{'subname'} eq 'AUTOLOAD') { } |
74
|
0 |
0 |
if defined $caller{'wantarray'} and not $caller{'wantarray'} |
78
|
0 |
0 |
if not $caller{'hasargs'} and $caller{'subroutine'} ne '(eval)' |
118
|
0 |
0 |
unless @Devel::Chitin::stack_serial |
120
|
0 |
0 |
if (index($subname, '(eval') >= 0) |
126
|
0 |
0 |
if ($subname eq $Devel::Chitin::stack_serial[$i][0] or index($subname, '__ANON__[') >= 0 and ref $Devel::Chitin::stack_serial[$i][0] eq 'CODE') |
147
|
0 |
0 |
unless $self |
150
|
0 |
0 |
unless ($frame) |
159
|
0 |
0 |
$i < @$self ? : |