Click here for information about interpreting this report.
| Filename | Function Coverage | Line Coverage | Region Coverage | Branch Coverage |
core/decoding/decoder.rs | 100.00% (29/29) | 100.00% (183/183) | 99.71% (342/343) | - (0/0) |
core/decoding/error.rs | 100.00% (1/1) | 19.23% (5/26) | 10.61% (7/66) | - (0/0) |
core/decoding/modules/code_section.rs | 85.71% (6/7) | 90.48% (38/42) | 91.94% (57/62) | - (0/0) |
core/decoding/modules/custom_section.rs | 100.00% (1/1) | 100.00% (20/20) | 94.29% (33/35) | - (0/0) |
core/decoding/modules/element_section.rs | 100.00% (1/1) | 85.71% (6/7) | 80.00% (8/10) | - (0/0) |
core/decoding/modules/indices.rs | 90.00% (9/10) | 89.47% (34/38) | 88.89% (64/72) | - (0/0) |
core/decoding/modules/sections.rs | 100.00% (4/4) | 97.87% (46/47) | 98.53% (67/68) | - (0/0) |
core/decoding/types.rs | 100.00% (10/10) | 100.00% (73/73) | 97.58% (121/124) | - (0/0) |
core/decoding/values.rs | 100.00% (14/14) | 83.79% (212/253) | 77.02% (305/396) | - (0/0) |
core/fixed_capacity_vec.rs | 75.86% (22/29) | 77.50% (124/160) | 76.23% (186/244) | - (0/0) |
core/rw_spinlock.rs | 88.89% (8/9) | 86.15% (56/65) | 87.65% (71/81) | - (0/0) |
core/structure/import_subtyping.rs | 66.67% (2/3) | 88.00% (22/25) | 85.71% (30/35) | - (0/0) |
core/structure/modules/data_segments.rs | 0.00% (0/1) | 0.00% (0/5) | 0.00% (0/7) | - (0/0) |
core/structure/modules/element_segments.rs | 100.00% (4/4) | 100.00% (18/18) | 100.00% (25/25) | - (0/0) |
core/structure/modules/indices.rs | 75.61% (31/41) | 78.77% (141/179) | 78.67% (166/211) | - (0/0) |
core/structure/types.rs | 66.67% (4/6) | 66.67% (24/36) | 53.33% (24/45) | - (0/0) |
core/utils.rs | 100.00% (1/1) | 100.00% (3/3) | 100.00% (5/5) | - (0/0) |
execution/assert_validated.rs | 66.67% (2/3) | 75.00% (6/8) | 81.82% (9/11) | - (0/0) |
execution/config.rs | 100.00% (6/6) | 100.00% (16/16) | 100.00% (17/17) | - (0/0) |
execution/error.rs | 100.00% (3/3) | 23.40% (11/47) | 12.82% (15/117) | - (0/0) |
execution/instructions/const_interpreter_loop.rs | 100.00% (12/12) | 91.74% (100/109) | 88.21% (172/195) | - (0/0) |
execution/instructions/control.rs | 100.00% (15/15) | 95.83% (230/240) | 96.70% (293/303) | - (0/0) |
execution/instructions/dispatch/loop_call.rs | 100.00% (6/6) | 96.57% (169/175) | 94.80% (164/173) | - (0/0) |
execution/instructions/dispatch/loop_match.rs | 0.00% (0/1) | 0.00% (0/43) | 0.00% (0/67) | - (0/0) |
execution/instructions/dispatch/mod.rs | 100.00% (1/1) | 87.50% (7/8) | 66.67% (6/9) | - (0/0) |
execution/instructions/memory.rs | 100.00% (63/63) | 90.34% (1047/1159) | 89.54% (2320/2591) | - (0/0) |
execution/instructions/mod.rs | 100.00% (14/14) | 100.00% (133/133) | 99.49% (194/195) | - (0/0) |
execution/instructions/numeric.rs | 100.00% (140/140) | 100.00% (1608/1608) | 95.52% (2985/3125) | - (0/0) |
execution/instructions/parametric.rs | 100.00% (4/4) | 100.00% (32/32) | 92.98% (53/57) | - (0/0) |
execution/instructions/reference.rs | 100.00% (3/3) | 100.00% (29/29) | 93.88% (46/49) | - (0/0) |
execution/instructions/table.rs | 100.00% (9/9) | 80.93% (208/257) | 88.43% (344/389) | - (0/0) |
execution/instructions/variable.rs | 100.00% (5/5) | 100.00% (41/41) | 97.47% (77/79) | - (0/0) |
execution/instructions/vector.rs | 100.00% (410/410) | 100.00% (3736/3736) | 96.73% (6322/6536) | - (0/0) |
execution/numerics/representations.rs | 100.00% (6/6) | 100.00% (18/18) | 100.00% (22/22) | - (0/0) |
execution/resumable.rs | 25.00% (1/4) | 16.67% (3/18) | 15.79% (3/19) | - (0/0) |
execution/runtime_structure/addresses.rs | 73.08% (19/26) | 79.63% (86/108) | 81.41% (127/156) | - (0/0) |
execution/runtime_structure/data_instances.rs | 0.00% (0/1) | 0.00% (0/3) | 0.00% (0/5) | - (0/0) |
execution/runtime_structure/element_instances.rs | 100.00% (1/1) | 100.00% (3/3) | 100.00% (4/4) | - (0/0) |
execution/runtime_structure/external_values.rs | 100.00% (13/13) | 98.25% (56/57) | 97.53% (79/81) | - (0/0) |
execution/runtime_structure/function_instances.rs | 100.00% (1/1) | 100.00% (5/5) | 100.00% (7/7) | - (0/0) |
execution/runtime_structure/memory_instances/linear_memory.rs | 94.29% (33/35) | 96.01% (289/301) | 93.96% (482/513) | - (0/0) |
execution/runtime_structure/memory_instances/mod.rs | 100.00% (5/5) | 97.83% (45/46) | 97.33% (73/75) | - (0/0) |
execution/runtime_structure/memory_instances/shared_linear_memory.rs | 90.91% (50/55) | 94.27% (494/524) | 93.70% (818/873) | - (0/0) |
execution/runtime_structure/store.rs | 81.82% (45/55) | 82.84% (613/740) | 79.60% (749/941) | - (0/0) |
execution/runtime_structure/table_instances.rs | 100.00% (3/3) | 87.50% (21/24) | 86.67% (39/45) | - (0/0) |
execution/runtime_structure/value_stack.rs | 100.00% (17/17) | 97.69% (169/173) | 97.41% (226/232) | - (0/0) |
execution/runtime_structure/values.rs | 94.19% (81/86) | 93.44% (356/381) | 92.79% (425/458) | - (0/0) |
lib.rs | 100.00% (4/4) | 100.00% (16/16) | 100.00% (24/24) | - (0/0) |
validation/config.rs | 100.00% (1/1) | 100.00% (1/1) | 100.00% (2/2) | - (0/0) |
validation/error.rs | 75.00% (3/4) | 20.00% (13/65) | 7.19% (11/153) | - (0/0) |
validation/instructions/constant_expressions.rs | 100.00% (1/1) | 93.10% (54/58) | 91.58% (87/95) | - (0/0) |
validation/instructions/expressions.rs | 100.00% (7/7) | 98.11% (987/1006) | 92.33% (2154/2333) | - (0/0) |
validation/mod.rs | 96.88% (31/32) | 97.87% (276/282) | 94.85% (442/466) | - (0/0) |
validation/modules/data_segments.rs | 100.00% (1/1) | 94.55% (52/55) | 84.93% (62/73) | - (0/0) |
validation/modules/element_segments.rs | 100.00% (6/6) | 93.48% (172/184) | 91.50% (226/247) | - (0/0) |
validation/modules/exports.rs | 100.00% (3/3) | 83.72% (36/43) | 79.45% (58/73) | - (0/0) |
validation/modules/functions.rs | 100.00% (2/2) | 98.18% (54/55) | 96.15% (75/78) | - (0/0) |
validation/modules/globals.rs | 100.00% (1/1) | 100.00% (14/14) | 100.00% (24/24) | - (0/0) |
validation/modules/imports.rs | 100.00% (4/4) | 100.00% (37/37) | 95.00% (57/60) | - (0/0) |
validation/modules/indices.rs | 100.00% (15/15) | 100.00% (103/103) | 95.35% (123/129) | - (0/0) |
validation/types.rs | 100.00% (6/6) | 98.65% (73/74) | 93.88% (92/98) | - (0/0) |
validation/validation_stack.rs | 100.00% (34/34) | 100.00% (413/413) | 99.44% (536/539) | - (0/0) |
Totals | 95.29% (1234/1295) | 94.20% (12837/13628) | 91.46% (21555/23567) | - (0/0) |