blib/lib/Devel/Scope.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
59 | 35 | 5 | unless defined $ENV{'DEVEL_SCOPE_DEPTH'} |
67 | 0 | 5 | if $depth > $config{'DEVEL_SCOPE_DEPTH'} and $pack0 ne 'Devel::Scope' |
70 | 3 | 2 | if (defined $subroutine) { } |
71 | 2 | 1 | if ($subroutine eq 'main::' or $subroutine eq '(eval)') { } |
84 | 0 | 5 | unless $elapsed >= $debug_min_elapsed |
94 | 4 | 1 | if ($filename eq $last_file) { } |
102 | 3 | 2 | if ($time_level > 0) |
151 | 0 | 0 | if (not defined $config{$env_var}) { } |