Tagged Questions
3
votes
3answers
152 views
Delphi - What routines are NOT called? [closed]
Possible Duplicate:
Tools to detect Dead code in delphi2007 or above
Is there a way to determine what functions/procedures are in my .pas files which are NOT called?
For example, I have a ...
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 ...
1
vote
1answer
438 views
Acceptance Tests and Code Coverage
What is the best way to measure coverage for your Acceptance Tests??
How do you define how much your acceptance tests cover and when they are enough??
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 ...