Re: [Python-Dev] Tracing at a more granular level (branch coverage)

2008-04-01 Thread Amaury Forgeot d'Arc
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

[Python-Dev] Tracing at a more granular level (branch coverage)

2008-04-01 Thread m h
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