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 |
---|---|---|---|---|
22 | 0 | 37 | 1 | $self->fixed_length and $bdata->length > $self->fixed_length |
25 | 35 | 0 | 2 | $bdata->is_neg and $self->signature =~ /^uint|bool/u |
28 | 12 | 22 | 1 | not $bdata->is_zero || $bdata->is_one and $self->signature =~ /^bool/u |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 3 | 9 | 23 | $bdata->is_zero || $bdata->is_one |