Branch Coverage

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


line true false branch
16 0 0 unless defined $direction
25 0 0 unless defined $opts->{'maxstack'}
31 0 0 unless defined $canonic_file
34 0 0 $canonic_file eq '-e' ? :
0 0 unless $opts->{'short'}
40 0 0 defined $frame->{'args'} ? :
42 0 0 if ($not_last_frame)
47 0 0 if length $args > $opts->{'maxwidth'}
50 0 0 if (exists $frame->{'fn'})
53 0 0 if length $s > $opts->{'maxwidth'}
59 0 0 if (exists $frame->{'wantarray'}) { }
67 0 0 $opts->{'displayop'} && $frame->{'addr'} ? :
68 0 0 if ($opts->{'short'}) { }
76 0 0 $not_last_frame ? :
80 0 0 if (length($prefix_call) + length($file_line) <= $opts->{'maxwidth'}) { }
87 0 0 if ($opts->{'source'})
89 0 0 if $line
93 0 0 if ($opts->{'deparse'} and $have_deparse and $addr)
94 0 0 $not_last_frame ? :
100 0 0 if ($op_info)
101 0 0 if ($i != 0)
107 0 0 if ($extract_texts) { }
121 0 0 $i == $opts->{'current_pos'} ? :
137 0 0 if ($count < 0) { }
0 0 elsif ($count < $n) { }
146 0 0 if $opts->{'count'} < $n
147 0 0 if ($n > $halfstack * 2) { }