cryptol/tests/issues/issue094.icry.stdout
Rob Dockins 2df09a428a Change how test coverage statistics are computed.
This formulation accounts for the fact that test vectors
are chosen randomly with replacement.

Fixes #461
2017-10-03 17:37:48 -07:00

8 lines
184 B
Plaintext

Loading module Cryptol
Using random testing.
testing...passed 100 tests.
Expected test coverage: 32.39% (83 of 256 values)
Using exhaustive testing.
testing...passed 256 tests.
Q.E.D.