| blib/lib/REFECO/Blockchain/Contract/Solidity/ABI/Type/Int.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 12 | 83.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 21 | 0 | 37 | 1 | $self->fixed_length and $bdata->length > $self->fixed_length | 
| 24 | 35 | 0 | 2 | $bdata->is_neg and $self->signature =~ /^uint|bool/ | 
| 27 | 12 | 22 | 1 | not $bdata->is_zero || $bdata->is_one and $self->signature =~ /^bool/ | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 27 | 3 | 9 | 23 | $bdata->is_zero || $bdata->is_one |