| blib/lib/qbit/Exceptions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | ref $@ and $@->isa('Exception') |
| 135 | 0 | 0 | 0 | ref $@ and $@->isa('Exception') |
| 149 | 0 | 0 | 0 | ref $cur_catch and defined $cur_catch |
| 0 | 0 | 0 | ref $cur_catch and defined $cur_catch and $cur_catch->[0] ne '::FINALLY::' | |
| 152 | 0 | 0 | 0 | defined $cur_catch and ref $cur_catch ne 'ARRAY' |
| 157 | 0 | 0 | 0 | $@ and not $find_catch |
| 215 | 0 | 0 | 0 | $package ne 'qbit::Exceptions' and $subroutine ne 'qbit::Exceptions::try' |
| 241 | 0 | 0 | 0 | &blessed($text) && $text->isa('Exception') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | !defined($catch) || $catch->[0] eq '::FINALLY::' |
| 127 | 0 | 0 | 0 | $find_catch or $@->isa($cur_catch->[0]) |
| 199 | 0 | 0 | 0 | ref $this || $this |