Branch Coverage

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


line true false branch
16 48 39 if $self->encoded
20 1 38 if $bdata->is_nan
22 1 37 if $self->fixed_length and $bdata->length > $self->fixed_length
25 2 35 if $bdata->is_neg and $self->signature =~ /^uint|bool/u
28 1 34 if not $bdata->is_zero || $bdata->is_one and $self->signature =~ /^bool/u
43 59 18 if ($self->signature =~ /[a-z](\d+)/u)