blib/lib/Web/MarketReceipt/Verifier/AppStore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 16 | 43.7 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 2 | if ($password) |
30 | 0 | 2 | if ($exclude_old_transactions) |
43 | 0 | 2 | if ($res_json->{'status'} == 21007) |
58 | 2 | 0 | $res_json->{'status'} == 0 ? : |
1 | 1 | exists $raw_json->{'in_app'} ? : | |
2 | 0 | $res_json->{'status'} == 0 ? : | |
94 | 0 | 0 | if ($res->status != 200) |
102 | 0 | 0 | unless my $res_json = eval { do { $json_driver->decode($res->body) } } |