Condition Coverage

blib/lib/Amazon/SQS/Simple/Queue.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
127 0 0 0 ref $message and $message->isa('Amazon::SQS::Simple::Message')

or 2 conditions

line l !l condition
219 0 0 $params{'AttributeName'} ||= 'All'

or 3 conditions

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