Branch Coverage

blib/lib/Blockchain/Ethereum/ABI/Type/Int.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
64 48 39 if $self->_encoded
66 1 38 unless &looks_like_number(scalar $self->data)
70 0 38 if $bdata->is_nan
72 1 37 if $self->fixed_length and $bdata->length > $self->fixed_length
75 2 35 if $bdata->is_neg and $self->signature =~ /^uint|bool/u
78 1 34 if not $bdata->is_zero || $bdata->is_one and $self->signature =~ /^bool/u
109 59 18 if ($self->signature =~ /[a-z](\d+)/u)