travis-ci
906 of 1290 branches covered (70.23%)
Branch coverage included in aggregate %.
4447 of 5153 relevant lines covered (86.3%)
4.29 hits per line
1 |
import sys |
10✔ |
2 |
|
|
3 |
if sys.version_info[0] >= 3: |
|
4 |
from .pickle_3 import * |
7✔ |
5 |
else:
|
|
6 |
from .pickle_2 import * |
3✔ |
7 |
del sys
|
10✔ |