Branch Coverage

blib/lib/Blockchain/Ethereum/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]+)$/u
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) { }