blib/lib/Devel/hdb/TraceFollow.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
42 | 0 | 0 | if (@_) |
63 | 0 | 0 | $loc ? : |
72 | 0 | 0 | $loc ? : |
96 | 0 | 0 | if (my $offset = $self->_line_offset_for_sub($line, $subname)) { } |
138 | 0 | 0 | if (my($expected_sub, $expected_offset) = $exp_location =~ /(.*)\+(\d+)$/) { } |
0 | 0 | elsif (my($file, $line) = $exp_location =~ /(.*):(\d+)$/) { } | |
140 | 0 | 0 | if ($expected_sub ne $at_subname or $expected_offset != $offset) |
152 | 0 | 0 | if ($should_stop) |