| blib/lib/Blockchain/Ethereum/ABI/Type/Int.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 38 | 1 | $self->fixed_length and $bdata->length > $self->fixed_length |
| 40 | 35 | 1 | 2 | $bdata->is_neg and $self->{'signature'} =~ /^uint|bool/u |
| 43 | 12 | 23 | 1 | not $bdata->is_zero || $bdata->is_one and $self->{'signature'} =~ /^bool/u |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 3 | 9 | 24 | $bdata->is_zero || $bdata->is_one |