Coverage Report

Created: 2026-03-23 13:30

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
ahma_common/src/sandbox_state.rs
  93.75% (30/32)
  91.58% (174/190)
  92.83% (298/321)
- (0/0)
ahma_common/src/state_machine.rs
 100.00% (8/8)
  95.35% (41/43)
  96.67% (58/60)
- (0/0)
ahma_common/src/timeouts.rs
 100.00% (13/13)
  97.30% (72/74)
  93.81% (91/97)
- (0/0)
ahma_http_bridge/src/bridge.rs
  52.63% (30/57)
  63.08% (451/715)
  60.35% (592/981)
- (0/0)
ahma_http_bridge/src/main.rs
  42.86% (3/7)
  29.51% (18/61)
  37.62% (38/101)
- (0/0)
ahma_http_bridge/src/quic/cert.rs
   0.00% (0/3)
   0.00% (0/24)
   0.00% (0/54)
- (0/0)
ahma_http_bridge/src/quic/mod.rs
   0.00% (0/11)
   0.00% (0/103)
   0.00% (0/168)
- (0/0)
ahma_http_bridge/src/request_handler.rs
  47.14% (33/70)
  39.06% (248/635)
  36.49% (304/833)
- (0/0)
ahma_http_bridge/src/session.rs
  75.00% (63/84)
  71.50% (449/628)
  68.32% (647/947)
- (0/0)
ahma_http_mcp_client/src/client.rs
  56.82% (25/44)
  68.27% (256/375)
  64.85% (380/586)
- (0/0)
ahma_http_mcp_client/src/error.rs
 100.00% (10/10)
 100.00% (45/45)
 100.00% (86/86)
- (0/0)
ahma_llm_monitor/src/client.rs
  75.00% (3/4)
  96.72% (59/61)
  90.12% (73/81)
- (0/0)
ahma_llm_monitor/src/prompt.rs
 100.00% (1/1)
 100.00% (14/14)
 100.00% (13/13)
- (0/0)
ahma_mcp/src/adapter/mod.rs
  79.63% (43/54)
  75.16% (605/805)
  77.57% (882/1137)
- (0/0)
ahma_mcp/src/adapter/preparer/arg_processor.rs
 100.00% (24/24)
  98.08% (153/156)
  93.83% (228/243)
- (0/0)
ahma_mcp/src/adapter/preparer/arg_schema.rs
 100.00% (11/11)
 100.00% (61/61)
 100.00% (98/98)
- (0/0)
ahma_mcp/src/adapter/preparer/conversions.rs
 100.00% (37/37)
 100.00% (169/169)
  99.65% (285/286)
- (0/0)
ahma_mcp/src/adapter/preparer/mod.rs
 100.00% (2/2)
 100.00% (24/24)
 100.00% (38/38)
- (0/0)
ahma_mcp/src/adapter/preparer/shell_redirect.rs
 100.00% (24/24)
 100.00% (116/116)
 100.00% (224/224)
- (0/0)
ahma_mcp/src/adapter/preparer/temp_file.rs
  80.00% (4/5)
  90.32% (28/31)
  81.40% (35/43)
- (0/0)
ahma_mcp/src/callback_system.rs
  97.44% (38/39)
  92.58% (237/256)
  94.41% (321/340)
- (0/0)
ahma_mcp/src/client.rs
  87.88% (29/33)
  65.37% (134/205)
  64.33% (202/314)
- (0/0)
ahma_mcp/src/client_type.rs
 100.00% (12/12)
  95.89% (70/73)
  97.14% (102/105)
- (0/0)
ahma_mcp/src/config.rs
  97.22% (35/36)
  92.79% (193/208)
  91.29% (283/310)
- (0/0)
ahma_mcp/src/constants.rs
 100.00% (4/4)
 100.00% (21/21)
 100.00% (35/35)
- (0/0)
ahma_mcp/src/livelog/mod.rs
 100.00% (4/4)
  86.92% (113/130)
  86.32% (183/212)
- (0/0)
ahma_mcp/src/log_monitor.rs
  86.15% (56/65)
  91.09% (593/651)
  91.40% (925/1012)
- (0/0)
ahma_mcp/src/mcp_callback.rs
  50.00% (2/4)
  50.00% (15/30)
  43.75% (7/16)
- (0/0)
ahma_mcp/src/mcp_service/bundle_registry.rs
  80.00% (4/5)
  78.57% (11/14)
  75.00% (15/20)
- (0/0)
ahma_mcp/src/mcp_service/config_watcher.rs
  44.44% (4/9)
  32.10% (52/162)
  30.00% (69/230)
