| blib/lib/REFECO/Blockchain/Contract/Solidity/ABI/Type/Bytes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 16 | 12 | if $self->encoded |
| 14 | 0 | 12 | unless $self->data =~ /^(?:0x|0X)?([a-fA-F0-9]+)$/ |
| 19 | 6 | 6 | if ($self->fixed_length) { } |
| 24 | 0 | 6 | if $self->fixed_length and $data_length != $self->fixed_length |
| 38 | 5 | 4 | if ($self->fixed_length) { } |