Branch Coverage

blib/lib/PawsX/Waiter/Client.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
54 0 0 if (&blessed($error) and $error->isa('Paws::Exception')) { }
70 0 0 &blessed($response) ? :
89 0 0 if (my $status = $self->matcher($acceptor, $response))
95 0 0 if ($current_state eq 'success')
96 0 0 if ($current_state eq 'failure')
103 0 0 if ($num_attempts >= $max_attempts)
126 0 0 if ('HASH' eq ref $response) { }
129 0 0 'Jmespath'->search($acceptor->{'argument'}, $response) eq $acceptor->{'expected'} ? :
139 0 0 if ('HASH' eq ref $response and exists $response->{'code'}) { }
141 0 0 $response->{'code'} eq $acceptor->{'expected'} ? :
155 0 0 unless (ref $result and 'ARRAY' eq ref $result and length $result >= 1)
162 0 0 unless $element eq $acceptor->{'expected'}
174 0 0 unless (ref $result and 'ARRAY' eq ref $result and length $result >= 1)
181 0 0 if $element eq $acceptor->{'expected'}