uncover 0.1.1

A library to verify that a test covers specific code.
Documentation

uncover

Build Status Crates.io API reference

A library that makes tests easier to maintain by using instrumentation to answer these two questions:

  • Which code is exercised by this test?
  • Which test covers this bit of code?

See the docs for more.