| blib/lib/Decl/Semantics/Code.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 1 | 0 | 1 | not $target and $datasource->is('data') |
| 341 | 8 | 19 | 0 | $$self{'callable'} and $is_event || $self->is('on') && $self->name |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 4 | 0 | 0 | $_[0] eq 'output' or $_[0] eq 'write' |
| 4 | 0 | 0 | $_[0] eq 'output' or $_[0] eq 'write' or $_[0] eq 'log' | |
| 218 | 19 | 1 | 0 | shift() || $self->event_context |
| 298 | 0 | 28 | 0 | shift() || $self->event_context |
| 332 | 0 | 0 | 0 | $child_code || $$_{'callable'} |
| 341 | 0 | 0 | 19 | $is_event || $self->is('on') && $self->name |