blib/lib/Promises/Deferred.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 18 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
126 | 0 | 3 | 0 | $p and &blessed($p) |
3 | 0 | 0 | $p and &blessed($p) and $p->can('then') | |
183 | 33 | 57 | 17 | @results == 1 and &blessed($results[0]) |
90 | 0 | 17 | @results == 1 and &blessed($results[0]) and $results[0]->can('then') | |
207 | 206 | 15 | 21 | $self->is_rejected && @$cbs |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 157 | 0 | 1 | ref $_ && &reftype($_) eq 'CODE' || &blessed($_) && $_->can('()') |