blib/lib/Devel/Chitin/Stack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
74 | 0 | 0 | 0 | defined $caller{'wantarray'} and not $caller{'wantarray'} |
78 | 0 | 0 | 0 | not $caller{'hasargs'} and $caller{'subroutine'} ne '(eval)' |
126 | 0 | 0 | 0 | index($subname, '__ANON__[') >= 0 and ref $Devel::Chitin::stack_serial[$i][0] eq 'CODE' |
line | l | !l | condition |
---|---|---|---|
70 | 0 | 0 | $caller{'filename'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
122 | 0 | 0 | 0 | $Devel::Chitin::eval_serial{$this_sub_serial}{$line} ||= DB::_allocate_sub_serial() |
126 | 0 | 0 | 0 | $subname eq $Devel::Chitin::stack_serial[$i][0] or index($subname, '__ANON__[') >= 0 and ref $Devel::Chitin::stack_serial[$i][0] eq 'CODE' |