blib/lib/App/CLI/Plugin/StackTrace.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
18 | 0 | 0 | 0 | defined $stacktrace and $stacktrace != 0 |
0 | 0 | 0 | exists $ENV{'APPCLI_STACKTRACE_ENABLE'} and $ENV{'APPCLI_STACKTRACE_ENABLE'} != 0 | |
0 | 0 | 0 | exists $$self{'stacktrace'} and defined $$self{'stacktrace'} | |
0 | 0 | 0 | exists $$self{'stacktrace'} and defined $$self{'stacktrace'} and $$self{'stacktrace'} != 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 0 | 0 | 0 | defined $stacktrace and $stacktrace != 0 or exists $ENV{'APPCLI_STACKTRACE_ENABLE'} and $ENV{'APPCLI_STACKTRACE_ENABLE'} != 0 |
0 | 0 | 0 | defined $stacktrace and $stacktrace != 0 or exists $ENV{'APPCLI_STACKTRACE_ENABLE'} and $ENV{'APPCLI_STACKTRACE_ENABLE'} != 0 or exists $$self{'stacktrace'} and defined $$self{'stacktrace'} and $$self{'stacktrace'} != 0 | |
64 | 0 | 0 | 0 | $current_line < $start_line or $current_line > $end_line |