Many have asked , but there is still no toolkit to cover ColdFusion code.
The latest version of ColdFusion implements .NET integration in addition to J2EE integration, so if you need code coverage metrics (that is, customer requirements), then (in addition to choosing something other than ColdFusion) you can determine which parts need this reach and break them down into .NET or J2EE objects that you can profile using the available tools.
Alternatively, you can do the analysis yourself - use a parser to add cftrace tags after each control, and then analyze the results.
Finally, ColdFusion has some basic stack trace - I don't know if it goes deeper, but it's worth exploring to see what you can analyze from this.
Hope this helps!
Adam Davis
Adam davis
source share