| blib/lib/Ethereum/RPC/Contract.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 161 | 0 | 0 | 0 | $params_size and scalar @{$_;} == $params_size |
| 287 | 0 | 0 | 0 | $input_size and $array_size |
| 0 | 0 | 0 | $array_size and $basic_type =~ /^uint|int|fixed/ | |
| 325 | 0 | 0 | 0 | $input_type eq "address" and $param =~ /^0x[0-9A-F]+$/i |
| 0 | 0 | 0 | $input_type =~ /^(u)?(int|bool)(\d+)?/ and &looks_like_number($param) | |
| 331 | 0 | 0 | 0 | $static_array_size and $static_item_size |
| 359 | 0 | 0 | 0 | $static_item_size and $static_array_size |
| line | l | !l | condition |
|---|---|---|---|
| 98 | 0 | 0 | $self->contract_abi // "[]" |
| 421 | 0 | 0 | $from_block // "latest" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 0 | 0 | 0 | $json_input->{'name'} // $json_input->{'type'} |
| 161 | 0 | 0 | 0 | $_ || $params_size |
| 287 | 0 | 0 | 0 | $input_size and $array_size or $array_size and $basic_type =~ /^uint|int|fixed/ |