| blib/lib/Net/Async/Beanstalk/Send.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 79 | 0 | 0 | 0 | delete $opt{'priority'} || $self->default_priority | 
| 0 | 0 | 0 | delete $opt{'delay'} || $self->default_delay | |
| 0 | 0 | 0 | delete $opt{'ttr'} || $self->default_ttr | |
| 81 | 0 | 0 | 0 | delete $opt{'raw_data'} // $self->encoder->(delete $opt{'data'}) | 
| 0 | 0 | 0 | $job //= delete $opt{'raw_data'} // $self->encoder->(delete $opt{'data'}) | |
| 82 | 0 | 0 | 0 | exists $opt{'raw_data'} or exists $opt{'data'} |