blib/lib/Net/Async/Beanstalk/Send.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | unless $self->count_commands >= 1 |
38 | 0 | 0 | unless exists $Net::Async::Beanstalk::Send::COMMAND{$cmd} |
42 | 0 | 0 | if $self->count_commands == 1 |
43 | 0 | 0 | defined wantarray ? : |
73 | 0 | 0 | if @_ % 2 |
82 | 0 | 0 | if exists $opt{'raw_data'} or exists $opt{'data'} |
83 | 0 | 0 | if scalar keys %opt |
95 | 0 | 0 | if scalar keys %opt |
97 | 0 | 0 | defined $timeout ? : |
98 | 0 | 0 | if $as_raw |