- (0/0)
ahma_mcp/src/mcp_service/handlers/await_tool.rs
  86.60% (84/97)
  78.88% (452/573)
  83.30% (818/982)
- (0/0)
ahma_mcp/src/mcp_service/handlers/cancel_tool.rs
 100.00% (6/6)
  98.31% (58/59)
  98.80% (82/83)
- (0/0)
ahma_mcp/src/mcp_service/handlers/common.rs
  81.82% (27/33)
  72.37% (110/152)
  70.14% (155/221)
- (0/0)
ahma_mcp/src/mcp_service/handlers/discover_tools.rs
  90.91% (10/11)
  91.07% (102/112)
  96.65% (173/179)
- (0/0)
ahma_mcp/src/mcp_service/handlers/livelog_tool.rs
   0.00% (0/6)
   0.00% (0/69)
   0.00% (0/90)
- (0/0)
ahma_mcp/src/mcp_service/handlers/shell_tool.rs
  53.33% (8/15)
  53.57% (135/252)
  53.15% (177/333)
- (0/0)
ahma_mcp/src/mcp_service/handlers/status_tool.rs
  83.33% (5/6)
  56.86% (58/102)
  65.00% (91/140)
- (0/0)
ahma_mcp/src/mcp_service/mod.rs
  89.13% (123/138)
  76.22% (981/1287)
  79.91% (1631/2041)
- (0/0)
ahma_mcp/src/mcp_service/schema.rs
  77.78% (42/54)
  81.76% (381/466)
  80.83% (603/746)
- (0/0)
ahma_mcp/src/mcp_service/sequence.rs
  81.03% (47/58)
  64.08% (371/579)
  68.36% (687/1005)
- (0/0)
ahma_mcp/src/mcp_service/subcommand.rs
 100.00% (16/16)
  96.15% (175/182)
  97.56% (320/328)
- (0/0)
ahma_mcp/src/mcp_service/types.rs
 100.00% (7/7)
  99.25% (132/133)
  99.62% (261/262)
- (0/0)
ahma_mcp/src/mcp_service/utils.rs
 100.00% (3/3)
  97.83% (45/46)
  94.74% (72/76)
- (0/0)
ahma_mcp/src/operation_monitor.rs
  90.00% (63/70)
  88.37% (380/430)
  89.02% (535/601)
- (0/0)
ahma_mcp/src/path_security.rs
  95.65% (22/23)
  96.45% (136/141)
  90.97% (252/277)
- (0/0)
ahma_mcp/src/retry.rs
  88.24% (15/17)
  87.18% (102/117)
  87.97% (139/158)
- (0/0)
ahma_mcp/src/sandbox/command.rs
 100.00% (9/9)
 100.00% (80/80)
 100.00% (125/125)
- (0/0)
ahma_mcp/src/sandbox/core.rs
  91.89% (34/37)
  92.38% (194/210)
  93.04% (294/316)
- (0/0)
ahma_mcp/src/sandbox/error.rs
 100.00% (17/17)
  98.35% (119/121)
  98.34% (178/181)
- (0/0)
ahma_mcp/src/sandbox/landlock.rs
 100.00% (4/4)
  86.67% (78/90)
  82.14% (115/140)
- (0/0)
ahma_mcp/src/sandbox/prerequisites.rs
  72.73% (8/11)
  50.00% (40/80)
  48.18% (53/110)
- (0/0)
ahma_mcp/src/sandbox/scopes.rs
  94.12% (16/17)
  81.95% (109/133)
  86.84% (165/190)
- (0/0)
ahma_mcp/src/sandbox/types.rs
  83.33% (5/6)
  88.89% (24/27)
  86.84% (33/38)
- (0/0)
ahma_mcp/src/schema_validation.rs
 100.00% (43/43)
  99.74% (391/392)
  99.78% (461/462)
- (0/0)
ahma_mcp/src/shell/bin.rs
 100.00% (2/2)
 100.00% (13/13)
 100.00% (11/11)
- (0/0)
ahma_mcp/src/shell/cli.rs
  80.85% (76/94)
  74.46% (688/924)
  73.41% (1005/1369)
- (0/0)
ahma_mcp/src/shell/list_tools.rs
  67.12% (49/73)
  78.48% (507/646)
  77.23% (753/975)
- (0/0)
ahma_mcp/src/shell/modes/cli.rs
  85.51% (59/69)
  82.07% (531/647)
  83.46% (797/955)
- (0/0)
ahma_mcp/src/shell/modes/http_bridge.rs
   0.00% (0/3)
   0.00% (0/52)
   0.00% (0/75)
