florence / cover

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

Add coverage counts for expressions #134

Open florence opened 7 years ago

florence commented 7 years ago

Add a mode that determines the number of times an expression is run instead of just if it was run.

(useful for gauging how tests generators are working)