Skip to main content

Crate supercov_engine

Crate supercov_engine 

Source
Expand description

Rust coverage engine.

The implementation remains a differential candidate until its public CLI and cross-platform cutover gates are complete. The TypeScript engine is a temporary regression reference, not the semantic authority.

Modules§

agent_json
coverage_analysis
Language-neutral coverage arithmetic and masking MC/DC witness search.
coverage_index
Typed coverage columns stored in the immutable query-index container.
coverage_query
Language-neutral coverage query operators.
coverage_report
Language-neutral reconstruction of coverage views from frozen obligations and per-attempt evidence.
coverage_waivers
Reviewed MC/DC waiver parsing and evaluation.
evidence_archive
Language-neutral, streaming implementation of the frozen evidence archive.
frontend_protocol
Validation boundary between language-specific producers and shared Rust analysis.
indexed_query
One agent-query implementation over an authenticated immutable query index.
integrity
Language-neutral run integrity fingerprints.
javascript_frontend
JavaScript source frontend for Rust-owned executions.
javascript_run
Rust-owned JavaScript execution for the explicit migration candidate.
js_instrumenter
First oxc-backed vertical slice of the Rust JavaScript instrumenter.
lifecycle
Crash-safe run publication, recovery and explicit retention.
orchestration
Language-neutral execution plans over the Rust process supervisor.
probe_v2
process_supervision
Privacy-preserving child-process supervision for arbitrary test commands.
project_discovery
Runner/build/project discovery for zero-configuration JavaScript suites.
query_index
Immutable, versioned, fixed-layout query-index container.
run_query
Agent-facing queries over persisted run metadata.
run_store
Validated local run discovery and immutable run identity.
source_discovery
Deterministic first-party JavaScript/TypeScript source discovery.
workspace
Isolated project snapshots and crash-recoverable stable build cache.

Enums§

EngineReadiness

Constants§

CONTRACT_VERSION
READINESS

Functions§

version