Branch Coverage

blib/lib/Devel/StackTrace/AsHTMLExtended.pm
Criterion Covered Total %
branch 22 48 45.8


line true false branch
24 1 6 unless $enc{$1}
44 1 0 unless ($opt{'inline'})
59 0 1 if (ref $opt{'style'}) { }
65 1 0 unless ($opt{'inline'})
75 1 0 if ($frame->filename)
77 0 1 if ($opt{'source_link'}) { }
86 0 1 if ($next_frame and $next_frame->subroutine) { }
89 0 0 $frame->filename ? :
95 1 0 $frame->filename ? :
107 1 0 unless ($opt{'inline'})
110 0 1 if ($frame->can('lexicals'))
119 1 0 unless ($opt{'inline'})
168 1 0 unless $frame and $frame->args
181 0 0 if (length $dump > $$opt{'max_dump_size'})
196 0 0 unless keys %$lexicals
203 0 0 if $var =~ /^\%/
204 0 0 if $var =~ /^\@/
208 0 0 if (length $dump > $$opt{'max_dump_size'})
225 1 0 if (-f $file)
228 0 1 $start < 1 ? :
229 0 1 unless open my $fh, '<', $file
234 1 8 if $cur_line > $end
235 1 7 if $cur_line < $start
237 1 6 $cur_line == $linenum ? :