Click here for information about interpreting this report.
| Filename | Function Coverage | Line Coverage | Region Coverage | Branch Coverage |
adaptive-strategy/src/config.rs | 87.50% (7/8) | 90.09% (100/111) | 87.34% (69/79) | - (0/0) |
adaptive-strategy/src/config_types.rs | 50.00% (9/18) | 27.57% (75/272) | 33.82% (115/340) | - (0/0) |
adaptive-strategy/src/database_loader.rs | 100.00% (2/2) | 100.00% (8/8) | 100.00% (13/13) | - (0/0) |
adaptive-strategy/src/ensemble/confidence_aggregator.rs | 88.68% (47/53) | 85.85% (443/516) | 79.73% (527/661) | - (0/0) |
adaptive-strategy/src/ensemble/mod.rs | 27.66% (13/47) | 21.46% (94/438) | 24.11% (135/560) | - (0/0) |
adaptive-strategy/src/ensemble/weight_optimizer.rs | 67.27% (37/55) | 64.59% (321/497) | 56.35% (435/772) | - (0/0) |
adaptive-strategy/src/execution/mod.rs | 33.93% (19/56) | 38.72% (223/576) | 34.85% (230/660) | - (0/0) |
adaptive-strategy/src/lib.rs | 47.37% (9/19) | 51.11% (46/90) | 46.55% (54/116) | - (0/0) |
adaptive-strategy/src/microstructure/mod.rs | 34.85% (23/66) | 32.14% (198/616) | 29.31% (248/846) | - (0/0) |
adaptive-strategy/src/models/deep_learning.rs | 0.00% (0/101) | 0.00% (0/466) | 0.00% (0/532) | - (0/0) |
adaptive-strategy/src/models/ensemble_models.rs | 0.00% (0/13) | 0.00% (0/46) | 0.00% (0/40) | - (0/0) |
adaptive-strategy/src/models/mod.rs | 73.17% (30/41) | 70.43% (162/230) | 67.68% (266/393) | - (0/0) |
adaptive-strategy/src/models/tlob_model.rs | 65.00% (26/40) | 78.69% (192/244) | 79.10% (280/354) | - (0/0) |
adaptive-strategy/src/models/traditional.rs | 0.00% (0/52) | 0.00% (0/182) | 0.00% (0/160) | - (0/0) |
adaptive-strategy/src/regime/mod.rs | 9.82% (22/224) | 11.12% (291/2618) | 9.68% (382/3946) | - (0/0) |
adaptive-strategy/src/risk/kelly_position_sizer.rs | 69.01% (49/71) | 77.08% (370/480) | 71.99% (401/557) | - (0/0) |
adaptive-strategy/src/risk/mod.rs | 50.00% (44/88) | 58.00% (464/800) | 46.16% (427/925) | - (0/0) |
adaptive-strategy/src/risk/ppo_integration_test.rs | 100.00% (26/26) | 91.25% (438/480) | 90.30% (540/598) | - (0/0) |
adaptive-strategy/src/risk/ppo_position_sizer.rs | 80.00% (68/85) | 80.82% (670/829) | 74.35% (745/1002) | - (0/0) |
backtesting/src/lib.rs | 28.07% (16/57) | 27.43% (113/412) | 25.23% (135/535) | - (0/0) |
backtesting/src/metrics.rs | 7.58% (5/66) | 2.90% (27/930) | 2.74% (38/1388) | - (0/0) |
backtesting/src/replay_engine.rs | 46.67% (21/45) | 54.91% (190/346) | 52.97% (259/489) | - (0/0) |
backtesting/src/strategy_runner.rs | 59.18% (29/49) | 49.35% (228/462) | 43.01% (277/644) | - (0/0) |
backtesting/src/strategy_tester.rs | 14.29% (8/56) | 17.83% (74/415) | 12.70% (73/575) | - (0/0) |
common/src/database.rs | 0.00% (0/15) | 0.00% (0/132) | 0.00% (0/117) | - (0/0) |
common/src/error.rs | 41.18% (7/17) | 20.92% (32/153) | 19.63% (43/219) | - (0/0) |
common/src/thresholds.rs | 100.00% (4/4) | 100.00% (21/21) | 100.00% (31/31) | - (0/0) |
common/src/trading.rs | 0.00% (0/16) | 0.00% (0/87) | 0.00% (0/135) | - (0/0) |
common/src/traits.rs | 0.00% (0/2) | 0.00% (0/6) | 0.00% (0/6) | - (0/0) |
common/src/types.rs | 46.58% (177/380) | 41.67% (876/2102) | 42.14% (1246/2957) | - (0/0) |
config/src/asset_classification.rs | 64.00% (16/25) | 81.84% (293/358) | 76.09% (245/322) | - (0/0) |
config/src/compliance_config.rs | 8.70% (2/23) | 19.70% (40/203) | 18.95% (54/285) | - (0/0) |
config/src/data_config.rs | 100.00% (13/13) | 100.00% (145/145) | 100.00% (71/71) | - (0/0) |
config/src/data_providers.rs | 85.71% (24/28) | 81.71% (134/164) | 86.98% (167/192) | - (0/0) |
config/src/database.rs | 20.69% (36/174) | 19.60% (273/1393) | 16.89% (311/1841) | - (0/0) |
config/src/error.rs | 100.00% (9/9) | 93.48% (43/46) | 92.31% (72/78) | - (0/0) |
config/src/lib.rs | 0.00% (0/2) | 0.00% (0/11) | 0.00% (0/15) | - (0/0) |
config/src/manager.rs | 85.45% (47/55) | 85.43% (346/405) | 87.09% (634/728) | - (0/0) |
config/src/ml_config.rs | 25.00% (1/4) | 65.44% (89/136) | 70.91% (39/55) | - (0/0) |
config/src/risk_config.rs | 87.50% (7/8) | 93.03% (227/244) | 95.86% (394/411) | - (0/0) |
config/src/runtime.rs | 57.45% (27/47) | 73.02% (314/430) | 55.42% (317/572) | - (0/0) |
config/src/schemas.rs | 0.00% (0/5) | 0.00% (0/76) | 0.00% (0/144) | - (0/0) |
config/src/storage_config.rs | 0.00% (0/5) | 0.00% (0/26) | 0.00% (0/26) | - (0/0) |
config/src/structures.rs | 33.33% (9/27) | 66.48% (232/349) | 49.48% (144/291) | - (0/0) |
config/src/symbol_config.rs | 32.65% (16/49) | 44.13% (154/349) | 44.58% (177/397) | - (0/0) |
config/src/vault.rs | 100.00% (23/23) | 100.00% (131/131) | 99.53% (214/215) | - (0/0) |
data/src/brokers/common.rs | 9.09% (1/11) | 2.90% (2/69) | 3.08% (2/65) | - (0/0) |
data/src/brokers/interactive_brokers.rs | 82.89% (155/187) | 82.38% (1071/1300) | 83.77% (1724/2058) | - (0/0) |
data/src/brokers/mod.rs | 0.00% (0/2) | 0.00% (0/59) | 0.00% (0/66) | - (0/0) |
data/src/error.rs | 81.82% (36/44) | 77.12% (236/306) | 84.33% (382/453) | - (0/0) |
data/src/features.rs | 65.52% (38/58) | 59.81% (515/861) | 50.97% (630/1236) | - (0/0) |
data/src/lib.rs | 0.00% (0/13) | 0.00% (0/59) | 0.00% (0/71) | - (0/0) |
data/src/parquet_persistence.rs | 44.00% (11/25) | 35.29% (90/255) | 26.40% (113/428) | - (0/0) |
data/src/providers/benzinga/historical.rs | 23.33% (7/30) | 26.79% (86/321) | 25.87% (148/572) | - (0/0) |
data/src/providers/benzinga/integration.rs | 19.35% (6/31) | 25.00% (48/192) | 22.67% (56/247) | - (0/0) |
data/src/providers/benzinga/ml_integration.rs | 29.51% (18/61) | 32.47% (188/579) | 35.15% (297/845) | - (0/0) |
data/src/providers/benzinga/mod.rs | 77.78% (14/18) | 84.91% (90/106) | 89.05% (122/137) | - (0/0) |
data/src/providers/benzinga/production_historical.rs | 11.69% (9/77) | 38.37% (132/344) | 36.51% (180/493) | - (0/0) |
data/src/providers/benzinga/production_streaming.rs | 24.14% (14/58) | 28.24% (157/556) | 26.07% (214/821) | - (0/0) |
data/src/providers/benzinga/streaming.rs | 27.45% (14/51) | 30.54% (182/596) | 25.39% (209/823) | - (0/0) |
data/src/providers/common.rs | 0.00% (0/1) | 0.00% (0/9) | 0.00% (0/21) | - (0/0) |
data/src/providers/databento/client.rs | 39.53% (34/86) | 46.26% (210/454) | 50.00% (307/614) | - (0/0) |
data/src/providers/databento/dbn_parser.rs | 38.89% (14/36) | 28.95% (130/449) | 29.34% (213/726) | - (0/0) |
data/src/providers/databento/mod.rs | 26.00% (13/50) | 25.62% (62/242) | 33.93% (113/333) | - (0/0) |
data/src/providers/databento/parser.rs | 50.00% (34/68) | 46.47% (270/581) | 44.31% (335/756) | - (0/0) |
data/src/providers/databento/stream.rs | 42.05% (37/88) | 40.79% (237/581) | 38.88% (299/769) | - (0/0) |
data/src/providers/databento/types.rs | 90.62% (29/32) | 91.01% (253/278) | 83.27% (224/269) | - (0/0) |
data/src/providers/databento/websocket_client.rs | 23.68% (18/76) | 28.26% (171/605) | 29.63% (264/891) | - (0/0) |
data/src/providers/databento_old.rs | 23.53% (8/34) | 18.44% (64/347) | 18.04% (83/460) | - (0/0) |
data/src/providers/databento_streaming.rs | 13.33% (4/30) | 19.27% (37/192) | 22.05% (58/263) | - (0/0) |
data/src/providers/mod.rs | 20.69% (6/29) | 26.77% (34/127) | 32.56% (56/172) | - (0/0) |
data/src/providers/traits.rs | 76.92% (10/13) | 86.57% (58/67) | 86.59% (71/82) | - (0/0) |
data/src/storage.rs | 78.26% (72/92) | 82.24% (588/715) | 79.53% (956/1202) | - (0/0) |
data/src/training_pipeline.rs | 62.89% (61/97) | 59.57% (498/836) | 42.64% (504/1182) | - (0/0) |
data/src/types.rs | 88.57% (31/35) | 87.68% (242/276) | 87.62% (375/428) | - (0/0) |
data/src/unified_feature_extractor.rs | 27.47% (25/91) | 31.32% (374/1194) | 20.70% (335/1618) | - (0/0) |
data/src/utils.rs | 96.00% (168/175) | 97.24% (1270/1306) | 97.86% (2196/2244) | - (0/0) |
data/src/validation.rs | 56.86% (29/51) | 50.30% (338/672) | 38.26% (251/656) | - (0/0) |
database/src/error.rs | 38.89% (7/18) | 23.90% (49/205) | 26.98% (58/215) | - (0/0) |
database/src/lib.rs | 6.15% (4/65) | 8.14% (24/295) | 10.55% (42/398) | - (0/0) |
database/src/pool.rs | 17.24% (5/29) | 25.39% (49/193) | 21.17% (58/274) | - (0/0) |
database/src/query.rs | 62.71% (37/59) | 70.62% (310/439) | 71.01% (485/683) | - (0/0) |
database/src/transaction.rs | 11.36% (5/44) | 10.34% (39/377) | 8.14% (39/479) | - (0/0) |
market-data/src/compile_test.rs | 0.00% (0/1) | 0.00% (0/23) | 0.00% (0/62) | - (0/0) |
market-data/src/indicators.rs | 0.00% (0/16) | 0.00% (0/50) | 0.00% (0/54) | - (0/0) |
market-data/src/lib.rs | 0.00% (0/12) | 0.00% (0/142) | 0.00% (0/104) | - (0/0) |
market-data/src/models.rs | 0.00% (0/16) | 0.00% (0/134) | 0.00% (0/117) | - (0/0) |
market-data/src/orderbook.rs | 0.00% (0/20) | 0.00% (0/54) | 0.00% (0/70) | - (0/0) |
market-data/src/prices.rs | 0.00% (0/15) | 0.00% (0/63) | 0.00% (0/81) | - (0/0) |
ml-data/src/features.rs | 0.00% (0/41) | 0.00% (0/682) | 0.00% (0/717) | - (0/0) |
ml-data/src/lib.rs | 0.00% (0/8) | 0.00% (0/51) | 0.00% (0/89) | - (0/0) |
ml-data/src/models.rs | 0.00% (0/36) | 0.00% (0/460) | 0.00% (0/536) | - (0/0) |
ml-data/src/performance.rs | 0.00% (0/30) | 0.00% (0/586) | 0.00% (0/601) | - (0/0) |
ml-data/src/training.rs | 0.00% (0/35) | 0.00% (0/400) | 0.00% (0/426) | - (0/0) |
ml/src/batch_processing.rs | 83.72% (36/43) | 80.05% (313/391) | 80.00% (480/600) | - (0/0) |
ml/src/benchmarks.rs | 20.51% (8/39) | 9.21% (41/445) | 7.73% (52/673) | - (0/0) |
ml/src/bridge.rs | 46.81% (22/47) | 53.43% (109/204) | 61.61% (191/310) | - (0/0) |
ml/src/checkpoint/compression.rs | 72.00% (18/25) | 81.52% (172/211) | 79.23% (248/313) | - (0/0) |
ml/src/checkpoint/integration_tests.rs | 80.00% (36/45) | 94.40% (438/464) | 94.92% (729/768) | - (0/0) |
ml/src/checkpoint/mod.rs | 89.86% (62/69) | 91.09% (450/494) | 88.74% (646/728) | - (0/0) |
ml/src/checkpoint/model_implementations.rs | 0.00% (0/80) | 0.00% (0/703) | 0.00% (0/1334) | - (0/0) |
ml/src/checkpoint/storage.rs | 15.91% (7/44) | 18.82% (35/186) | 22.94% (50/218) | - (0/0) |
ml/src/checkpoint/validation.rs | 80.00% (24/30) | 83.95% (272/324) | 82.25% (394/479) | - (0/0) |
ml/src/checkpoint/versioning.rs | 63.64% (21/33) | 74.37% (235/316) | 74.03% (362/489) | - (0/0) |
ml/src/common/config.rs | 0.00% (0/12) | 0.00% (0/137) | 0.00% (0/76) | - (0/0) |
ml/src/common/metrics.rs | 0.00% (0/1) | 0.00% (0/3) | 0.00% (0/3) | - (0/0) |
ml/src/common/mod.rs | 0.00% (0/17) | 0.00% (0/62) | 0.00% (0/85) | - (0/0) |
ml/src/common/performance.rs | 0.00% (0/3) | 0.00% (0/11) | 0.00% (0/9) | - (0/0) |
ml/src/dqn/agent.rs | 51.65% (47/91) | 51.31% (372/725) | 43.65% (512/1173) | - (0/0) |
ml/src/dqn/demo_2025_dqn.rs | 77.78% (7/9) | 84.44% (38/45) | 85.19% (46/54) | - (0/0) |
ml/src/dqn/distributional.rs | 66.67% (8/12) | 57.73% (56/97) | 46.86% (82/175) | - (0/0) |
ml/src/dqn/dqn.rs | 48.33% (29/60) | 71.19% (299/420) | 69.42% (470/677) | - (0/0) |
ml/src/dqn/experience.rs | 75.00% (12/16) | 81.40% (70/86) | 88.55% (116/131) | - (0/0) |
ml/src/dqn/multi_step.rs | 100.00% (22/22) | 97.85% (319/326) | 92.80% (477/514) | - (0/0) |
ml/src/dqn/multi_step_new.rs | 100.00% (5/5) | 100.00% (82/82) | 94.34% (100/106) | - (0/0) |
ml/src/dqn/network.rs | 41.67% (15/36) | 65.65% (151/230) | 63.78% (250/392) | - (0/0) |
ml/src/dqn/noisy_exploration.rs | 93.33% (14/15) | 95.80% (137/143) | 93.33% (154/165) | - (0/0) |
ml/src/dqn/noisy_layers.rs | 48.00% (12/25) | 85.53% (136/159) | 77.38% (236/305) | - (0/0) |
ml/src/dqn/performance_tests.rs | 76.92% (10/13) | 93.10% (135/145) | 91.44% (171/187) | - (0/0) |
ml/src/dqn/performance_validation.rs | 100.00% (8/8) | 100.00% (82/82) | 99.01% (100/101) | - (0/0) |
ml/src/dqn/prioritized_replay.rs | 96.88% (31/32) | 91.37% (360/394) | 94.81% (603/636) | - (0/0) |
ml/src/dqn/rainbow_agent.rs | 92.86% (13/14) | 97.74% (130/133) | 90.53% (220/243) | - (0/0) |
ml/src/dqn/rainbow_agent_impl.rs | 0.00% (0/36) | 0.00% (0/274) | 0.00% (0/531) | - (0/0) |
ml/src/dqn/rainbow_config.rs | 14.29% (1/7) | 34.78% (32/92) | 24.14% (7/29) | - (0/0) |
ml/src/dqn/rainbow_integration.rs | 80.00% (4/5) | 82.86% (29/35) | 87.88% (29/33) | - (0/0) |
ml/src/dqn/rainbow_network.rs | 35.00% (7/20) | 52.59% (132/251) | 49.60% (249/502) | - (0/0) |
ml/src/dqn/replay_buffer.rs | 100.00% (11/11) | 92.92% (105/113) | 95.02% (191/201) | - (0/0) |
ml/src/dqn/reward.rs | 25.00% (4/16) | 19.88% (32/161) | 25.11% (59/235) | - (0/0) |
ml/src/dqn/self_supervised_pretraining.rs | 85.71% (12/14) | 80.27% (118/147) | 67.32% (241/358) | - (0/0) |
ml/src/ensemble/aggregator.rs | 0.00% (0/3) | 0.00% (0/35) | 0.00% (0/31) | - (0/0) |
ml/src/ensemble/confidence.rs | 0.00% (0/1) | 0.00% (0/3) | 0.00% (0/3) | - (0/0) |
ml/src/ensemble/mod.rs | 0.00% (0/1) | 0.00% (0/17) | 0.00% (0/16) | - (0/0) |
ml/src/ensemble/model.rs | 0.00% (0/29) | 0.00% (0/206) | 0.00% (0/260) | - (0/0) |
ml/src/ensemble/voting.rs | 0.00% (0/4) | 0.00% (0/27) | 0.00% (0/12) | - (0/0) |
ml/src/ensemble/weights.rs | 0.00% (0/13) | 0.00% (0/65) | 0.00% (0/61) | - (0/0) |
ml/src/error.rs | 80.00% (4/5) | 86.67% (26/30) | 90.57% (48/53) | - (0/0) |
ml/src/error_consolidated.rs | 67.86% (19/28) | 62.00% (124/200) | 61.02% (155/254) | - (0/0) |
ml/src/examples.rs | 45.00% (18/40) | 36.18% (127/351) | 34.52% (174/504) | - (0/0) |
ml/src/features.rs | 88.80% (230/259) | 82.26% (1994/2424) | 82.81% (2707/3269) | - (0/0) |
ml/src/flash_attention/mod.rs | 61.11% (22/36) | 81.70% (192/235) | 73.61% (251/341) | - (0/0) |
ml/src/inference.rs | 74.75% (74/99) | 82.28% (771/937) | 81.47% (1051/1290) | - (0/0) |
ml/src/integration/coordinator.rs | 26.67% (16/60) | 21.86% (139/636) | 16.62% (162/975) | - (0/0) |
ml/src/integration/distillation.rs | 100.00% (5/5) | 100.00% (13/13) | 100.00% (16/16) | - (0/0) |
ml/src/integration/inference_engine.rs | 65.62% (42/64) | 68.96% (431/625) | 66.75% (528/791) | - (0/0) |
ml/src/integration/mod.rs | 70.00% (7/10) | 87.80% (36/41) | 80.00% (44/55) | - (0/0) |
ml/src/integration/model_registry.rs | 94.12% (16/17) | 91.37% (180/197) | 88.33% (227/257) | - (0/0) |
ml/src/integration/performance_monitor.rs | 47.06% (16/34) | 49.18% (209/425) | 47.67% (307/644) | - (0/0) |
ml/src/integration/strategy_dqn_bridge.rs | 47.22% (17/36) | 43.10% (150/348) | 41.44% (218/526) | - (0/0) |
ml/src/integration_test.rs | 100.00% (5/5) | 100.00% (29/29) | 100.00% (52/52) | - (0/0) |
ml/src/labeling/benchmarks.rs | 100.00% (11/11) | 95.71% (134/140) | 89.36% (210/235) | - (0/0) |
ml/src/labeling/concurrent_tracking.rs | 100.00% (16/16) | 98.26% (169/172) | 97.48% (232/238) | - (0/0) |
ml/src/labeling/fractional_diff.rs | 88.00% (22/25) | 93.36% (225/241) | 93.40% (368/394) | - (0/0) |
ml/src/labeling/gpu_acceleration.rs | 76.92% (10/13) | 80.90% (72/89) | 76.12% (102/134) | - (0/0) |
ml/src/labeling/meta_labeling.rs | 100.00% (4/4) | 97.73% (43/44) | 96.08% (49/51) | - (0/0) |
ml/src/labeling/mod.rs | 100.00% (9/9) | 100.00% (38/38) | 100.00% (56/56) | - (0/0) |
ml/src/labeling/sample_weights.rs | 100.00% (8/8) | 97.78% (88/90) | 97.58% (121/124) | - (0/0) |
ml/src/labeling/triple_barrier.rs | 75.00% (18/24) | 83.65% (220/263) | 83.33% (345/414) | - (0/0) |
ml/src/labeling/types.rs | 75.00% (12/16) | 70.20% (106/151) | 80.00% (96/120) | - (0/0) |
ml/src/lib.rs | 8.70% (10/115) | 10.99% (83/755) | 8.58% (75/874) | - (0/0) |
ml/src/liquid/activation.rs | 72.22% (13/18) | 68.15% (107/157) | 65.11% (181/278) | - (0/0) |
ml/src/liquid/cells.rs | 65.52% (19/29) | 84.21% (288/342) | 82.96% (482/581) | - (0/0) |
ml/src/liquid/mod.rs | 75.00% (9/12) | 56.52% (39/69) | 45.28% (48/106) | - (0/0) |
ml/src/liquid/network.rs | 71.43% (20/28) | 78.23% (291/372) | 75.89% (362/477) | - (0/0) |
ml/src/liquid/ode_solvers.rs | 71.43% (20/28) | 74.57% (173/232) | 70.08% (260/371) | - (0/0) |
ml/src/liquid/tests.rs | 100.00% (4/4) | 100.00% (25/25) | 100.00% (39/39) | - (0/0) |
ml/src/liquid/training.rs | 58.33% (14/24) | 35.49% (126/355) | 32.63% (186/570) | - (0/0) |
ml/src/mamba/hardware_aware.rs | 51.52% (17/33) | 55.45% (183/330) | 50.25% (307/611) | - (0/0) |
ml/src/mamba/mod.rs | 20.29% (14/69) | 27.51% (249/905) | 18.83% (324/1721) | - (0/0) |
ml/src/mamba/scan_algorithms.rs | 87.50% (21/24) | 78.44% (291/371) | 72.54% (618/852) | - (0/0) |
ml/src/mamba/selective_state.rs | 92.68% (38/41) | 90.40% (358/396) | 89.53% (573/640) | - (0/0) |
ml/src/mamba/ssd_layer.rs | 29.17% (7/24) | 38.32% (123/321) | 25.51% (202/792) | - (0/0) |
ml/src/microstructure/mod.rs | 100.00% (2/2) | 100.00% (21/21) | 100.00% (44/44) | - (0/0) |
ml/src/microstructure/vpin_implementation.rs | 39.39% (13/33) | 34.32% (93/271) | 34.78% (120/345) | - (0/0) |
ml/src/model_factory.rs | 75.00% (9/12) | 73.81% (31/42) | 80.00% (52/65) | - (0/0) |
ml/src/models_demo.rs | 78.57% (11/14) | 39.25% (73/186) | 43.86% (75/171) | - (0/0) |
ml/src/observability/alerts.rs | 0.00% (0/19) | 0.00% (0/177) | 0.00% (0/212) | - (0/0) |
ml/src/observability/dashboards.rs | 0.00% (0/4) | 0.00% (0/78) | 0.00% (0/69) | - (0/0) |
ml/src/observability/metrics.rs | 42.11% (24/57) | 45.32% (208/459) | 43.43% (327/753) | - (0/0) |
ml/src/operations.rs | 66.67% (12/18) | 74.63% (100/134) | 77.65% (139/179) | - (0/0) |
ml/src/operations_safe.rs | 66.67% (10/15) | 55.23% (95/172) | 55.78% (140/251) | - (0/0) |
ml/src/ops_production.rs | 42.86% (15/35) | 41.65% (212/509) | 57.00% (334/586) | - (0/0) |
ml/src/performance.rs | 62.16% (23/37) | 45.42% (119/262) | 45.95% (193/420) | - (0/0) |
ml/src/portfolio_transformer.rs | 95.92% (47/49) | 93.26% (429/460) | 89.37% (723/809) | - (0/0) |
ml/src/ppo/continuous_demo.rs | 100.00% (7/7) | 97.95% (143/146) | 91.29% (241/264) | - (0/0) |
ml/src/ppo/continuous_policy.rs | 52.63% (30/57) | 80.28% (346/431) | 82.29% (720/875) | - (0/0) |
ml/src/ppo/continuous_ppo.rs | 37.74% (20/53) | 48.65% (234/481) | 46.98% (396/843) | - (0/0) |
ml/src/ppo/gae.rs | 95.24% (20/21) | 97.21% (244/251) | 95.34% (450/472) | - (0/0) |
ml/src/ppo/ppo.rs | 24.07% (13/54) | 38.89% (147/378) | 31.87% (211/662) | - (0/0) |
ml/src/ppo/trajectories.rs | 57.14% (24/42) | 61.17% (219/358) | 64.86% (360/555) | - (0/0) |
ml/src/production.rs | 100.00% (6/6) | 100.00% (29/29) | 100.00% (46/46) | - (0/0) |
ml/src/regime_detection.rs | 100.00% (12/12) | 100.00% (65/65) | 95.70% (89/93) | - (0/0) |
ml/src/risk/circuit_breakers.rs | 85.71% (24/28) | 84.80% (251/296) | 82.31% (377/458) | - (0/0) |
ml/src/risk/graph_risk_model.rs | 0.00% (0/4) | 0.00% (0/45) | 0.00% (0/59) | - (0/0) |
ml/src/risk/kelly_optimizer.rs | 88.24% (15/17) | 91.01% (162/178) | 91.39% (244/267) | - (0/0) |
ml/src/risk/kelly_position_sizing_service.rs | 35.42% (17/48) | 30.42% (122/401) | 28.57% (142/497) | - (0/0) |
ml/src/risk/mod.rs | 0.00% (0/3) | 0.00% (0/48) | 0.00% (0/34) | - (0/0) |
ml/src/risk/position_sizing.rs | 0.00% (0/7) | 0.00% (0/29) | 0.00% (0/44) | - (0/0) |
ml/src/risk/var_models.rs | 56.00% (14/25) | 67.16% (135/201) | 68.39% (212/310) | - (0/0) |
ml/src/safety/bounds_checker.rs | 74.07% (20/27) | 61.61% (252/409) | 69.56% (361/519) | - (0/0) |
ml/src/safety/drift_detector.rs | 60.34% (35/58) | 46.47% (388/835) | 45.59% (589/1292) | - (0/0) |
ml/src/safety/financial_validator.rs | 78.12% (25/32) | 69.14% (289/418) | 73.03% (371/508) | - (0/0) |
ml/src/safety/gradient_safety.rs | 97.78% (44/45) | 72.78% (369/507) | 77.14% (550/713) | - (0/0) |
ml/src/safety/math_ops.rs | 63.33% (19/30) | 43.35% (241/556) | 55.09% (395/717) | - (0/0) |
ml/src/safety/memory_manager.rs | 78.57% (33/42) | 66.76% (247/370) | 64.45% (417/647) | - (0/0) |
ml/src/safety/mod.rs | 35.90% (14/39) | 39.89% (148/371) | 51.21% (211/412) | - (0/0) |
ml/src/safety/tensor_ops.rs | 36.36% (20/55) | 41.09% (196/477) | 44.90% (339/755) | - (0/0) |
ml/src/safety/timeout_manager.rs | 5.26% (1/19) | 5.56% (9/162) | 5.05% (10/198) | - (0/0) |
ml/src/stress_testing/load_generator.rs | 0.00% (0/6) | 0.00% (0/43) | 0.00% (0/63) | - (0/0) |
ml/src/stress_testing/market_simulator.rs | 11.11% (2/18) | 3.68% (7/190) | 3.10% (9/290) | - (0/0) |
ml/src/stress_testing/mod.rs | 43.33% (13/30) | 31.34% (131/418) | 25.05% (130/519) | - (0/0) |
ml/src/stress_testing/performance_analyzer.rs | 0.00% (0/7) | 0.00% (0/64) | 0.00% (0/69) | - (0/0) |
ml/src/tensor_ops.rs | 64.71% (11/17) | 67.47% (56/83) | 51.78% (131/253) | - (0/0) |
ml/src/test_common.rs | 0.00% (0/6) | 0.00% (0/19) | 0.00% (0/28) | - (0/0) |
ml/src/test_fixtures.rs | 100.00% (20/20) | 98.99% (98/99) | 98.88% (177/179) | - (0/0) |
ml/src/tft/gated_residual.rs | 100.00% (14/14) | 98.72% (154/156) | 88.51% (362/409) | - (0/0) |
ml/src/tft/hft_optimizations.rs | 0.00% (0/43) | 0.00% (0/459) | 0.00% (0/681) | - (0/0) |
ml/src/tft/mod.rs | 34.38% (11/32) | 45.50% (197/433) | 32.17% (240/746) | - (0/0) |
ml/src/tft/quantile_outputs.rs | 100.00% (14/14) | 91.32% (200/219) | 87.10% (432/496) | - (0/0) |
ml/src/tft/temporal_attention.rs | 83.33% (15/18) | 74.19% (161/217) | 62.11% (259/417) | - (0/0) |
ml/src/tft/training.rs | 11.11% (4/36) | 18.62% (65/349) | 9.36% (41/438) | - (0/0) |
ml/src/tft/variable_selection.rs | 76.92% (10/13) | 86.45% (134/155) | 81.42% (298/366) | - (0/0) |
ml/src/tgnn/gating.rs | 87.27% (48/55) | 75.88% (390/514) | 77.10% (798/1035) | - (0/0) |
ml/src/tgnn/graph.rs | 71.79% (28/39) | 85.02% (278/327) | 84.67% (558/659) | - (0/0) |
ml/src/tgnn/message_passing.rs | 60.32% (38/63) | 61.79% (380/615) | 60.59% (655/1081) | - (0/0) |
ml/src/tgnn/mod.rs | 40.00% (28/70) | 64.66% (366/566) | 65.92% (644/977) | - (0/0) |
ml/src/tgnn/types.rs | 0.00% (0/1) | 0.00% (0/13) | 0.00% (0/3) | - (0/0) |
ml/src/tlob/analytics.rs | 0.00% (0/4) | 0.00% (0/12) | 0.00% (0/12) | - (0/0) |
ml/src/tlob/features.rs | 0.00% (0/30) | 0.00% (0/325) | 0.00% (0/485) | - (0/0) |
ml/src/tlob/transformer.rs | 72.22% (13/18) | 83.48% (187/224) | 82.28% (260/316) | - (0/0) |
ml/src/training.rs | 79.41% (27/34) | 94.46% (290/307) | 90.09% (400/444) | - (0/0) |
ml/src/training/unified_data_loader.rs | 25.00% (8/32) | 33.09% (89/269) | 33.05% (116/351) | - (0/0) |
ml/src/training_pipeline.rs | 25.00% (7/28) | 22.68% (100/441) | 19.27% (90/467) | - (0/0) |
ml/src/traits.rs | 85.71% (6/7) | 93.88% (46/49) | 93.33% (42/45) | - (0/0) |
ml/src/transformers/attention.rs | 100.00% (1/1) | 100.00% (6/6) | 100.00% (7/7) | - (0/0) |
ml/src/transformers/mod.rs | 81.82% (9/11) | 81.58% (93/114) | 83.67% (82/98) | - (0/0) |
ml/src/universe/correlation.rs | 0.00% (0/12) | 0.00% (0/143) | 0.00% (0/229) | - (0/0) |
ml/src/universe/mod.rs | 0.00% (0/36) | 0.00% (0/378) | 0.00% (0/419) | - (0/0) |
ml/src/universe/volatility.rs | 100.00% (15/15) | 95.95% (166/173) | 93.12% (203/218) | - (0/0) |
ml/src/validation.rs | 0.00% (0/9) | 0.00% (0/93) | 0.00% (0/90) | - (0/0) |
risk-data/src/compliance.rs | 10.00% (2/20) | 40.29% (56/139) | 37.33% (56/150) | - (0/0) |
risk-data/src/lib.rs | 37.50% (3/8) | 38.00% (19/50) | 27.78% (20/72) | - (0/0) |
risk-data/src/limits.rs | 9.09% (2/22) | 23.67% (40/169) | 26.97% (48/178) | - (0/0) |
risk-data/src/models.rs | 40.00% (8/20) | 69.75% (113/162) | 75.38% (150/199) | - (0/0) |
risk-data/src/var.rs | 9.68% (3/31) | 12.86% (27/210) | 14.39% (38/264) | - (0/0) |
risk/src/circuit_breaker.rs | 27.91% (24/86) | 32.62% (197/604) | 24.37% (203/833) | - (0/0) |
risk/src/compliance.rs | 65.15% (86/132) | 76.23% (911/1195) | 74.90% (1310/1749) | - (0/0) |
risk/src/drawdown_monitor.rs | 95.12% (39/41) | 98.28% (343/349) | 94.97% (434/457) | - (0/0) |
risk/src/error.rs | 16.00% (4/25) | 10.69% (17/159) | 11.80% (21/178) | - (0/0) |
risk/src/kelly_sizing.rs | 58.62% (17/29) | 68.81% (214/311) | 74.45% (373/501) | - (0/0) |
risk/src/lib.rs | 72.73% (8/11) | 84.07% (153/182) | 75.86% (176/232) | - (0/0) |
risk/src/operations.rs | 31.25% (10/32) | 33.16% (131/395) | 45.47% (241/530) | - (0/0) |
risk/src/position_tracker.rs | 26.67% (28/105) | 48.34% (465/962) | 50.77% (657/1294) | - (0/0) |
risk/src/risk_engine.rs | 1.30% (1/77) | 0.68% (5/736) | 0.31% (3/966) | - (0/0) |
risk/src/risk_types.rs | 28.57% (2/7) | 51.33% (58/113) | 52.17% (72/138) | - (0/0) |
risk/src/safety/emergency_response.rs | 91.07% (51/56) | 90.63% (416/459) | 86.23% (570/661) | - (0/0) |
risk/src/safety/kill_switch.rs | 88.31% (68/77) | 80.89% (381/471) | 79.20% (556/702) | - (0/0) |
risk/src/safety/mod.rs | 90.91% (10/11) | 98.46% (64/65) | 96.83% (61/63) | - (0/0) |
risk/src/safety/position_limiter.rs | 96.83% (61/63) | 91.62% (503/549) | 92.92% (787/847) | - (0/0) |
risk/src/safety/safety_coordinator.rs | 88.24% (45/51) | 80.05% (297/371) | 75.56% (473/626) | - (0/0) |
risk/src/safety/trading_gate.rs | 94.87% (37/39) | 91.39% (244/267) | 88.07% (406/461) | - (0/0) |
risk/src/safety/unix_socket_kill_switch.rs | 67.11% (51/76) | 76.55% (568/742) | 72.60% (726/1000) | - (0/0) |
risk/src/stress_tester.rs | 54.05% (40/74) | 73.29% (354/483) | 76.14% (549/721) | - (0/0) |
risk/src/var_calculator/expected_shortfall.rs | 59.38% (19/32) | 71.06% (248/349) | 74.18% (523/705) | - (0/0) |
risk/src/var_calculator/historical_simulation.rs | 91.30% (21/23) | 87.54% (267/305) | 88.79% (483/544) | - (0/0) |
risk/src/var_calculator/monte_carlo.rs | 82.93% (34/41) | 87.73% (472/538) | 89.82% (829/923) | - (0/0) |
risk/src/var_calculator/parametric.rs | 83.87% (26/31) | 94.26% (312/331) | 92.56% (697/753) | - (0/0) |
risk/src/var_calculator/var_engine.rs | 18.29% (15/82) | 25.27% (231/914) | 23.93% (296/1237) | - (0/0) |
services/api_gateway/src/auth/interceptor.rs | 43.42% (33/76) | 56.50% (313/554) | 57.65% (437/758) | - (0/0) |
services/api_gateway/src/auth/mfa/backup_codes.rs | 55.88% (19/34) | 57.36% (113/197) | 63.73% (188/295) | - (0/0) |
services/api_gateway/src/auth/mfa/enrollment.rs | 90.00% (9/10) | 93.26% (83/89) | 93.60% (117/125) | - (0/0) |
services/api_gateway/src/auth/mfa/mod.rs | 6.06% (2/33) | 4.03% (11/273) | 5.99% (23/384) | - (0/0) |
services/api_gateway/src/auth/mfa/qr_code.rs | 62.50% (10/16) | 86.96% (80/92) | 86.33% (120/139) | - (0/0) |
services/api_gateway/src/auth/mfa/totp.rs | 73.08% (19/26) | 89.32% (184/206) | 89.45% (356/398) | - (0/0) |
services/api_gateway/src/auth/mfa/verification.rs | 100.00% (5/5) | 100.00% (62/62) | 100.00% (58/58) | - (0/0) |
services/api_gateway/src/config/authz.rs | 12.00% (3/25) | 7.96% (16/201) | 4.86% (12/247) | - (0/0) |
services/api_gateway/src/config/endpoints.rs | 0.00% (0/13) | 0.00% (0/40) | 0.00% (0/64) | - (0/0) |
services/api_gateway/src/config/manager.rs | 0.00% (0/26) | 0.00% (0/199) | 0.00% (0/259) | - (0/0) |
services/api_gateway/src/config/validator.rs | 80.00% (16/20) | 90.69% (185/204) | 92.31% (336/364) | - (0/0) |
services/api_gateway/src/grpc/backtesting_proxy.rs | 40.54% (15/37) | 42.20% (73/173) | 43.70% (118/270) | - (0/0) |
services/api_gateway/src/grpc/ml_training_proxy.rs | 10.00% (1/10) | 5.56% (2/36) | 4.55% (2/44) | - (0/0) |
services/api_gateway/src/grpc/server.rs | 77.78% (7/9) | 72.88% (43/59) | 62.96% (51/81) | - (0/0) |
services/api_gateway/src/grpc/trading_proxy.rs | 18.18% (8/44) | 26.75% (42/157) | 27.14% (54/199) | - (0/0) |
services/api_gateway/src/metrics/auth_metrics.rs | 0.00% (0/5) | 0.00% (0/189) | 0.00% (0/406) | - (0/0) |
services/api_gateway/src/metrics/config_metrics.rs | 0.00% (0/5) | 0.00% (0/99) | 0.00% (0/212) | - (0/0) |
services/api_gateway/src/metrics/exporter.rs | 38.46% (5/13) | 57.97% (40/69) | 69.40% (93/134) | - (0/0) |
services/api_gateway/src/metrics/mod.rs | 0.00% (0/3) | 0.00% (0/18) | 0.00% (0/32) | - (0/0) |
services/api_gateway/src/metrics/proxy_metrics.rs | 0.00% (0/8) | 0.00% (0/189) | 0.00% (0/300) | - (0/0) |
services/api_gateway/src/routing/rate_limiter.rs | 31.25% (10/32) | 31.62% (80/253) | 32.46% (87/268) | - (0/0) |
services/backtesting_service/src/model_loader_stub.rs | 0.00% (0/13) | 0.00% (0/43) | 0.00% (0/30) | - (0/0) |
services/backtesting_service/src/performance.rs | 0.00% (0/30) | 0.00% (0/371) | 0.00% (0/517) | - (0/0) |
services/backtesting_service/src/repositories.rs | 0.00% (0/3) | 0.00% (0/9) | 0.00% (0/9) | - (0/0) |
services/backtesting_service/src/repository_impl.rs | 0.00% (0/22) | 0.00% (0/56) | 0.00% (0/75) | - (0/0) |
services/backtesting_service/src/service.rs | 0.00% (0/36) | 0.00% (0/264) | 0.00% (0/331) | - (0/0) |
services/backtesting_service/src/storage.rs | 0.00% (0/18) | 0.00% (0/356) | 0.00% (0/494) | - (0/0) |
services/backtesting_service/src/strategy_engine.rs | 0.00% (0/24) | 0.00% (0/347) | 0.00% (0/459) | - (0/0) |
services/backtesting_service/src/tls_config.rs | 11.11% (6/54) | 11.41% (55/482) | 13.99% (94/672) | - (0/0) |
services/ml_training_service/src/data_config.rs | 32.26% (10/31) | 40.37% (109/270) | 33.53% (114/340) | - (0/0) |
services/ml_training_service/src/data_loader.rs | 4.69% (3/64) | 4.05% (34/839) | 3.81% (47/1234) | - (0/0) |
services/ml_training_service/src/database.rs | 0.00% (0/34) | 0.00% (0/479) | 0.00% (0/606) | - (0/0) |
services/ml_training_service/src/encryption.rs | 70.15% (47/67) | 82.35% (406/493) | 79.04% (592/749) | - (0/0) |
services/ml_training_service/src/gpu_config.rs | 17.65% (6/34) | 24.38% (49/201) | 22.94% (53/231) | - (0/0) |
services/ml_training_service/src/lib.rs | 100.00% (2/2) | 100.00% (6/6) | 100.00% (7/7) | - (0/0) |
services/ml_training_service/src/orchestrator.rs | 0.00% (0/62) | 0.00% (0/657) | 0.00% (0/856) | - (0/0) |
services/ml_training_service/src/schema_types.rs | 65.38% (17/26) | 80.77% (105/130) | 76.02% (130/171) | - (0/0) |
services/ml_training_service/src/service.rs | 6.90% (2/29) | 8.38% (14/167) | 10.62% (17/160) | - (0/0) |
services/ml_training_service/src/storage.rs | 44.44% (24/54) | 46.74% (122/261) | 55.58% (214/385) | - (0/0) |
services/ml_training_service/src/technical_indicators.rs | 92.59% (25/27) | 85.76% (277/323) | 80.14% (452/564) | - (0/0) |
services/trading_service/src/auth_interceptor.rs | 15.93% (18/113) | 15.97% (157/983) | 16.42% (224/1364) | - (0/0) |
services/trading_service/src/compliance_service.rs | 0.00% (0/21) | 0.00% (0/342) | 0.00% (0/348) | - (0/0) |
services/trading_service/src/core/broker_routing.rs | 2.50% (2/80) | 7.30% (37/507) | 2.01% (14/698) | - (0/0) |
services/trading_service/src/core/execution_engine.rs | 0.00% (0/52) | 0.00% (0/324) | 0.00% (0/534) | - (0/0) |
services/trading_service/src/core/market_data_ingestion.rs | 20.45% (9/44) | 10.77% (39/362) | 9.72% (59/607) | - (0/0) |
services/trading_service/src/core/order_manager.rs | 57.78% (26/45) | 59.03% (281/476) | 56.88% (397/698) | - (0/0) |
services/trading_service/src/core/position_manager.rs | 94.00% (47/50) | 89.02% (438/492) | 89.44% (788/881) | - (0/0) |
services/trading_service/src/core/risk_manager.rs | 12.86% (9/70) | 9.24% (62/671) | 8.32% (85/1022) | - (0/0) |
services/trading_service/src/error.rs | 0.00% (0/1) | 0.00% (0/44) | 0.00% (0/83) | - (0/0) |
services/trading_service/src/event_streaming/events.rs | 62.22% (28/45) | 52.04% (191/367) | 51.37% (262/510) | - (0/0) |
services/trading_service/src/event_streaming/filters.rs | 55.56% (30/54) | 64.17% (274/427) | 65.46% (470/718) | - (0/0) |
services/trading_service/src/event_streaming/mod.rs | 76.19% (32/42) | 76.09% (175/230) | 76.73% (277/361) | - (0/0) |
services/trading_service/src/event_streaming/publisher.rs | 85.71% (30/35) | 82.79% (202/244) | 82.84% (333/402) | - (0/0) |
services/trading_service/src/event_streaming/subscriber.rs | 51.22% (21/41) | 52.82% (159/301) | 60.05% (260/433) | - (0/0) |
services/trading_service/src/jwt_revocation.rs | 0.00% (0/9) | 0.00% (0/23) | 0.00% (0/25) | - (0/0) |
services/trading_service/src/kill_switch_integration.rs | 65.85% (27/41) | 75.93% (246/324) | 72.97% (305/418) | - (0/0) |
services/trading_service/src/latency_recorder.rs | 74.07% (20/27) | 72.95% (151/207) | 73.29% (214/292) | - (0/0) |
services/trading_service/src/ml_metrics.rs | 0.00% (0/15) | 0.00% (0/91) | 0.00% (0/97) | - (0/0) |
services/trading_service/src/model_loader_stub.rs | 0.00% (0/14) | 0.00% (0/46) | 0.00% (0/30) | - (0/0) |
services/trading_service/src/rate_limiter.rs | 42.86% (15/35) | 52.85% (167/316) | 48.03% (183/381) | - (0/0) |
services/trading_service/src/repository_impls.rs | 0.00% (0/90) | 0.00% (0/214) | 0.00% (0/279) | - (0/0) |
services/trading_service/src/services/enhanced_ml.rs | 0.00% (0/55) | 0.00% (0/518) | 0.00% (0/746) | - (0/0) |
services/trading_service/src/services/ml_fallback_manager.rs | 0.00% (0/36) | 0.00% (0/395) | 0.00% (0/530) | - (0/0) |
services/trading_service/src/services/ml_performance_monitor.rs | 62.96% (34/54) | 61.64% (294/477) | 60.56% (387/639) | - (0/0) |
services/trading_service/src/services/monitoring.rs | 0.00% (0/11) | 0.00% (0/23) | 0.00% (0/23) | - (0/0) |
services/trading_service/src/services/risk.rs | 0.00% (0/14) | 0.00% (0/26) | 0.00% (0/35) | - (0/0) |
services/trading_service/src/services/trading.rs | 0.00% (0/29) | 0.00% (0/213) | 0.00% (0/314) | - (0/0) |
services/trading_service/src/soak_test.rs | 81.25% (26/32) | 75.37% (202/268) | 77.66% (292/376) | - (0/0) |
services/trading_service/src/state.rs | 0.00% (0/36) | 0.00% (0/385) | 0.00% (0/499) | - (0/0) |
services/trading_service/src/streaming/backpressure.rs | 85.00% (17/20) | 87.42% (132/151) | 87.76% (172/196) | - (0/0) |
services/trading_service/src/streaming/config.rs | 66.67% (6/9) | 56.94% (41/72) | 54.65% (47/86) | - (0/0) |
services/trading_service/src/streaming/metrics.rs | 57.14% (8/14) | 55.41% (41/74) | 55.56% (45/81) | - (0/0) |
services/trading_service/src/streaming/monitored_channel.rs | 88.89% (16/18) | 75.52% (108/143) | 80.75% (193/239) | - (0/0) |
services/trading_service/src/test_utils.rs | 80.00% (16/20) | 82.76% (72/87) | 85.71% (120/140) | - (0/0) |
services/trading_service/src/tls_config.rs | 0.00% (0/3) | 0.00% (0/19) | 0.00% (0/26) | - (0/0) |
services/trading_service/src/utils.rs | 40.00% (12/30) | 37.54% (107/285) | 45.59% (155/340) | - (0/0) |
storage/src/error.rs | 61.54% (8/13) | 49.62% (66/133) | 48.78% (60/123) | - (0/0) |
storage/src/lib.rs | 57.14% (8/14) | 72.57% (82/113) | 71.95% (118/164) | - (0/0) |
storage/src/local.rs | 87.00% (87/100) | 81.87% (569/695) | 86.22% (1032/1197) | - (0/0) |
storage/src/metrics.rs | 80.85% (38/47) | 82.44% (230/279) | 86.29% (384/445) | - (0/0) |
storage/src/model_helpers.rs | 51.28% (20/39) | 41.25% (132/320) | 40.54% (210/518) | - (0/0) |
storage/src/models.rs | 87.78% (79/90) | 91.52% (809/884) | 90.73% (1321/1456) | - (0/0) |
storage/src/object_store_backend.rs | 5.26% (2/38) | 9.92% (26/262) | 7.24% (28/387) | - (0/0) |
tli/src/auth/interceptor.rs | 85.71% (6/7) | 91.38% (53/58) | 92.73% (102/110) | - (0/0) |
tli/src/auth/login.rs | 33.33% (5/15) | 14.74% (23/156) | 15.21% (33/217) | - (0/0) |
tli/src/auth/token_manager.rs | 57.14% (20/35) | 57.51% (111/193) | 54.72% (139/254) | - (0/0) |
tli/src/client/backtesting_client.rs | 50.00% (6/12) | 53.12% (34/64) | 52.22% (47/90) | - (0/0) |
tli/src/client/connection_manager.rs | 14.29% (2/14) | 43.75% (21/48) | 28.57% (10/35) | - (0/0) |
tli/src/client/data_stream.rs | 0.00% (0/7) | 0.00% (0/20) | 0.00% (0/20) | - (0/0) |
tli/src/client/event_stream.rs | 0.00% (0/1) | 0.00% (0/4) | 0.00% (0/6) | - (0/0) |
tli/src/client/ml_training_client.rs | 50.00% (6/12) | 53.12% (34/64) | 52.22% (47/90) | - (0/0) |
tli/src/client/mod.rs | 33.33% (9/27) | 41.29% (64/155) | 43.09% (81/188) | - (0/0) |
tli/src/client/trading_client.rs | 58.33% (7/12) | 62.50% (40/64) | 55.56% (50/90) | - (0/0) |
tli/src/dashboard/backtesting.rs | 12.50% (2/16) | 23.17% (76/328) | 19.44% (90/463) | - (0/0) |
tli/src/dashboard/config.rs | 100.00% (1/1) | 100.00% (3/3) | 100.00% (4/4) | - (0/0) |
tli/src/dashboard/events.rs | 0.00% (0/2) | 0.00% (0/15) | 0.00% (0/33) | - (0/0) |
tli/src/dashboard/layout.rs | 50.00% (1/2) | 21.74% (5/23) | 11.54% (3/26) | - (0/0) |
tli/src/dashboard/ml.rs | 5.88% (1/17) | 7.20% (29/403) | 3.65% (19/521) | - (0/0) |
tli/src/dashboard/mod.rs | 7.69% (1/13) | 21.29% (33/155) | 22.22% (56/252) | - (0/0) |
tli/src/dashboard/performance.rs | 12.50% (1/8) | 19.35% (6/31) | 8.57% (3/35) | - (0/0) |
tli/src/dashboard/risk.rs | 8.33% (1/12) | 6.96% (8/115) | 1.67% (3/180) | - (0/0) |
tli/src/dashboard/trading.rs | 8.33% (1/12) | 5.11% (14/274) | 3.54% (14/396) | - (0/0) |
tli/src/dashboard/vault_status.rs | 21.74% (5/23) | 20.81% (46/221) | 11.90% (37/311) | - (0/0) |
tli/src/dashboards/config_manager.rs | 0.00% (0/77) | 0.00% (0/817) | 0.00% (0/1245) | - (0/0) |
tli/src/dashboards/configuration.rs | 7.25% (5/69) | 4.87% (51/1047) | 2.03% (30/1476) | - (0/0) |
tli/src/events/aggregator.rs | 27.59% (16/58) | 28.52% (146/512) | 26.27% (232/883) | - (0/0) |
tli/src/events/event_buffer.rs | 88.89% (48/54) | 88.18% (455/516) | 88.75% (686/773) | - (0/0) |
tli/src/events/mod.rs | 35.29% (12/34) | 39.26% (117/298) | 32.01% (129/403) | - (0/0) |
tli/src/events/stream_manager.rs | 17.74% (11/62) | 19.32% (103/533) | 16.30% (120/736) | - (0/0) |
tli/src/lib.rs | 0.00% (0/1) | 0.00% (0/6) | 0.00% (0/8) | - (0/0) |
tli/src/tests.rs | 67.74% (21/31) | 86.94% (213/245) | 92.07% (441/479) | - (0/0) |
tli/src/types.rs | 91.67% (22/24) | 91.32% (200/219) | 93.15% (231/248) | - (0/0) |
tli/src/ui/mod.rs | 18.18% (2/11) | 17.11% (13/76) | 12.28% (14/114) | - (0/0) |
trading-data/src/executions.rs | 25.00% (9/36) | 50.30% (84/167) | 51.93% (94/181) | - (0/0) |
trading-data/src/lib.rs | 100.00% (1/1) | 100.00% (6/6) | 83.33% (10/12) | - (0/0) |
trading-data/src/models.rs | 100.00% (4/4) | 100.00% (40/40) | 100.00% (71/71) | - (0/0) |
trading-data/src/orders.rs | 22.22% (6/27) | 23.68% (36/152) | 18.30% (43/235) | - (0/0) |
trading-data/src/positions.rs | 24.24% (8/33) | 43.70% (52/119) | 48.12% (64/133) | - (0/0) |
trading_engine/src/advanced_memory_benchmarks.rs | 81.25% (26/32) | 90.59% (462/510) | 90.43% (718/794) | - (0/0) |
trading_engine/src/affinity.rs | 60.00% (12/20) | 49.08% (134/273) | 48.96% (212/433) | - (0/0) |
trading_engine/src/brokers/config.rs | 100.00% (5/5) | 100.00% (36/36) | 100.00% (19/19) | - (0/0) |
trading_engine/src/brokers/error.rs | 0.00% (0/1) | 0.00% (0/10) | 0.00% (0/27) | - (0/0) |
trading_engine/src/brokers/fix.rs | 0.00% (0/4) | 0.00% (0/19) | 0.00% (0/26) | - (0/0) |
trading_engine/src/brokers/icmarkets.rs | 0.00% (0/30) | 0.00% (0/167) | 0.00% (0/230) | - (0/0) |
trading_engine/src/brokers/interactive_brokers.rs | 0.00% (0/16) | 0.00% (0/48) | 0.00% (0/41) | - (0/0) |
trading_engine/src/brokers/mod.rs | 38.46% (5/13) | 48.39% (15/31) | 58.97% (23/39) | - (0/0) |
trading_engine/src/brokers/monitoring.rs | 0.00% (0/5) | 0.00% (0/21) | 0.00% (0/17) | - (0/0) |
trading_engine/src/brokers/routing.rs | 0.00% (0/3) | 0.00% (0/14) | 0.00% (0/15) | - (0/0) |
trading_engine/src/brokers/security.rs | 0.00% (0/5) | 0.00% (0/23) | 0.00% (0/20) | - (0/0) |
trading_engine/src/compliance/audit_trails.rs | 0.00% (0/97) | 0.00% (0/819) | 0.00% (0/1193) | - (0/0) |
trading_engine/src/compliance/automated_reporting.rs | 0.00% (0/69) | 0.00% (0/572) | 0.00% (0/704) | - (0/0) |
trading_engine/src/compliance/best_execution.rs | 0.00% (0/52) | 0.00% (0/447) | 0.00% (0/437) | - (0/0) |
trading_engine/src/compliance/compliance_reporting.rs | 0.00% (0/67) | 0.00% (0/606) | 0.00% (0/483) | - (0/0) |
trading_engine/src/compliance/iso27001_compliance.rs | 0.00% (0/37) | 0.00% (0/349) | 0.00% (0/325) | - (0/0) |
trading_engine/src/compliance/mod.rs | 0.00% (0/19) | 0.00% (0/284) | 0.00% (0/280) | - (0/0) |
trading_engine/src/compliance/regulatory_api.rs | 0.00% (0/33) | 0.00% (0/300) | 0.00% (0/366) | - (0/0) |
trading_engine/src/compliance/sox_compliance.rs | 0.00% (0/49) | 0.00% (0/330) | 0.00% (0/359) | - (0/0) |
trading_engine/src/compliance/transaction_reporting.rs | 0.00% (0/31) | 0.00% (0/303) | 0.00% (0/274) | - (0/0) |
trading_engine/src/comprehensive_performance_benchmarks.rs | 68.75% (55/80) | 89.71% (933/1040) | 89.85% (1523/1695) | - (0/0) |
trading_engine/src/events/event_types.rs | 61.36% (27/44) | 50.77% (198/390) | 50.00% (270/540) | - (0/0) |
trading_engine/src/events/mod.rs | 28.57% (16/56) | 28.60% (127/444) | 26.44% (138/522) | - (0/0) |
trading_engine/src/events/postgres_writer.rs | 24.00% (12/50) | 20.28% (86/424) | 16.19% (91/562) | - (0/0) |
trading_engine/src/events/ring_buffer.rs | 64.29% (36/56) | 69.81% (252/361) | 71.99% (365/507) | - (0/0) |
trading_engine/src/lib.rs | 0.00% (0/3) | 0.00% (0/9) | 0.00% (0/11) | - (0/0) |
trading_engine/src/lockfree/atomic_ops.rs | 71.74% (33/46) | 75.72% (262/346) | 76.61% (416/543) | - (0/0) |
trading_engine/src/lockfree/mod.rs | 88.89% (8/9) | 84.82% (95/112) | 81.93% (136/166) | - (0/0) |
trading_engine/src/lockfree/mpsc_queue.rs | 80.65% (25/31) | 88.44% (260/294) | 89.96% (403/448) | - (0/0) |
trading_engine/src/lockfree/ring_buffer.rs | 94.44% (17/18) | 93.68% (163/174) | 92.06% (313/340) | - (0/0) |
trading_engine/src/lockfree/small_batch_ring.rs | 80.56% (29/36) | 84.27% (284/337) | 84.29% (499/592) | - (0/0) |
trading_engine/src/metrics.rs | 75.00% (27/36) | 82.67% (272/329) | 84.63% (413/488) | - (0/0) |
trading_engine/src/persistence/backup.rs | 0.00% (0/33) | 0.00% (0/309) | 0.00% (0/463) | - (0/0) |
trading_engine/src/persistence/clickhouse.rs | 0.00% (0/35) | 0.00% (0/307) | 0.00% (0/347) | - (0/0) |
trading_engine/src/persistence/health.rs | 0.00% (0/23) | 0.00% (0/235) | 0.00% (0/270) | - (0/0) |
trading_engine/src/persistence/influxdb.rs | 0.00% (0/36) | 0.00% (0/279) | 0.00% (0/364) | - (0/0) |
trading_engine/src/persistence/migrations.rs | 0.00% (0/31) | 0.00% (0/267) | 0.00% (0/386) | - (0/0) |
trading_engine/src/persistence/mod.rs | 0.00% (0/19) | 0.00% (0/83) | 0.00% (0/104) | - (0/0) |
trading_engine/src/persistence/postgres.rs | 0.00% (0/26) | 0.00% (0/234) | 0.00% (0/255) | - (0/0) |
trading_engine/src/persistence/redis.rs | 0.00% (0/42) | 0.00% (0/409) | 0.00% (0/495) | - (0/0) |
trading_engine/src/persistence/redis_integration_test.rs | 0.00% (0/8) | 0.00% (0/203) | 0.00% (0/377) | - (0/0) |
trading_engine/src/repositories/compliance_repository.rs | 52.00% (13/25) | 61.76% (63/102) | 66.18% (90/136) | - (0/0) |
trading_engine/src/repositories/event_repository.rs | 51.61% (16/31) | 59.29% (67/113) | 68.12% (94/138) | - (0/0) |
trading_engine/src/repositories/migration_repository.rs | 48.84% (21/43) | 72.57% (127/175) | 76.28% (193/253) | - (0/0) |
trading_engine/src/repositories/mod.rs | 0.00% (0/1) | 0.00% (0/11) | 0.00% (0/4) | - (0/0) |
trading_engine/src/simd/mod.rs | 67.65% (46/68) | 55.96% (573/1024) | 56.84% (956/1682) | - (0/0) |
trading_engine/src/simd/performance_test.rs | 83.33% (5/6) | 84.07% (153/182) | 81.99% (214/261) | - (0/0) |
trading_engine/src/small_batch_optimizer.rs | 73.53% (25/34) | 76.45% (263/344) | 77.80% (396/509) | - (0/0) |
trading_engine/src/test_runner.rs | 52.38% (11/21) | 53.68% (204/380) | 49.19% (242/492) | - (0/0) |
trading_engine/src/timing.rs | 85.42% (41/48) | 79.95% (311/389) | 83.11% (492/592) | - (0/0) |
trading_engine/src/tracing.rs | 67.44% (29/43) | 73.39% (182/248) | 78.40% (265/338) | - (0/0) |
trading_engine/src/trading/account_manager.rs | 67.35% (33/49) | 73.02% (295/404) | 76.76% (446/581) | - (0/0) |
trading_engine/src/trading/broker_client.rs | 16.67% (17/102) | 17.92% (107/597) | 14.17% (125/882) | - (0/0) |
trading_engine/src/trading/engine.rs | 13.33% (4/30) | 5.56% (10/180) | 6.22% (12/193) | - (0/0) |
trading_engine/src/trading/order_manager.rs | 92.86% (52/56) | 95.30% (426/447) | 96.05% (706/735) | - (0/0) |
trading_engine/src/trading/position_manager.rs | 58.14% (25/43) | 77.58% (398/513) | 81.20% (661/814) | - (0/0) |
trading_engine/src/trading_operations.rs | 27.71% (23/83) | 40.49% (213/526) | 39.82% (264/663) | - (0/0) |
trading_engine/src/types/cardinality_limiter.rs | 100.00% (26/26) | 97.89% (186/190) | 98.37% (361/367) | - (0/0) |
trading_engine/src/types/errors.rs | 44.12% (15/34) | 36.22% (138/381) | 45.17% (159/352) | - (0/0) |
trading_engine/src/types/events.rs | 73.75% (59/80) | 91.06% (1120/1230) | 85.23% (1644/1929) | - (0/0) |
trading_engine/src/types/financial.rs | 83.33% (105/126) | 87.15% (495/568) | 88.70% (832/938) | - (0/0) |
trading_engine/src/types/metrics.rs | 26.80% (26/97) | 33.71% (179/531) | 34.54% (257/744) | - (0/0) |
trading_engine/src/types/mod.rs | 100.00% (1/1) | 100.00% (11/11) | 100.00% (17/17) | - (0/0) |
trading_engine/src/types/test_utils.rs | 75.00% (6/8) | 81.25% (26/32) | 88.46% (46/52) | - (0/0) |
trading_engine/src/types/timestamp_utils.rs | 68.75% (11/16) | 79.73% (59/74) | 85.21% (121/142) | - (0/0) |
trading_engine/src/types/type_registry.rs | 72.22% (13/18) | 77.70% (108/139) | 77.78% (147/189) | - (0/0) |
trading_engine/src/types/validation.rs | 40.91% (9/22) | 46.41% (110/237) | 53.31% (145/272) | - (0/0) |
Totals | 44.85% (7051/15723) | 47.04% (64743/137627) | 47.97% (94952/197957) | - (0/0) |