| blib/lib/Enbugger/OnError.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 201 | 0 | 5 | ref $handler and $handler == \&ExceptionHandler |
| 65 | 1 | 0 | 2 | $_[0] eq '__DIE__' || !exists($self_hooked_sigs_lu{$_[0]}) and exists $self_hooked_sigs_lu{'__DIE__'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 65 | 0 | 2 | 1 | $_[0] eq '__DIE__' || !exists($self_hooked_sigs_lu{$_[0]}) |