| blib/lib/REFECO/Blockchain/Contract/Solidity/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/ | 
| 27 | 1 | 34 | if not $bdata->is_zero || $bdata->is_one and $self->signature =~ /^bool/ | 
| 42 | 59 | 18 | if ($self->signature =~ /[a-z](\d+)/) |