push
github-actions
1969 of 2219 relevant lines covered (88.73%)
2.66 hits per line
1 |
|
|
2 |
def preformat(text): |
3✔ |
3 |
return text
|
× |
4 |
|
|
5 |
|
|
6 |
Italic = str
|
3✔ |
7 |
Oblique = str
|
3✔ |
8 |
Bold = str
|
3✔ |
9 |
Light = str
|
3✔ |
10 |
Underline = str
|
3✔ |
11 |
Superscript = str
|
3✔ |
12 |
Subscript = str
|
3✔ |
13 |
SmallCaps = str
|
3✔ |