blib/lib/CryptoTron/JsonHttp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
77 | 0 | 0 | defined $addr ? : |
78 | 0 | 0 | defined $chk ? : |
79 | 0 | 0 | defined $flag ? : |
83 | 0 | 0 | if ($addr ne "") |
84 | 0 | 0 | if ($chk eq "True") |
88 | 0 | 0 | if ($flag eq 'True' and chk_base58_addr($addr) != 1) { } |
0 | 0 | elsif ($flag eq 'False' and chk_hex_addr($addr) != 1) { } | |
108 | 0 | 0 | defined $args->{'OutputFormat'} ? : |
136 | 0 | 0 | if ($outflag eq 'RAW') { } |
197 | 0 | 0 | if ($method eq 'POST') { } |
0 | 0 | elsif ($method eq 'GET') { } | |
206 | 0 | 0 | if ($response->is_success) { } |