blib/lib/Blockchain/Ethereum/ABI/Type/Bytes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
60 | 16 | 12 | if $self->_encoded |
62 | 0 | 12 | unless $self->data =~ /^(?:0x|0X)?([a-fA-F0-9]+)$/u |
67 | 6 | 6 | if ($self->fixed_length) { } |
72 | 0 | 6 | if $self->fixed_length and $data_length != $self->fixed_length |
102 | 5 | 4 | if ($self->fixed_length) { } |