| File: | local/lib/perl5/Devel/StackTrace.pm |
| Coverage: | 0.0% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 40 | 0 |
| $$self{'filter_frames_early'} && $self->_make_frame_filter | ||||||||||||
| 65 | 0 |
| $filter and not &$filter($raw) | ||||||||||||
| 79 | 0 |
| blessed $ref and $ref->isa('Exception::Class::Base') | ||||||||||||
| 95 | 0 |
| !$$self{'filter_frames_early'} && $self->_make_frame_filter | ||||||||||||
| 99 | 0 |
| $filter and not &$filter($r) | ||||||||||||
| 188 | 0 |
| defined $f[$$self{'index'} - 1] and $$self{'index'} >= 1 |