| blib/lib/Blockchain/Ethereum/Transaction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 22 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 104 | 169 | 0 | 13 | builtin::blessed($_) && $_->isa('Math::BigInt') |
| 32 | 0 | 8 | &looks_like_number($_) && $_ == int $_ | |
| 32 | 0 | 0 | builtin::blessed($_) && $_->isa('Blockchain::Ethereum::Address') |
| line | l | !l | condition |
|---|---|---|---|
| 49 | 18 | 2 | +(shift())->{'to'} // "" |
| 53 | 20 | 0 | +(shift())->{'value'} // "0x0" |
| 57 | 14 | 6 | +(shift())->{'data'} // "" |
| 126 | 13 | 0 | $entry->{'address'} // "" |
| 127 | 13 | 0 | $entry->{'storage_keys'} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 10 | 10 | 0 | $self->{'rlp'} //= "Blockchain::Ethereum::RLP"->new |