travis-ci
2248 of 13239 relevant lines covered (16.98%)
0.34 hits per line
1 |
# -*- coding: utf-8 -*-
|
|
2 |
|
|
3 |
|
|
4 |
class 無編碼器: |
3✔ |
5 |
|
|
6 |
@classmethod
|
3✔ |
7 |
def 編碼(cls, 語句): |
|
8 |
return 語句
|
2✔ |
9 |
|
|
10 |
@classmethod
|
3✔ |
11 |
def 解碼(cls, 語句): |
|
12 |
return 語句
|
× |