50 |
50 |
51 If `branch` is true, then branch coverage will be measured in addition |
51 If `branch` is true, then branch coverage will be measured in addition |
52 to the usual statement coverage. |
52 to the usual statement coverage. |
53 |
53 |
54 """ |
54 """ |
55 from coverage import __version__ |
55 from . import __version__ |
56 |
56 |
57 self.cover_pylib = cover_pylib |
57 self.cover_pylib = cover_pylib |
58 self.auto_data = auto_data |
58 self.auto_data = auto_data |
59 self.atexit_registered = False |
59 self.atexit_registered = False |
60 |
60 |