blib/lib/Amazon/SQS/Simple/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 19 | 26.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 1 | 0 | 2 | scalar @args >= 2 and $args[0] ne 'UseIAMRole' |
63 | 1 | 2 | 0 | $self->{'AWSAccessKeyId'} and $self->{'SecretKey'} |
line | l | !l | condition |
---|---|---|---|
78 | 0 | 0 | shift() || {} |
79 | 0 | 0 | shift() || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 0 | 0 | 3 | $self->{'UseIAMRole'} or $self->{'AWSAccessKeyId'} and $self->{'SecretKey'} |
90 | 0 | 0 | 0 | $params->{'Timestamp'} or $params->{'Expires'} |
142 | 0 | 0 | 0 | $response->code == 500 or $response->code == 503 |