Condition Coverage

blib/lib/Amazon/SQS/Simple/Base.pm
Criterion Covered Total %
condition 5 19 26.3


and 3 conditions

line !l l&&!r l&&r condition
37 1 0 2 scalar @args >= 2 and $args[0] ne 'UseIAMRole'
64 1 2 0 $self->{'AWSAccessKeyId'} and $self->{'SecretKey'}

or 2 conditions

line l !l condition
79 0 0 shift() || {}
80 0 0 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 3 $self->{'UseIAMRole'} or $self->{'AWSAccessKeyId'} and $self->{'SecretKey'}
91 0 0 0 $params->{'Timestamp'} or $params->{'Expires'}
140 0 0 0 $response->code == 500 or $response->code == 503