Condition Coverage

blib/lib/Wasm/Wasmtime/Module/Exports.pm
Criterion Covered Total %
condition 2 3 66.6


or 3 conditions

line l !l&&r !l&&!r condition
33 19 38 0 $module->{'exports'} ||= do { my(@exports) = $module->_exports; my %exports; foreach my $export (@exports) { $exports{$export->name} = $export->type; } ; &Hash::Util::lock_hash(\%exports); \%exports }