|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<document xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="gnatcov-xml-report.xsd"> |
| 3 | + <coverage_report coverage_level="stmt+mcdc+atcc"> |
| 4 | + <coverage_info> |
| 5 | + <xi:include parse="xml" href="trace.xml"/> |
| 6 | + </coverage_info> |
| 7 | + |
| 8 | + <coverage_summary> |
| 9 | + <metric kind="total_lines_of_relevance" count="9"/> |
| 10 | + <metric kind="fully_covered" count="7" ratio="78"/> |
| 11 | + <metric kind="partially_covered" count="2" ratio="22"/> |
| 12 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 13 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 14 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 15 | + <metric kind="exempted" count="0" ratio="0"/> |
| 16 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 17 | + <obligation_stats kind="Stmt"> |
| 18 | + <metric kind="total_obligations_of_relevance" count="8"/> |
| 19 | + <metric kind="fully_covered" count="8" ratio="100"/> |
| 20 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 21 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 22 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 23 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 24 | + <metric kind="exempted" count="0" ratio="0"/> |
| 25 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 26 | + </obligation_stats> |
| 27 | + |
| 28 | + <obligation_stats kind="Decision"> |
| 29 | + <metric kind="total_obligations_of_relevance" count="1"/> |
| 30 | + <metric kind="fully_covered" count="1" ratio="100"/> |
| 31 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 32 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 33 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 34 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 35 | + <metric kind="exempted" count="0" ratio="0"/> |
| 36 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 37 | + </obligation_stats> |
| 38 | + |
| 39 | + <obligation_stats kind="MCDC"> |
| 40 | + <metric kind="total_obligations_of_relevance" count="2"/> |
| 41 | + <metric kind="fully_covered" count="1" ratio="50"/> |
| 42 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 43 | + <metric kind="not_covered" count="1" ratio="50"/> |
| 44 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 45 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 46 | + <metric kind="exempted" count="0" ratio="0"/> |
| 47 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 48 | + </obligation_stats> |
| 49 | + |
| 50 | + <obligation_stats kind="ATC"> |
| 51 | + <metric kind="total_obligations_of_relevance" count="1"/> |
| 52 | + <metric kind="fully_covered" count="1" ratio="100"/> |
| 53 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 54 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 55 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 56 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 57 | + <metric kind="exempted" count="0" ratio="0"/> |
| 58 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 59 | + </obligation_stats> |
| 60 | + |
| 61 | + <obligation_stats kind="ATCC"> |
| 62 | + <metric kind="total_obligations_of_relevance" count="2"/> |
| 63 | + <metric kind="fully_covered" count="1" ratio="50"/> |
| 64 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 65 | + <metric kind="not_covered" count="1" ratio="50"/> |
| 66 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 67 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 68 | + <metric kind="exempted" count="0" ratio="0"/> |
| 69 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 70 | + </obligation_stats> |
| 71 | + |
| 72 | + <file name="main.adb"> |
| 73 | + <metric kind="total_lines_of_relevance" count="9"/> |
| 74 | + <metric kind="fully_covered" count="7" ratio="78"/> |
| 75 | + <metric kind="partially_covered" count="2" ratio="22"/> |
| 76 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 77 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 78 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 79 | + <metric kind="exempted" count="0" ratio="0"/> |
| 80 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 81 | + <obligation_stats kind="Stmt"> |
| 82 | + <metric kind="total_obligations_of_relevance" count="8"/> |
| 83 | + <metric kind="fully_covered" count="8" ratio="100"/> |
| 84 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 85 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 86 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 87 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 88 | + <metric kind="exempted" count="0" ratio="0"/> |
| 89 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 90 | + </obligation_stats> |
| 91 | + |
| 92 | + <obligation_stats kind="Decision"> |
| 93 | + <metric kind="total_obligations_of_relevance" count="1"/> |
| 94 | + <metric kind="fully_covered" count="1" ratio="100"/> |
| 95 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 96 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 97 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 98 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 99 | + <metric kind="exempted" count="0" ratio="0"/> |
| 100 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 101 | + </obligation_stats> |
| 102 | + |
| 103 | + <obligation_stats kind="MCDC"> |
| 104 | + <metric kind="total_obligations_of_relevance" count="2"/> |
| 105 | + <metric kind="fully_covered" count="1" ratio="50"/> |
| 106 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 107 | + <metric kind="not_covered" count="1" ratio="50"/> |
| 108 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 109 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 110 | + <metric kind="exempted" count="0" ratio="0"/> |
| 111 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 112 | + </obligation_stats> |
| 113 | + |
| 114 | + <obligation_stats kind="ATC"> |
| 115 | + <metric kind="total_obligations_of_relevance" count="1"/> |
| 116 | + <metric kind="fully_covered" count="1" ratio="100"/> |
| 117 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 118 | + <metric kind="not_covered" count="0" ratio="0"/> |
| 119 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 120 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 121 | + <metric kind="exempted" count="0" ratio="0"/> |
| 122 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 123 | + </obligation_stats> |
| 124 | + |
| 125 | + <obligation_stats kind="ATCC"> |
| 126 | + <metric kind="total_obligations_of_relevance" count="2"/> |
| 127 | + <metric kind="fully_covered" count="1" ratio="50"/> |
| 128 | + <metric kind="partially_covered" count="0" ratio="0"/> |
| 129 | + <metric kind="not_covered" count="1" ratio="50"/> |
| 130 | + <metric kind="undetermined_coverage" count="0" ratio="0"/> |
| 131 | + <metric kind="exempted_no_violation" count="0" ratio="0"/> |
| 132 | + <metric kind="exempted" count="0" ratio="0"/> |
| 133 | + <metric kind="exempted_undetermined_coverage" count="0" ratio="0"/> |
| 134 | + </obligation_stats> |
| 135 | + |
| 136 | + </file> |
| 137 | + |
| 138 | + </coverage_summary> |
| 139 | + |
| 140 | + <sources> |
| 141 | + <xi:include parse="xml" href="main.adb.xml"/> |
| 142 | + </sources> |
| 143 | + |
| 144 | + </coverage_report> |
| 145 | + |
| 146 | +</document> |
| 147 | + |
0 commit comments