Flex Coverage
This is a GREAT tool for a Flex Developer… I think everyone should used to be sure every part and every condition of a programm is tested…
You’ll only have to replace some files in your Flex SDK folder, set the new SDK in eclipse (if your building with it, see the docs for ant instructions), rebuild and set to go.
Within the downloaded files you’ll have an AIR app to see the result of the coverage, in here you load a file auto-generated in your bin folder and enjoy the results… and the best thing is that it updates automatically!!! as you walk thru your app…
Another important thing is that you can turn it off if you want without having to change the SDK, just add the parameter coverage=false to the compiler
So, here’s the link: FlexCover