- (0/0)
ahma_mcp/src/shell/modes/list_tools.rs
   0.00% (0/2)
   0.00% (0/27)
   0.00% (0/47)
- (0/0)
ahma_mcp/src/shell/modes/server.rs
  55.56% (5/9)
  55.56% (115/207)
  56.82% (175/308)
- (0/0)
ahma_mcp/src/shell/resolution.rs
  86.96% (40/46)
  85.68% (371/433)
  88.42% (611/691)
- (0/0)
ahma_mcp/src/shell_pool.rs
  86.76% (59/68)
  83.48% (475/569)
  77.71% (530/682)
- (0/0)
ahma_mcp/src/terminal_output.rs
 100.00% (8/8)
  98.85% (86/87)
  99.34% (150/151)
- (0/0)
ahma_mcp/src/test_utils/assertions.rs
  46.15% (6/13)
  39.34% (24/61)
  51.85% (42/81)
- (0/0)
ahma_mcp/src/test_utils/cli.rs
 100.00% (6/6)
  94.23% (49/52)
  93.88% (92/98)
- (0/0)
ahma_mcp/src/test_utils/client.rs
  64.52% (20/31)
  59.92% (154/257)
  59.19% (235/397)
- (0/0)
ahma_mcp/src/test_utils/concurrency.rs
  29.17% (7/24)
  21.91% (39/178)
  20.75% (44/212)
- (0/0)
ahma_mcp/src/test_utils/config.rs
 100.00% (2/2)
 100.00% (13/13)
 100.00% (8/8)
- (0/0)
ahma_mcp/src/test_utils/fs.rs
 100.00% (16/16)
 100.00% (50/50)
  93.94% (62/66)
- (0/0)
ahma_mcp/src/test_utils/http.rs
  95.24% (20/21)
  92.23% (190/206)
  89.50% (307/343)
- (0/0)
ahma_mcp/src/test_utils/mod.rs
 100.00% (19/19)
  98.62% (143/145)
  98.37% (241/245)
- (0/0)
ahma_mcp/src/test_utils/path_helpers.rs
  80.00% (4/5)
  84.21% (16/19)
  86.96% (20/23)
- (0/0)
ahma_mcp/src/test_utils/project.rs
 100.00% (12/12)
 100.00% (103/103)
  86.05% (74/86)
- (0/0)
ahma_mcp/src/test_utils/stdio.rs
   0.00% (0/4)
   0.00% (0/29)
   0.00% (0/35)
- (0/0)
ahma_mcp/src/tool_availability.rs
 100.00% (5/5)
 100.00% (57/57)
 100.00% (62/62)
- (0/0)
ahma_mcp/src/tool_availability/builder.rs
  92.00% (23/25)
  97.98% (194/198)
  94.29% (231/245)
- (0/0)
ahma_mcp/src/tool_availability/engine.rs
 100.00% (11/11)
 100.00% (89/89)
  98.11% (104/106)
- (0/0)
ahma_mcp/src/tool_availability/types.rs
  72.22% (13/18)
  68.28% (127/186)
  70.16% (181/258)
- (0/0)
ahma_mcp/src/tool_hints.rs
 100.00% (2/2)
 100.00% (13/13)
 100.00% (20/20)
- (0/0)
ahma_mcp/src/transport_patch.rs
  90.00% (9/10)
  82.73% (91/110)
  82.25% (139/169)
- (0/0)
ahma_mcp/src/utils/logging.rs
  87.50% (7/8)
  85.25% (52/61)
  92.08% (93/101)
- (0/0)
ahma_mcp/src/utils/stdio.rs
 100.00% (5/5)
  88.89% (24/27)
  93.02% (40/43)
- (0/0)
ahma_mcp/src/utils/time.rs
 100.00% (4/4)
 100.00% (29/29)
  97.56% (40/41)
- (0/0)
ahma_mcp/src/utils/timestamp.rs
 100.00% (13/13)
 100.00% (91/91)
 100.00% (168/168)
- (0/0)
ahma_mcp/src/validation.rs
  96.97% (32/33)
  96.52% (222/230)
  93.37% (352/377)
- (0/0)
generate_tool_schema/src/main.rs
  91.67% (22/24)
  89.63% (147/164)
  88.12% (282/320)
- (0/0)
Totals
  81.96% (1722/2101)
  77.03% (13778/17886)
  77.49% (20801/26843)
- (0/0)
Generated by llvm-cov -- llvm version 21.1.8-rust-1.94.0-stable