Branch Coverage

blib/lib/Business/GoCardless/Pro.pm
Criterion Covered Total %
branch 22 40 55.0


line true false branch
313 0 1 $webhook->has_legacy_data ? :
332 1 4 if (keys %{$filters;})
342 0 0 $info ? :
5 0 wantarray ? :
440 0 27 $params{'user'}{$_} ? :
450 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'} ? :
497 3 0 if (my $RedirectFlow = $self->client->_confirm_redirect_flow($r_flow_id))
501 1 2 if ($type =~ /bill|payment/i) { }
1 1 elsif ($type =~ /pre_auth/i) { }
1 0 elsif ($type =~ /subscription/i) { }