blib/lib/Amazon/SQS/Simple/Queue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
127 | 0 | 0 | 0 | ref $message and $message->isa('Amazon::SQS::Simple::Message') |
line | l | !l | condition |
---|---|---|---|
219 | 0 | 0 | $params{'AttributeName'} ||= 'All' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
163 | 0 | 0 | 0 | not defined $timeout or $timeout =~ /\D/ |
0 | 0 | 0 | not defined $timeout or $timeout =~ /\D/ or $timeout < 0 | |
0 | 0 | 0 | not defined $timeout or $timeout =~ /\D/ or $timeout < 0 or $timeout > 43200 |