push
github
564 of 728 branches covered (77.47%)
Branch coverage included in aggregate %.
2692 of 3007 relevant lines covered (89.52%)
6.51 hits per line
1 |
import sys |
10✔ |
2 |
|
|
3 |
if sys.version_info[0] >= 3: |
|
4 |
from .pickle_3 import * |
8✔ |
5 |
else:
|
|
6 |
from .pickle_2 import * |
2✔ |
7 |
del sys
|
10✔ |