# coverage test for the trace module # run with: "python -m trace -c mytest.py" t = 1 def f(): global t t = 2 if __name__ == '__main__': f()