Tagged Questions
2
votes
2answers
513 views
Javascript Code Coverage tool for IE
I've got a rather hideous and large javascript file that I've inherited from a dev I loathe. There is a lot of dead code, and I find I've spend a lot of time refactoring functions that aren't even ...
0
votes
2answers
204 views
Javascript function usage
Duplicate of: Are there any good Javascript code coverage tools?
Can I find out how often the available JavaScript functions are executed on a page? I have a quite big file with a lot of JS ...