Branch Coverage

blib/lib/App/CLI/Plugin/StackTrace.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
16 0 0 exists $self->config->{'stacktrace'} ? :
18 0 0 if (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)
53 0 0 if ($start_line < 1)
58 0 0 unless open my $fh, '<', $frame->filename
59 0 0 unless flock $fh, 2
64 0 0 if ($current_line < $start_line or $current_line > $end_line)
67 0 0 $current_line == $frame->line ? :
70 0 0 unless close $fh