Summary
cargo llvm-cov reports 94.53% line coverage for aprender-core, 0.47% below the 95% target. Confirmed across 2 dogfood runs (2026-04-08, 2026-04-09).
Top coverage gaps (from PMAT)
sliding_window_entropy.rs — 10+ functions at 0% (hex command internals)
speedup.rs — 5 functions at 0% (throughput/GPU QA gates)
chat_session.rs — struct entry points uncovered
train_commands.rs — module entry points uncovered
Action
Use pmat query --coverage-gaps --limit 20 --exclude-tests to identify highest-impact functions, then write targeted tests.
Blocking
Dogfood Gate G6.
Priority
P1
🤖 Generated with Claude Code
Summary
cargo llvm-covreports 94.53% line coverage for aprender-core, 0.47% below the 95% target. Confirmed across 2 dogfood runs (2026-04-08, 2026-04-09).Top coverage gaps (from PMAT)
sliding_window_entropy.rs— 10+ functions at 0% (hex command internals)speedup.rs— 5 functions at 0% (throughput/GPU QA gates)chat_session.rs— struct entry points uncoveredtrain_commands.rs— module entry points uncoveredAction
Use
pmat query --coverage-gaps --limit 20 --exclude-teststo identify highest-impact functions, then write targeted tests.Blocking
Dogfood Gate G6.
Priority
P1
🤖 Generated with Claude Code