Branch Coverage

blib/lib/Business/GoCardless/Pro.pm
Criterion Covered Total %
branch 24 42 57.1


line true false branch
326 0 1 $webhook->has_legacy_data ? :
366 1 5 if (keys %{$filters;})
385 1 9 $endpoint eq 'webhooks' ? :
388 0 0 $info ? :
6 0 wantarray ? :
486 0 27 $params{'user'}{$_} ? :
496 0 3 $params{'scheme'} ? :
3 0 $params{'description'} // $params{'name'} ? :
0 3 $params{'user'}{'billing_address1'} ? :
0 3 $params{'user'}{'billing_address2'} ? :
0 3 $params{'user'}{'billing_address3'} ? :
0 3 $params{'user'}{'billing_town'} ? :
0 3 $params{'user'}{'billing_postcode'} ? :
0 3 $params{'user'}{'last_name'} ? :
0 3 $params{'user'}{'first_name'} ? :
0 3 $params{'prefilled_customer'} ? :
0 3 $params{'links'}{'creditor'} ? :
543 3 0 if (my $RedirectFlow = $self->client->_confirm_redirect_flow($r_flow_id))
547 1 2 if ($type =~ /bill|payment/i) { }
1 1 elsif ($type =~ /pre_auth/i) { }
1 0 elsif ($type =~ /subscription/i) { }