Coverage

75%
4
3
1

/Users/alexsouthern/Dropbox/blanket/example/mocha/sample.js

75%
4
3
1
LineHitsSource
10//this test should fail
21module.exports = function(){
31 return true;
41};