| line | true | false | branch | 
 
| 66 | 0 | 0 | if (&blessed($error) and $error->isa('Paws::Exception')) { } | 
 
| 82 | 0 | 0 | &blessed($response) ? : | 
 
| 98 | 0 | 0 | if (my $status = $self->matcher($acceptor, $response)) | 
 
| 104 | 0 | 0 | if ($current_state eq 'success') | 
 
| 105 | 0 | 0 | if ($current_state eq 'failure') | 
 
| 111 | 0 | 0 | if ($num_attempts >= $self->maxAttempts) | 
 
| 118 | 0 | 0 | if $self->has_beforeWait | 
 
| 135 | 0 | 0 | if ('HASH' eq ref $response) { } | 
 
| 138 | 0 | 0 | 'Jmespath'->search($acceptor->{'argument'}, $response) eq $acceptor->{'expected'} ? : | 
 
| 148 | 0 | 0 | if ('HASH' eq ref $response and exists $response->{'code'}) { } | 
 
| 150 | 0 | 0 | $response->{'code'} eq $acceptor->{'expected'} ? : | 
 
| 164 | 0 | 0 | unless (ref $result and 'ARRAY' eq ref $result and length $result >= 1) | 
 
| 171 | 0 | 0 | unless $element eq $acceptor->{'expected'} | 
 
| 183 | 0 | 0 | unless (ref $result and 'ARRAY' eq ref $result and length $result >= 1) | 
 
| 190 | 0 | 0 | if $element eq $acceptor->{'expected'} |