covmod1.py 212 B

1234567
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. # covmod1.py: Simplest module for testing.
  4. i = 1
  5. i += 1