-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-jscover: nodejs version of JSCover #132
Comments
It returns the number of characters into the line that the branch condition starts on. It is currently unused in JSCover.
Sure it is. Take a look at |
getLinePosition is same with column in esprima (http://esprima.org/demo/parse.html)? but i discovered getLinePosition is not always same as column.
I mean JSCover does not instrument, maybe a bug
not
|
You're right. I've fixed it and a couple of other similar problems - can you re-test? You can rebuild from trunk or download from here.
That's why I'm not using it ;) |
Hi:
This library is great, especially the interesting front-end part. But I prefer a javascript version of coverage tool to instrument itself. So I reimplement your algorithm in nodejs at: https://github.com/yiminghe/node-jscover.
However, there are two points i do not understand:
after instrumented by JSCover
after instrumented by node-jscover
The text was updated successfully, but these errors were encountered: