blib/lib/Evented/Object/EventFire.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 24 | 37.5 |
line | true | false | branch |
---|---|---|---|
42 | 0 | 0 | unless (length $cb_name) |
44 | 0 | 0 | unless $fire->{$props}{'complete'} |
49 | 0 | 0 | unless my $cb_id = $fire->_cb_id($cb_name) |
60 | 0 | 2 | unless (length $cb_name) |
65 | 0 | 2 | unless my $cb_id = $fire->_cb_id($cb_name) |
75 | 0 | 1 | unless length $cb_name |
78 | 0 | 1 | unless my $cb_id = $fire->_cb_id($cb_name) |
90 | 0 | 0 | unless my $cb_id = $fire->_cb_id($cb_name) |
135 | 0 | 1 | if (ref $data eq 'HASH') |
136 | 0 | 0 | if defined $key_maybe |
147 | 2 | 1 | if (ref $data eq 'HASH') |
148 | 1 | 1 | if defined $key_maybe |