Registry / testing / cov-mark

cov-mark

JSON →
library2.2.0rscratesunverified

Manual coverage marks for tracking code coverage in tests.

# Cargo.toml [dependencies] cov-mark = "2.2.0"
INSTALL
IMPORT
SIG · COV-MARK
C
cov-mark
testingrustv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hit
✓ use cov_mark::hit;

Mark a point in code as covered for coverage analysis.

use cov_mark::hit; fn main() { hit!(); println!("This line is covered"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
cov-mark — cargo add cov-mark · libregistry