| blib/lib/Ethereum/RPC/Contract/ContractTransaction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | if $res and $res =~ /^0x/ |
| 88 | 0 | 0 | if $self->gas |
| 89 | 0 | 0 | if $self->gas_price |
| 90 | 0 | 0 | if $self->max_fee_per_gas |
| 91 | 0 | 0 | if $self->max_priority_fee_per_gas |
| 95 | 0 | 0 | if $res and $res =~ /^0x/ |
| 118 | 0 | 0 | if $transaction->is_failed |
| 129 | 0 | 0 | if $deployed and ref $deployed eq "HASH" |