| blib/lib/Devel/StackTrace/AsHTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 30 | 60.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 1 | 15 | unless $enc{$1} |
| 62 | 2 | 0 | if (ref $opt{'style'}) { } |
| 95 | 2 | 2 | $next_frame && $next_frame->subroutine ? : |
| 4 | 0 | $frame->filename ? : | |
| 0 | 4 | $frame->can('lexicals') ? : | |
| 130 | 2 | 2 | unless $frame and $frame->args |
| 154 | 0 | 0 | unless keys %$lexicals |
| 162 | 0 | 0 | if $var =~ /^\%/ |
| 163 | 0 | 0 | if $var =~ /^\@/ |
| 179 | 4 | 0 | if (-f $file) |
| 182 | 0 | 4 | $start < 1 ? : |
| 183 | 0 | 4 | unless open my $fh, '<', $file |
| 188 | 4 | 50 | if $cur_line > $end |
| 189 | 22 | 28 | if $cur_line < $start |
| 191 | 4 | 24 | $cur_line == $linenum ? : |