Branch Coverage

blib/lib/Amazon/SQS/Simple/Queue.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
52 0 0 if (ref $messages eq 'ARRAY')
61 0 0 if ($i == 10)
78 0 0 if (wantarray) { }
96 0 0 if (defined $href->{'ReceiveMessageResult'}{'Message'})
105 0 0 if (wantarray) { }
0 0 elsif (@messages) { }
127 0 0 if (ref $message and $message->isa('Amazon::SQS::Simple::Message')) { }
142 0 0 unless @$messages
148 0 0 if ($i > 10)
163 0 0 if (not defined $timeout or $timeout =~ /\D/ or $timeout < 0 or $timeout > 43200)
183 0 0 unless $account_id =~ /^\d{12}$/
186 0 0 if (UNIVERSAL::isa($actions, 'ARRAY')) { }
192 0 0 unless exists $valid_permission_actions{$action}
223 0 0 if ($href->{'GetQueueAttributesResult'})