On 3/28/14 8:54 AM, "João Fernandes" <joaopedromartinsfernan...@gmail.com> wrote:
>Great news Alex! > >The source code for a prototype of a code coverage utility that I wrote. > > >How does this work? This is the prototype I've mentioned before. It uses flash.trace.Trace to output every debug line your code passes through. The total set of debug lines can be compared to debug lines pulled from the SWF to compute coverage. It won't tell you as much as some other coverage technology that puts smarter information in the code paths, but it should have less drag on performance. It should also help with creating a tracing profiler. -Alex