blib/lib/Sledge/Plugin/DebugScreen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | if (-f $file) |
20 | 0 | 0 | $start < 1 ? : |
21 | 0 | 0 | if (my $fh = 'IO::File'->new($file, 'r')) |
25 | 0 | 0 | if $cur_line > $end |
26 | 0 | 0 | if $cur_line < $start |
27 | 0 | 0 | $cur_line == $linenum ? : |
173 | 0 | 0 | if $self->finished |
175 | 0 | 0 | if ($self->debug_level) { } |
184 | 0 | 0 | if (ref $E and $E->can('stacktrace')) { } |