Branch Coverage

blib/lib/Blockchain/Ethereum/ABI/Type/Int.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
15 48 39 if $self->_encoded
19 1 38 if $bdata->is_nan
21 1 37 if $self->fixed_length and $bdata->length > $self->fixed_length
24 2 35 if $bdata->is_neg and $self->_signature =~ /^uint|bool/u
27 1 34 if not $bdata->is_zero || $bdata->is_one and $self->_signature =~ /^bool/u
42 59 18 if ($self->_signature =~ /[a-z](\d+)/u)