Click here for information about interpreting this report.
| Filename | Function Coverage | Line Coverage | Region Coverage | Branch Coverage |
api_docs.rs | 100.00% (5/5) | 100.00% (39/39) | 100.00% (42/42) | - (0/0) |
backend/compiler.rs | 87.50% (14/16) | 88.98% (113/127) | 80.20% (158/197) | - (0/0) |
backend/module_loader.rs | 92.86% (26/28) | 94.19% (243/258) | 89.64% (424/473) | - (0/0) |
backend/module_resolver.rs | 90.00% (27/30) | 90.29% (279/309) | 86.14% (404/469) | - (0/0) |
backend/transpiler/actors.rs | 45.45% (5/11) | 52.58% (51/97) | 52.55% (72/137) | - (0/0) |
backend/transpiler/codegen_minimal.rs | 50.00% (16/32) | 33.82% (93/275) | 34.72% (183/527) | - (0/0) |
backend/transpiler/dataframe.rs | 68.75% (22/32) | 64.80% (232/358) | 69.52% (406/584) | - (0/0) |
backend/transpiler/dataframe_helpers.rs | 100.00% (1/1) | 100.00% (3/3) | 100.00% (4/4) | - (0/0) |
backend/transpiler/dispatcher.rs | 50.91% (28/55) | 45.31% (222/490) | 47.94% (512/1068) | - (0/0) |
backend/transpiler/expressions.rs | 84.00% (63/75) | 78.53% (523/666) | 81.08% (1097/1353) | - (0/0) |
backend/transpiler/method_call_refactored.rs | 100.00% (23/23) | 89.36% (252/282) | 91.26% (564/618) | - (0/0) |
backend/transpiler/mod.rs | 76.32% (29/38) | 56.76% (277/488) | 64.21% (506/788) | - (0/0) |
backend/transpiler/patterns.rs | 89.19% (33/37) | 92.06% (406/441) | 89.87% (674/750) | - (0/0) |
backend/transpiler/result_type.rs | 50.00% (5/10) | 51.11% (46/90) | 55.49% (96/173) | - (0/0) |
backend/transpiler/statements.rs | 52.11% (74/142) | 49.14% (802/1632) | 51.40% (1504/2926) | - (0/0) |
backend/transpiler/type_conversion_refactored.rs | 80.00% (12/15) | 56.64% (81/143) | 54.81% (148/270) | - (0/0) |
backend/transpiler/type_inference.rs | 93.88% (46/49) | 68.83% (254/369) | 65.20% (519/796) | - (0/0) |
backend/transpiler/types.rs | 32.56% (14/43) | 39.55% (140/354) | 32.40% (196/605) | - (0/0) |
backend/wasm/debug.rs | 100.00% (1/1) | 88.00% (22/25) | 89.80% (44/49) | - (0/0) |
backend/wasm/mod.rs | 56.67% (17/30) | 32.80% (124/378) | 27.94% (214/766) | - (0/0) |
cli/mod.rs | 60.00% (33/55) | 64.04% (260/406) | 55.72% (341/612) | - (0/0) |
error_recovery_enhanced.rs | 97.14% (34/35) | 92.25% (262/284) | 89.01% (421/473) | - (0/0) |
frontend/arena.rs | 73.91% (17/23) | 84.80% (106/125) | 90.59% (183/202) | - (0/0) |
frontend/ast.rs | 79.49% (31/39) | 84.58% (521/616) | 80.35% (687/855) | - (0/0) |
frontend/diagnostics.rs | 85.71% (12/14) | 63.44% (118/186) | 75.59% (223/295) | - (0/0) |
frontend/error_recovery.rs | 77.78% (28/36) | 62.41% (347/556) | 63.98% (556/869) | - (0/0) |
frontend/lexer.rs | 73.91% (17/23) | 63.82% (97/152) | 65.31% (160/245) | - (0/0) |
frontend/mod.rs | 96.55% (28/29) | 92.34% (241/261) | 90.10% (528/586) | - (0/0) |
frontend/parser/actors.rs | 7.69% (1/13) | 3.03% (4/132) | 3.03% (8/264) | - (0/0) |
frontend/parser/collections.rs | 34.62% (18/52) | 26.53% (134/505) | 28.80% (250/868) | - (0/0) |
frontend/parser/core.rs | 60.00% (3/5) | 82.35% (28/34) | 83.33% (40/48) | - (0/0) |
frontend/parser/expressions.rs | 55.41% (87/157) | 51.36% (867/1688) | 47.46% (1451/3057) | - (0/0) |
frontend/parser/functions.rs | 43.48% (10/23) | 35.80% (116/324) | 37.97% (172/453) | - (0/0) |
frontend/parser/mod.rs | 84.85% (56/66) | 82.15% (543/661) | 80.11% (910/1136) | - (0/0) |
frontend/parser/operator_precedence.rs | 62.50% (5/8) | 54.10% (33/61) | 65.88% (56/85) | - (0/0) |
frontend/parser/types.rs | 100.00% (1/1) | 96.15% (25/26) | 86.67% (39/45) | - (0/0) |
frontend/parser/utils.rs | 34.78% (24/69) | 24.79% (175/706) | 25.89% (320/1236) | - (0/0) |
lib.rs | 86.25% (69/80) | 77.69% (397/511) | 72.01% (764/1061) | - (0/0) |
lints/mod.rs | 92.86% (39/42) | 97.38% (334/343) | 98.38% (545/554) | - (0/0) |
middleend/environment.rs | 100.00% (26/26) | 97.37% (222/228) | 96.13% (422/439) | - (0/0) |
middleend/infer.rs | 46.39% (45/97) | 33.10% (374/1130) | 29.50% (736/2495) | - (0/0) |
middleend/mir/builder.rs | 67.74% (21/31) | 70.04% (173/247) | 76.37% (278/364) | - (0/0) |
middleend/mir/lower.rs | 65.22% (15/23) | 61.21% (172/281) | 57.83% (325/562) | - (0/0) |
middleend/mir/optimize.rs | 9.76% (4/41) | 2.31% (8/346) | 1.36% (8/590) | - (0/0) |
middleend/mir/types.rs | 100.00% (35/35) | 95.34% (307/322) | 90.68% (477/526) | - (0/0) |
middleend/types.rs | 80.00% (16/20) | 61.90% (117/189) | 55.87% (214/383) | - (0/0) |
middleend/unify.rs | 76.19% (16/21) | 77.62% (111/143) | 72.67% (250/344) | - (0/0) |
notebook/mod.rs | 100.00% (3/3) | 100.00% (11/11) | 100.00% (8/8) | - (0/0) |
notebook/server.rs | 0.00% (0/10) | 0.00% (0/63) | 0.00% (0/78) | - (0/0) |
notebook/testing/anticheat.rs | 0.00% (0/31) | 0.00% (0/256) | 0.00% (0/407) | - (0/0) |
notebook/testing/complexity.rs | 0.00% (0/18) | 0.00% (0/183) | 0.00% (0/282) | - (0/0) |
notebook/testing/coverage.rs | 0.00% (0/5) | 0.00% (0/24) | 0.00% (0/15) | - (0/0) |
notebook/testing/differential.rs | 0.00% (0/8) | 0.00% (0/102) | 0.00% (0/129) | - (0/0) |
notebook/testing/educational.rs | 0.00% (0/22) | 0.00% (0/143) | 0.00% (0/179) | - (0/0) |
notebook/testing/formal.rs | 0.00% (0/10) | 0.00% (0/118) | 0.00% (0/119) | - (0/0) |
notebook/testing/golden.rs | 0.00% (0/6) | 0.00% (0/30) | 0.00% (0/51) | - (0/0) |
notebook/testing/grading.rs | 0.00% (0/13) | 0.00% (0/148) | 0.00% (0/189) | - (0/0) |
notebook/testing/incremental.rs | 0.00% (0/35) | 0.00% (0/314) | 0.00% (0/560) | - (0/0) |
notebook/testing/integration.rs | 0.00% (0/22) | 0.00% (0/141) | 0.00% (0/200) | - (0/0) |
notebook/testing/migration.rs | 75.93% (41/54) | 71.79% (308/429) | 71.91% (507/705) | - (0/0) |
notebook/testing/mod.rs | 0.00% (0/1) | 0.00% (0/4) | 0.00% (0/8) | - (0/0) |
notebook/testing/mutation.rs | 0.00% (0/15) | 0.00% (0/211) | 0.00% (0/303) | - (0/0) |
notebook/testing/performance.rs | 0.00% (0/46) | 0.00% (0/297) | 0.00% (0/383) | - (0/0) |
notebook/testing/progressive.rs | 0.00% (0/31) | 0.00% (0/231) | 0.00% (0/344) | - (0/0) |
notebook/testing/property.rs | 96.67% (29/30) | 93.58% (248/265) | 92.34% (398/431) | - (0/0) |
notebook/testing/sandbox.rs | 0.00% (0/38) | 0.00% (0/354) | 0.00% (0/574) | - (0/0) |
notebook/testing/smt.rs | 0.00% (0/25) | 0.00% (0/280) | 0.00% (0/387) | - (0/0) |
notebook/testing/state.rs | 0.00% (0/6) | 0.00% (0/21) | 0.00% (0/25) | - (0/0) |
notebook/testing/tester.rs | 9.52% (2/21) | 7.10% (12/169) | 5.42% (13/240) | - (0/0) |
notebook/testing/tutorial.rs | 0.00% (0/28) | 0.00% (0/176) | 0.00% (0/279) | - (0/0) |
notebook/testing/types.rs | 28.57% (2/7) | 40.00% (14/35) | 21.88% (7/32) | - (0/0) |
parser/error_recovery.rs | 54.17% (13/24) | 47.89% (125/261) | 55.56% (155/279) | - (0/0) |
parser/mod.rs | 100.00% (2/2) | 100.00% (4/4) | 100.00% (4/4) | - (0/0) |
performance_optimizations.rs | 81.82% (27/33) | 87.86% (181/206) | 91.41% (330/361) | - (0/0) |
proving/counterexample.rs | 40.62% (13/32) | 32.47% (88/271) | 30.37% (157/517) | - (0/0) |
proving/prover.rs | 96.36% (53/55) | 92.11% (315/342) | 92.81% (581/626) | - (0/0) |
proving/refinement.rs | 23.33% (7/30) | 24.88% (54/217) | 26.65% (85/319) | - (0/0) |
proving/smt.rs | 25.00% (7/28) | 19.46% (36/185) | 16.61% (50/301) | - (0/0) |
proving/tactics.rs | 8.00% (4/50) | 12.25% (25/204) | 19.28% (75/389) | - (0/0) |
proving/verification.rs | 100.00% (58/58) | 96.03% (557/580) | 96.62% (943/976) | - (0/0) |
quality/coverage.rs | 58.62% (17/29) | 59.86% (170/284) | 64.22% (219/341) | - (0/0) |
quality/enforcement.rs | 100.00% (43/43) | 94.81% (475/501) | 91.58% (816/891) | - (0/0) |
quality/formatter.rs | 16.67% (1/6) | 2.38% (2/84) | 1.13% (2/177) | - (0/0) |
quality/gates.rs | 100.00% (26/26) | 89.76% (342/381) | 90.79% (414/456) | - (0/0) |
quality/instrumentation.rs | 90.48% (19/21) | 77.46% (134/173) | 76.74% (264/344) | - (0/0) |
quality/linter.rs | 94.81% (146/154) | 94.16% (1064/1130) | 94.58% (2043/2160) | - (0/0) |
quality/mod.rs | 83.33% (40/48) | 76.77% (337/439) | 66.49% (367/552) | - (0/0) |
quality/ruchy_coverage.rs | 4.76% (1/21) | 0.91% (2/220) | 0.51% (2/396) | - (0/0) |
quality/scoring.rs | 23.29% (17/73) | 17.74% (165/930) | 13.98% (197/1409) | - (0/0) |
runtime/actor.rs | 38.64% (17/44) | 54.76% (161/294) | 54.88% (242/441) | - (0/0) |
runtime/assessment.rs | 29.73% (11/37) | 24.12% (96/398) | 16.97% (92/542) | - (0/0) |
runtime/binary_ops.rs | 4.76% (1/21) | 1.18% (2/170) | 0.56% (2/356) | - (0/0) |
runtime/cache.rs | 69.70% (23/33) | 78.57% (154/196) | 81.85% (275/336) | - (0/0) |
runtime/completion.rs | 53.70% (29/54) | 50.11% (229/457) | 54.02% (450/833) | - (0/0) |
runtime/dataflow_debugger.rs | 28.57% (12/42) | 22.35% (80/358) | 17.38% (98/564) | - (0/0) |
runtime/dataflow_ui.rs | 83.51% (81/97) | 81.40% (827/1016) | 79.28% (1255/1583) | - (0/0) |
runtime/deterministic.rs | 63.16% (12/19) | 72.97% (135/185) | 81.93% (263/321) | - (0/0) |
runtime/grammar_coverage.rs | 83.33% (15/18) | 73.25% (178/243) | 81.55% (336/412) | - (0/0) |
runtime/inspect.rs | 63.33% (19/30) | 62.27% (137/220) | 51.78% (204/394) | - (0/0) |
runtime/interpreter.rs | 64.65% (192/297) | 59.22% (2233/3771) | 54.80% (3437/6272) | - (0/0) |
runtime/lazy.rs | 64.52% (20/31) | 67.44% (145/215) | 69.21% (218/315) | - (0/0) |
runtime/magic.rs | 20.34% (12/59) | 30.98% (136/439) | 44.95% (414/921) | - (0/0) |
runtime/mod.rs | 85.00% (17/20) | 85.19% (115/135) | 84.50% (327/387) | - (0/0) |
runtime/observatory.rs | 65.38% (68/104) | 71.87% (608/846) | 73.36% (892/1216) | - (0/0) |
runtime/observatory_ui.rs | 78.35% (76/97) | 66.63% (569/854) | 60.66% (851/1403) | - (0/0) |
runtime/pattern_matching.rs | 19.05% (4/21) | 9.09% (15/165) | 6.61% (23/348) | - (0/0) |
runtime/repl.rs | 17.83% (102/572) | 14.00% (996/7114) | 11.77% (1544/13119) | - (0/0) |
runtime/repl_recording.rs | 57.14% (4/7) | 23.90% (38/159) | 24.62% (65/264) | - (0/0) |
runtime/replay.rs | 52.63% (10/19) | 54.95% (100/182) | 53.27% (106/199) | - (0/0) |
runtime/replay_converter.rs | 68.42% (13/19) | 71.50% (296/414) | 69.08% (400/579) | - (0/0) |
runtime/safe_arena.rs | 100.00% (28/28) | 99.51% (205/206) | 99.74% (388/389) | - (0/0) |
runtime/transaction.rs | 44.44% (16/36) | 61.22% (120/196) | 68.00% (221/325) | - (0/0) |
testing/ast_builder.rs | 35.56% (16/45) | 37.33% (134/359) | 54.04% (174/322) | - (0/0) |
testing/generators.rs | 100.00% (38/38) | 98.60% (281/285) | 97.47% (385/395) | - (0/0) |
testing/harness.rs | 78.38% (29/37) | 84.68% (210/248) | 83.46% (333/399) | - (0/0) |
testing/properties.rs | 66.67% (8/12) | 50.00% (64/128) | 48.77% (99/203) | - (0/0) |
testing/snapshot.rs | 50.00% (9/18) | 36.36% (64/176) | 37.36% (99/265) | - (0/0) |
transpiler/canonical_ast.rs | 73.68% (14/19) | 58.13% (118/203) | 56.59% (206/364) | - (0/0) |
transpiler/provenance.rs | 88.24% (15/17) | 80.60% (162/201) | 80.43% (189/235) | - (0/0) |
transpiler/reference_interpreter.rs | 62.50% (10/16) | 32.85% (68/207) | 35.83% (134/374) | - (0/0) |
utils/common_patterns.rs | 97.35% (110/113) | 98.15% (636/648) | 97.37% (1148/1179) | - (0/0) |
utils/mod.rs | 100.00% (22/22) | 100.00% (141/141) | 99.65% (281/282) | - (0/0) |
wasm/component.rs | 3.12% (1/32) | 0.82% (2/245) | 0.70% (2/286) | - (0/0) |
wasm/demo_converter.rs | 64.29% (9/14) | 74.80% (95/127) | 73.75% (177/240) | - (0/0) |
wasm/deployment.rs | 3.85% (1/26) | 0.80% (2/251) | 0.77% (2/261) | - (0/0) |
wasm/mod.rs | 100.00% (1/1) | 100.00% (4/4) | 100.00% (4/4) | - (0/0) |
wasm/notebook.rs | 4.95% (11/222) | 7.97% (155/1944) | 4.69% (137/2918) | - (0/0) |
wasm/portability.rs | 73.91% (51/69) | 74.95% (709/946) | 73.07% (1015/1389) | - (0/0) |
wasm/repl.rs | 55.56% (10/18) | 41.88% (49/117) | 42.48% (65/153) | - (0/0) |
wasm/shared_session.rs | 4.92% (3/61) | 6.15% (28/455) | 2.71% (20/739) | - (0/0) |
wasm/wit.rs | 3.85% (1/26) | 0.83% (2/240) | 0.54% (2/368) | - (0/0) |
Totals | 52.40% (2864/5466) | 48.17% (25462/52862) | 47.28% (42343/89563) | - (0/0) |