|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<coverage version="7.6.12" timestamp="1740119301390" lines-valid="42" lines-covered="11" line-rate="0.2619" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
| 3 | + <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.12 --> |
| 4 | + <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd --> |
| 5 | + <sources> |
| 6 | + <source>/home/nurzhan/Desktop/python-project-50/gendiff</source> |
| 7 | + </sources> |
| 8 | + <packages> |
| 9 | + <package name="." line-rate="0" branch-rate="0" complexity="0"> |
| 10 | + <classes> |
| 11 | + <class name="diff_generator.py" filename="diff_generator.py" complexity="0" line-rate="0" branch-rate="0"> |
| 12 | + <methods/> |
| 13 | + <lines> |
| 14 | + <line number="1" hits="0"/> |
| 15 | + <line number="4" hits="0"/> |
| 16 | + <line number="5" hits="0"/> |
| 17 | + <line number="6" hits="0"/> |
| 18 | + <line number="8" hits="0"/> |
| 19 | + <line number="9" hits="0"/> |
| 20 | + <line number="11" hits="0"/> |
| 21 | + <line number="12" hits="0"/> |
| 22 | + <line number="13" hits="0"/> |
| 23 | + <line number="14" hits="0"/> |
| 24 | + <line number="15" hits="0"/> |
| 25 | + <line number="16" hits="0"/> |
| 26 | + <line number="17" hits="0"/> |
| 27 | + <line number="19" hits="0"/> |
| 28 | + <line number="20" hits="0"/> |
| 29 | + <line number="22" hits="0"/> |
| 30 | + </lines> |
| 31 | + </class> |
| 32 | + <class name="parser.py" filename="parser.py" complexity="0" line-rate="0" branch-rate="0"> |
| 33 | + <methods/> |
| 34 | + <lines> |
| 35 | + <line number="3" hits="0"/> |
| 36 | + <line number="4" hits="0"/> |
| 37 | + <line number="7" hits="0"/> |
| 38 | + <line number="8" hits="0"/> |
| 39 | + <line number="11" hits="0"/> |
| 40 | + <line number="12" hits="0"/> |
| 41 | + <line number="13" hits="0"/> |
| 42 | + <line number="18" hits="0"/> |
| 43 | + <line number="19" hits="0"/> |
| 44 | + <line number="20" hits="0"/> |
| 45 | + </lines> |
| 46 | + </class> |
| 47 | + <class name="read.py" filename="read.py" complexity="0" line-rate="0" branch-rate="0"> |
| 48 | + <methods/> |
| 49 | + <lines> |
| 50 | + <line number="3" hits="0"/> |
| 51 | + <line number="4" hits="0"/> |
| 52 | + <line number="7" hits="0"/> |
| 53 | + <line number="8" hits="0"/> |
| 54 | + <line number="9" hits="0"/> |
| 55 | + </lines> |
| 56 | + </class> |
| 57 | + </classes> |
| 58 | + </package> |
| 59 | + <package name="tests" line-rate="1" branch-rate="0" complexity="0"> |
| 60 | + <classes> |
| 61 | + <class name="diff_generator_test.py" filename="tests/diff_generator_test.py" complexity="0" line-rate="1" branch-rate="0"> |
| 62 | + <methods/> |
| 63 | + <lines> |
| 64 | + <line number="1" hits="1"/> |
| 65 | + <line number="4" hits="1"/> |
| 66 | + <line number="5" hits="1"/> |
| 67 | + <line number="8" hits="1"/> |
| 68 | + <line number="9" hits="1"/> |
| 69 | + <line number="10" hits="1"/> |
| 70 | + <line number="12" hits="1"/> |
| 71 | + <line number="21" hits="1"/> |
| 72 | + <line number="23" hits="1"/> |
| 73 | + <line number="24" hits="1"/> |
| 74 | + <line number="26" hits="1"/> |
| 75 | + </lines> |
| 76 | + </class> |
| 77 | + </classes> |
| 78 | + </package> |
| 79 | + </packages> |
| 80 | +</coverage> |
0 commit comments