blib/lib/Devel/StackTrace.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 20 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 35 | 0 | 1 | $self->{'filter_frames_early'} && $self->_make_frame_filter |
99 | 83 | 2 | 0 | $filter and not &$filter($raw) |
114 | 3 | 9 | 0 | &blessed($ref) and $ref->isa('Exception::Class::Base') |
132 | 1 | 0 | 33 | !$self->{'filter_frames_early'} && $self->_make_frame_filter |
136 | 2 | 71 | 7 | $filter and not &$filter($r) |
228 | 0 | 3 | 6 | defined $f[$self->{'index'} - 1] and $self->{'index'} >= 1 |
line | l | !l | condition |
---|---|---|---|
43 | 9 | 27 | $self->{'skip_frames'} || 0 |