Condition Coverage

blib/lib/Blockchain/Ethereum/ABI/Type/Int.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

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/u
27 12 22 1 not $bdata->is_zero || $bdata->is_one and $self->_signature =~ /^bool/u

or 3 conditions

line l !l&&r !l&&!r condition
27 3 9 23 $bdata->is_zero || $bdata->is_one