| blib/lib/Promises/Deferred.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 126 | 6 | 7 | 8 | $p and builtin::blessed($p) |
| 13 | 0 | 8 | $p and builtin::blessed($p) and $p->can("then") | |
| 183 | 143 | 172 | 33 | @results == 1 and builtin::blessed($results[0]) |
| 315 | 0 | 33 | @results == 1 and builtin::blessed($results[0]) and $results[0]->can("then") | |
| 207 | 586 | 30 | 100 | $self->is_rejected && @$cbs |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 646 | 6 | 26 | ref $_ && builtin::reftype($_) eq 'CODE' || builtin::blessed($_) && $_->can('()') |