| 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 | 
| 69 | 83 | 2 | 0 | $filter and not &$filter($raw) | 
| 84 | 3 | 9 | 0 | &blessed($ref) and $ref->isa('Exception::Class::Base') | 
| 102 | 1 | 0 | 33 | !$self->{'filter_frames_early'} && $self->_make_frame_filter | 
| 106 | 2 | 71 | 7 | $filter and not &$filter($r) | 
| 198 | 0 | 3 | 6 | defined $f[$self->{'index'} - 1] and $self->{'index'} >= 1 | 
| line | l | !l | condition | 
|---|---|---|---|
| 43 | 9 | 27 | $self->{'skip_frames'} || 0 |