Branch Coverage

lib/Devel/Trepan/CmdProcessor/Frame.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
14 0 0 unless defined $direction
23 0 0 unless defined $opts->{'maxstack'}
29 0 0 unless defined $file
32 0 0 $file eq '-e' ? :
0 0 unless $opts->{'short'}
38 0 0 defined $frame->{'args'} ? :
40 0 0 if ($not_last_frame)
45 0 0 if length $args > $opts->{'maxwidth'}
48 0 0 if (exists $frame->{'fn'})
51 0 0 if length $s > $opts->{'maxwidth'}
57 0 0 if (exists $frame->{'wantarray'}) { }
65 0 0 $opts->{'displayop'} && $frame->{'addr'} ? :
66 0 0 if ($opts->{'short'}) { }
74 0 0 $not_last_frame ? :
78 0 0 if (length($prefix_call) + length($file_line) <= $opts->{'maxwidth'}) { }
91 0 0 $i == $opts->{'current_pos'} ? :
105 0 0 if $opts->{'count'} < $n
106 0 0 if ($n > $halfstack * 2) { }