| lib/CallBackery/GuiPlugin/Abstract.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 24 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 539 | 0 | 0 | 0 | builtin::blessed($@) and $@->isa("autodie::exception") |
| 546 | 0 | 0 | 0 | $self->controller and $self->controller->can("runEventActions") |
| 583 | 0 | 0 | 0 | $self->controller and $self->controller->can("runEventActions") |
| 671 | 0 | 0 | 0 | builtin::blessed($self) and ref $self->log |
| line | l | !l | condition |
|---|---|---|---|
| 390 | 4 | 0 | ref $existing // "NONE" |
| 417 | 0 | 0 | $_[0] // "" |
| 666 | 4 | 0 | ref $self // "child of CallBackery::GuiPlugin::Abstract" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 314 | 0 | 0 | 0 | not $ref or $ref eq ref &true() |
| 0 | 0 | 0 | not $ref or $ref eq ref &true() or $ref eq "CallBackery::Translate" |