| blib/lib/Blockchain/Ethereum/Transaction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 73 | 44 | if exists $args{$_} |
| 104 | 0 | 32 | builtin::blessed($_) && $_->isa('Blockchain::Ethereum::Address') ? : |
| 8 | 32 | &looks_like_number($_) && $_ == int $_ ? : | |
| 129 | 40 | /^0x/iu ? : | |
| 13 | 169 | builtin::blessed($_) && $_->isa('Math::BigInt') ? : | |
| 0 | 182 | if (not defined $_) { } | |
| 121 | 12 | 9 | unless @$access_list |