blib/lib/Wasm/Wasmtime/Module/Imports.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 3 | 33.3 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
33 | 0 | 44 | 0 | $module->{'imports'} ||= do { my(@imports) = $module->_imports; my %imports; foreach my $export (@imports) { $imports{$export->name} = $export->type; }; &Hash::Util::lock_hash(\%imports); \%imports } |