Hello,
On Tue, Apr 1, 2008 at 9:02 PM, m h wrote:
> Howdy Folks-
>
> I hope this is not too off topic. Sadly the current sys.settrace only
> allows tracing at the line level. This isn't sufficient to do branch
> and path coverage. The main problem is that many boolean operations
> can appea
Howdy Folks-
I hope this is not too off topic. Sadly the current sys.settrace only
allows tracing at the line level. This isn't sufficient to do branch
and path coverage. The main problem is that many boolean operations
can appear on a single line, and so you can't be sure which
conditional bra