|
1 | 1 | <?xml version="1.0" ?>
|
2 |
| -<coverage version="7.2.7" timestamp="1687900528486" lines-valid="115" lines-covered="111" line-rate="0.9652" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
| 2 | +<coverage version="7.2.7" timestamp="1688128216104" lines-valid="172" lines-covered="168" line-rate="0.9767" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
3 | 3 | <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.2.7 -->
|
4 | 4 | <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
5 | 5 | <sources>
|
|
157 | 157 | </class>
|
158 | 158 | </classes>
|
159 | 159 | </package>
|
| 160 | + <package name="tests" line-rate="1" branch-rate="0" complexity="0"> |
| 161 | + <classes> |
| 162 | + <class name="__init__.py" filename="tests/__init__.py" complexity="0" line-rate="1" branch-rate="0"> |
| 163 | + <methods/> |
| 164 | + <lines/> |
| 165 | + </class> |
| 166 | + <class name="the_test.py" filename="tests/the_test.py" complexity="0" line-rate="1" branch-rate="0"> |
| 167 | + <methods/> |
| 168 | + <lines> |
| 169 | + <line number="1" hits="1"/> |
| 170 | + <line number="2" hits="1"/> |
| 171 | + <line number="3" hits="1"/> |
| 172 | + <line number="5" hits="1"/> |
| 173 | + <line number="6" hits="1"/> |
| 174 | + <line number="7" hits="1"/> |
| 175 | + <line number="10" hits="1"/> |
| 176 | + <line number="15" hits="1"/> |
| 177 | + <line number="16" hits="1"/> |
| 178 | + <line number="17" hits="1"/> |
| 179 | + <line number="19" hits="1"/> |
| 180 | + <line number="20" hits="1"/> |
| 181 | + <line number="21" hits="1"/> |
| 182 | + <line number="24" hits="1"/> |
| 183 | + <line number="33" hits="1"/> |
| 184 | + <line number="34" hits="1"/> |
| 185 | + <line number="35" hits="1"/> |
| 186 | + <line number="41" hits="1"/> |
| 187 | + <line number="42" hits="1"/> |
| 188 | + <line number="44" hits="1"/> |
| 189 | + <line number="52" hits="1"/> |
| 190 | + <line number="54" hits="1"/> |
| 191 | + <line number="55" hits="1"/> |
| 192 | + <line number="56" hits="1"/> |
| 193 | + <line number="57" hits="1"/> |
| 194 | + <line number="58" hits="1"/> |
| 195 | + <line number="60" hits="1"/> |
| 196 | + <line number="62" hits="1"/> |
| 197 | + <line number="63" hits="1"/> |
| 198 | + <line number="64" hits="1"/> |
| 199 | + <line number="67" hits="1"/> |
| 200 | + <line number="68" hits="1"/> |
| 201 | + <line number="69" hits="1"/> |
| 202 | + <line number="74" hits="1"/> |
| 203 | + <line number="77" hits="1"/> |
| 204 | + <line number="84" hits="1"/> |
| 205 | + <line number="86" hits="1"/> |
| 206 | + <line number="87" hits="1"/> |
| 207 | + <line number="88" hits="1"/> |
| 208 | + <line number="90" hits="1"/> |
| 209 | + <line number="91" hits="1"/> |
| 210 | + <line number="94" hits="1"/> |
| 211 | + <line number="95" hits="1"/> |
| 212 | + <line number="96" hits="1"/> |
| 213 | + <line number="99" hits="1"/> |
| 214 | + <line number="102" hits="1"/> |
| 215 | + <line number="105" hits="1"/> |
| 216 | + <line number="108" hits="1"/> |
| 217 | + <line number="109" hits="1"/> |
| 218 | + <line number="110" hits="1"/> |
| 219 | + <line number="111" hits="1"/> |
| 220 | + <line number="112" hits="1"/> |
| 221 | + <line number="113" hits="1"/> |
| 222 | + <line number="114" hits="1"/> |
| 223 | + <line number="117" hits="1"/> |
| 224 | + <line number="120" hits="1"/> |
| 225 | + <line number="123" hits="1"/> |
| 226 | + </lines> |
| 227 | + </class> |
| 228 | + </classes> |
| 229 | + </package> |
160 | 230 | </packages>
|
161 | 231 | </coverage>
|
0 commit comments