blib/lib/Ethereum/RPC/Contract/ContractTransaction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | $res and $res =~ /^0x/ |
95 | 0 | 0 | 0 | $res and $res =~ /^0x/ |
122 | 0 | 0 | 0 | $wait_seconds and not $deployed |
0 | 0 | 0 | $wait_seconds and not $deployed and $wait_seconds > 0 | |
129 | 0 | 0 | 0 | $deployed and ref $deployed eq "HASH" |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 0 | $block // "latest" |
62 | 0 | 0 | $res || q[Can't call transaction] |
96 | 0 | 0 | $res || q[Can't send transaction] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | $send_response // $self->send_transaction |