blib/lib/Evo/Promise/Sync.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 22 | 72.7 |
line | true | false | branch |
---|---|---|---|
7 | 0 | 16 | unless @_ <= 2 |
0 | 16 | unless @_ >= 2 | |
8 | 9 | 7 | if $self->called |
10 | 4 | 3 | $self->blocking ? : |
14 | 0 | 16 | unless @_ <= 2 |
0 | 16 | unless @_ >= 2 | |
15 | 9 | 7 | if $self->called |
17 | 5 | 2 | $self->blocking ? : |
21 | 0 | 15 | unless @_ <= 2 |
0 | 15 | unless @_ >= 2 | |
26 | 2 | 13 | unless eval { do { $thenable->then($res, $rej); 1 } } |