Branch Coverage

blib/lib/WebService/Xero/Agent/PublicApplication.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
98 0 0 if ($res->is_success) { }
102 0 0 if ($response =~ /oauth_token=([^&]+)&oauth_token_secret=([^&]+)&oauth_callback_confirmed=true/m)
150 0 0 if (defined $stored_token_secret) { }
170 0 0 unless $access->verify
173 0 0 if ($res->is_success) { }
176 0 0 if ($x =~ /oauth_token=([^\&]+)\&oauth_token_secret=([^\&]+)\&oauth_expires_in=(\d+)\&xero_org_muid=(.*)$/m) { }