blib/lib/Devel/Scope.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 5 | 0 | 0 | $depth > $config{'DEVEL_SCOPE_DEPTH'} and $pack0 ne 'Devel::Scope' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 0 | 2 | 1 | $subroutine eq 'main::' or $subroutine eq '(eval)' |
137 | 1 | 0 | 0 | $depth ||= $default_config{'DEVEL_SCOPE_DEPTH'} |