florence / cover

a code coverage tool for racket
MIT License
38 stars 7 forks source link

Better document raw output format and `coverage/c` #56

Closed florence closed 9 years ago

florence commented 9 years ago

The raw output needs to be noted its for debugging only.

coverage/c is completely non-intuitive. It should be explained that an expression being covered does not imply all sub-expressions are covered.

florence commented 9 years ago

This was partially fixed by having the raw output format just be undocumented.

florence commented 9 years ago

This is superseded by #67