alex-seville / blanket

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.
http://blanketjs.org
Other
1.4k stars 177 forks source link

blanket js does not given correct results. #563

Open gayanwiharagoda opened 8 years ago

gayanwiharagoda commented 8 years ago

I am using blanketjs in browser environment. . it gives correct result for a file and incorrect results for other file. it dose not count some functions even if they get execute with in test case.