◐ Shell
clean mode source ↗

Message 117257 - Python tracker

With the attached traceme.py, 


$ python -m trace -m -s -c  traceme.py
lines   cov%   module   (path)
    2    50%   traceme   (traceme.py)
$ cat traceme.cover 
       x = (1,
>>>>>>      2,
    1:      3)

This is wrong because all lines in traceme.py are executed.