Branch Coverage

blib/lib/WebService/PayPal/PaymentsAdvanced/Error/HTTP.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
19 0 6 unless $response
26 1 5 if (($response->header('Client-Warning') || '') eq 'Internal response') { }
1 4 elsif (my $died_header = $response->header('X-Died')) { }
1 3 elsif (my $aborted_header = $response->header('Client-Aborted')) { }