|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 | + <title>Coverage report</title> |
| 6 | + <link rel="icon" sizes="32x32" href="favicon_32_cb_58284776.png"> |
| 7 | + <link rel="stylesheet" href="style_cb_8e611ae1.css" type="text/css"> |
| 8 | + <script src="coverage_html_cb_6fb7b396.js" defer></script> |
| 9 | +</head> |
| 10 | +<body class="indexfile"> |
| 11 | +<header> |
| 12 | + <div class="content"> |
| 13 | + <h1>Coverage report: |
| 14 | + <span class="pc_cov">85.39%</span> |
| 15 | + </h1> |
| 16 | + <aside id="help_panel_wrapper"> |
| 17 | + <input id="help_panel_state" type="checkbox"> |
| 18 | + <label for="help_panel_state"> |
| 19 | + <img id="keyboard_icon" src="keybd_closed_cb_ce680311.png" alt="Show/hide keyboard shortcuts"> |
| 20 | + </label> |
| 21 | + <div id="help_panel"> |
| 22 | + <p class="legend">Shortcuts on this page</p> |
| 23 | + <div class="keyhelp"> |
| 24 | + <p> |
| 25 | + <kbd>f</kbd> |
| 26 | + <kbd>n</kbd> |
| 27 | + <kbd>s</kbd> |
| 28 | + <kbd>m</kbd> |
| 29 | + <kbd>x</kbd> |
| 30 | + <kbd>b</kbd> |
| 31 | + <kbd>p</kbd> |
| 32 | + <kbd>c</kbd> |
| 33 | + change column sorting |
| 34 | + </p> |
| 35 | + <p> |
| 36 | + <kbd>[</kbd> |
| 37 | + <kbd>]</kbd> |
| 38 | + prev/next file |
| 39 | + </p> |
| 40 | + <p> |
| 41 | + <kbd>?</kbd> show/hide this help |
| 42 | + </p> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </aside> |
| 46 | + <form id="filter_container"> |
| 47 | + <input id="filter" type="text" value="" placeholder="filter..."> |
| 48 | + <div> |
| 49 | + <input id="hide100" type="checkbox" > |
| 50 | + <label for="hide100">hide covered</label> |
| 51 | + </div> |
| 52 | + </form> |
| 53 | + <h2> |
| 54 | + <a class="button" href="covindex.html">Files</a> |
| 55 | + <a class="button" href="function_index.html">Functions</a> |
| 56 | + <a class="button current">Classes</a> |
| 57 | + </h2> |
| 58 | + <p class="text"> |
| 59 | + <a class="nav" href="https://coverage.readthedocs.io/en/7.6.12">coverage.py v7.6.12</a>, |
| 60 | + created at 2025-03-09 18:38 +0100 |
| 61 | + </p> |
| 62 | + </div> |
| 63 | +</header> |
| 64 | +<main id="index"> |
| 65 | + <table class="index" data-sortable> |
| 66 | + <thead> |
| 67 | + <tr class="tablehead" title="Click to sort"> |
| 68 | + <th id="file" class="name left" aria-sort="none" data-shortcut="f">File<span class="arrows"></span></th> |
| 69 | + <th id="region" class="name left" aria-sort="none" data-default-sort-order="ascending" data-shortcut="n">class<span class="arrows"></span></th> |
| 70 | + <th id="statements" aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements<span class="arrows"></span></th> |
| 71 | + <th id="missing" aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing<span class="arrows"></span></th> |
| 72 | + <th id="excluded" aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded<span class="arrows"></span></th> |
| 73 | + <th id="branches" aria-sort="none" data-default-sort-order="descending" data-shortcut="b">branches<span class="arrows"></span></th> |
| 74 | + <th id="partial" aria-sort="none" data-default-sort-order="descending" data-shortcut="p">partial<span class="arrows"></span></th> |
| 75 | + <th id="coverage" class="right" aria-sort="none" data-shortcut="c">coverage<span class="arrows"></span></th> |
| 76 | + </tr> |
| 77 | + </thead> |
| 78 | + <tbody> |
| 79 | + <tr class="region"> |
| 80 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff___init___py.html">src/mkdocstrings_handlers/python/__init__.py</a></td> |
| 81 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff___init___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 82 | + <td>2</td> |
| 83 | + <td>0</td> |
| 84 | + <td>0</td> |
| 85 | + <td>0</td> |
| 86 | + <td>0</td> |
| 87 | + <td class="right" data-ratio="2 2">100.00%</td> |
| 88 | + </tr> |
| 89 | + <tr class="region"> |
| 90 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_handler_py.html#t34">src/mkdocstrings_handlers/python/handler.py</a></td> |
| 91 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_handler_py.html#t34"><data value='PythonHandler'>PythonHandler</data></a></td> |
| 92 | + <td>85</td> |
| 93 | + <td>21</td> |
| 94 | + <td>0</td> |
| 95 | + <td>36</td> |
| 96 | + <td>9</td> |
| 97 | + <td class="right" data-ratio="83 121">68.60%</td> |
| 98 | + </tr> |
| 99 | + <tr class="region"> |
| 100 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_handler_py.html">src/mkdocstrings_handlers/python/handler.py</a></td> |
| 101 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_handler_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 102 | + <td>41</td> |
| 103 | + <td>0</td> |
| 104 | + <td>0</td> |
| 105 | + <td>0</td> |
| 106 | + <td>0</td> |
| 107 | + <td class="right" data-ratio="41 41">100.00%</td> |
| 108 | + </tr> |
| 109 | + <tr class="region"> |
| 110 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_rendering_py.html">src/mkdocstrings_handlers/python/rendering.py</a></td> |
| 111 | + <td class="name left"><a href="z_9cec3bd1cfcac3ff_rendering_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 112 | + <td>24</td> |
| 113 | + <td>0</td> |
| 114 | + <td>0</td> |
| 115 | + <td>8</td> |
| 116 | + <td>0</td> |
| 117 | + <td class="right" data-ratio="32 32">100.00%</td> |
| 118 | + </tr> |
| 119 | + <tr class="region"> |
| 120 | + <td class="name left"><a href="z_a44f0ac069e85531_conftest_py.html">tests/conftest.py</a></td> |
| 121 | + <td class="name left"><a href="z_a44f0ac069e85531_conftest_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 122 | + <td>29</td> |
| 123 | + <td>1</td> |
| 124 | + <td>4</td> |
| 125 | + <td>2</td> |
| 126 | + <td>0</td> |
| 127 | + <td class="right" data-ratio="30 31">96.77%</td> |
| 128 | + </tr> |
| 129 | + <tr class="region"> |
| 130 | + <td class="name left"><a href="z_a44f0ac069e85531_test_collector_py.html#t11">tests/test_collector.py</a></td> |
| 131 | + <td class="name left"><a href="z_a44f0ac069e85531_test_collector_py.html#t11"><data value='FakeMkDocsConfig'>_FakeMkDocsConfig</data></a></td> |
| 132 | + <td>0</td> |
| 133 | + <td>0</td> |
| 134 | + <td>0</td> |
| 135 | + <td>0</td> |
| 136 | + <td>0</td> |
| 137 | + <td class="right" data-ratio="0 0">100.00%</td> |
| 138 | + </tr> |
| 139 | + <tr class="region"> |
| 140 | + <td class="name left"><a href="z_a44f0ac069e85531_test_collector_py.html">tests/test_collector.py</a></td> |
| 141 | + <td class="name left"><a href="z_a44f0ac069e85531_test_collector_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 142 | + <td>14</td> |
| 143 | + <td>0</td> |
| 144 | + <td>0</td> |
| 145 | + <td>0</td> |
| 146 | + <td>0</td> |
| 147 | + <td class="right" data-ratio="14 14">100.00%</td> |
| 148 | + </tr> |
| 149 | + <tr class="region"> |
| 150 | + <td class="name left"><a href="z_a44f0ac069e85531_test_renderer_py.html">tests/test_renderer.py</a></td> |
| 151 | + <td class="name left"><a href="z_a44f0ac069e85531_test_renderer_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 152 | + <td>15</td> |
| 153 | + <td>0</td> |
| 154 | + <td>0</td> |
| 155 | + <td>0</td> |
| 156 | + <td>0</td> |
| 157 | + <td class="right" data-ratio="15 15">100.00%</td> |
| 158 | + </tr> |
| 159 | + <tr class="region"> |
| 160 | + <td class="name left"><a href="z_a44f0ac069e85531_test_themes_py.html">tests/test_themes.py</a></td> |
| 161 | + <td class="name left"><a href="z_a44f0ac069e85531_test_themes_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td> |
| 162 | + <td>11</td> |
| 163 | + <td>0</td> |
| 164 | + <td>2</td> |
| 165 | + <td>0</td> |
| 166 | + <td>0</td> |
| 167 | + <td class="right" data-ratio="11 11">100.00%</td> |
| 168 | + </tr> |
| 169 | + </tbody> |
| 170 | + <tfoot> |
| 171 | + <tr class="total"> |
| 172 | + <td class="name left">Total</td> |
| 173 | + <td class="name left"> </td> |
| 174 | + <td>221</td> |
| 175 | + <td>22</td> |
| 176 | + <td>6</td> |
| 177 | + <td>46</td> |
| 178 | + <td>9</td> |
| 179 | + <td class="right" data-ratio="228 267">85.39%</td> |
| 180 | + </tr> |
| 181 | + </tfoot> |
| 182 | + </table> |
| 183 | + <p id="no_rows"> |
| 184 | + No items found using the specified filter. |
| 185 | + </p> |
| 186 | +</main> |
| 187 | +<footer> |
| 188 | + <div class="content"> |
| 189 | + <p> |
| 190 | + <a class="nav" href="https://coverage.readthedocs.io/en/7.6.12">coverage.py v7.6.12</a>, |
| 191 | + created at 2025-03-09 18:38 +0100 |
| 192 | + </p> |
| 193 | + </div> |
| 194 | + <aside class="hidden"> |
| 195 | + <a id="prevFileLink" class="nav" href=""></a> |
| 196 | + <a id="nextFileLink" class="nav" href=""></a> |
| 197 | + <button type="button" class="button_prev_file" data-shortcut="["></button> |
| 198 | + <button type="button" class="button_next_file" data-shortcut="]"></button> |
| 199 | + <button type="button" class="button_show_hide_help" data-shortcut="?"></button> |
| 200 | + </aside> |
| 201 | +</footer> |
| 202 | +</body> |
| 203 | +</html> |
0 commit comments