-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
176 lines (176 loc) · 6.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Coverage report</title>
<link rel="icon" sizes="32x32" href="favicon_32.png">
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.ba-throttle-debounce.min.js"></script>
<script type="text/javascript" src="jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="jquery.hotkeys.js"></script>
<script type="text/javascript" src="coverage_html.js"></script>
<script type="text/javascript">
jQuery(document).ready(coverage.index_ready);
</script>
</head>
<body class="indexfile">
<div id="header">
<div class="content">
<h1>Coverage report:
<span class="pc_cov">69%</span>
</h1>
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<form id="filter_container">
<input id="filter" type="text" value="" placeholder="filter..." />
</form>
</div>
</div>
<div class="help_panel">
<img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
<p class="legend">Hot-keys on this page</p>
<div>
<p class="keyhelp">
<span class="key">n</span>
<span class="key">s</span>
<span class="key">m</span>
<span class="key">x</span>
<span class="key">c</span> change column sorting
</p>
</div>
</div>
<div id="index">
<table class="index">
<thead>
<tr class="tablehead" title="Click to sort">
<th class="name left headerSortDown shortkey_n">Module</th>
<th class="shortkey_s">statements</th>
<th class="shortkey_m">missing</th>
<th class="shortkey_x">excluded</th>
<th class="right shortkey_c">coverage</th>
</tr>
</thead>
<tfoot>
<tr class="total">
<td class="name left">Total</td>
<td>3612</td>
<td>1131</td>
<td>0</td>
<td class="right" data-ratio="2481 3612">69%</td>
</tr>
</tfoot>
<tbody>
<tr class="file">
<td class="name left"><a href="code_cov_py.html">code_cov.py</a></td>
<td>65</td>
<td>2</td>
<td>0</td>
<td class="right" data-ratio="63 65">97%</td>
</tr>
<tr class="file">
<td class="name left"><a href="code_dt_equations_py.html">code_dt_equations.py</a></td>
<td>177</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="177 177">100%</td>
</tr>
<tr class="file">
<td class="name left"><a href="code_full_cc_py.html">code_full_cc.py</a></td>
<td>331</td>
<td>18</td>
<td>0</td>
<td class="right" data-ratio="313 331">95%</td>
</tr>
<tr class="file">
<td class="name left"><a href="code_residual_equations_py.html">code_residual_equations.py</a></td>
<td>217</td>
<td>8</td>
<td>0</td>
<td class="right" data-ratio="209 217">96%</td>
</tr>
<tr class="file">
<td class="name left"><a href="code_w_equations_py.html">code_w_equations.py</a></td>
<td>328</td>
<td>76</td>
<td>0</td>
<td class="right" data-ratio="252 328">77%</td>
</tr>
<tr class="file">
<td class="name left"><a href="common_imports_py.html">common_imports.py</a></td>
<td>12</td>
<td>2</td>
<td>0</td>
<td class="right" data-ratio="10 12">83%</td>
</tr>
<tr class="file">
<td class="name left"><a href="driver_py.html">driver.py</a></td>
<td>65</td>
<td>31</td>
<td>0</td>
<td class="right" data-ratio="34 65">52%</td>
</tr>
<tr class="file">
<td class="name left"><a href="helper_funcs_py.html">helper_funcs.py</a></td>
<td>46</td>
<td>20</td>
<td>0</td>
<td class="right" data-ratio="26 46">57%</td>
</tr>
<tr class="file">
<td class="name left"><a href="latex_defines_py.html">latex_defines.py</a></td>
<td>9</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="9 9">100%</td>
</tr>
<tr class="file">
<td class="name left"><a href="latex_eT_zhz_py.html">latex_eT_zhz.py</a></td>
<td>844</td>
<td>163</td>
<td>0</td>
<td class="right" data-ratio="681 844">81%</td>
</tr>
<tr class="file">
<td class="name left"><a href="latex_full_cc_py.html">latex_full_cc.py</a></td>
<td>638</td>
<td>87</td>
<td>0</td>
<td class="right" data-ratio="551 638">86%</td>
</tr>
<tr class="file">
<td class="name left"><a href="latex_w_equations_py.html">latex_w_equations.py</a></td>
<td>135</td>
<td>77</td>
<td>0</td>
<td class="right" data-ratio="58 135">43%</td>
</tr>
<tr class="file">
<td class="name left"><a href="latex_zhz_py.html">latex_zhz.py</a></td>
<td>740</td>
<td>647</td>
<td>0</td>
<td class="right" data-ratio="93 740">13%</td>
</tr>
<tr class="file">
<td class="name left"><a href="reference_latex_headers_py.html">reference_latex_headers.py</a></td>
<td>5</td>
<td>0</td>
<td>0</td>
<td class="right" data-ratio="5 5">100%</td>
</tr>
</tbody>
</table>
<p id="no_rows">
No items found using the specified filter.
</p>
</div>
<div id="footer">
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.5</a>,
created at 2021-09-22 00:12 +0000
</p>
</div>
</div>
</body>
</html>