| | |
| | | <p class="quiet"> |
| | | Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block. |
| | | </p> |
| | | <template id="filterTemplate"> |
| | | <div class="quiet"> |
| | | Filter: |
| | | <input oninput="onInput()" type="search" id="fileSearch"> |
| | | </div> |
| | | </template> |
| | | </div> |
| | | <div class='status-line ${details.reportClass}'></div> |
| | | `; |
| | |
| | | </div><!-- /wrapper --> |
| | | <div class='footer quiet pad2 space-top1 center small'> |
| | | Code coverage generated by |
| | | <a href="https://istanbul.js.org/" target="_blank">istanbul</a> |
| | | <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> |
| | | at ${html.escape(details.datetime)} |
| | | </div> |
| | | </div> |
| | | <script src="${html.escape(details.prettify.js)}"></script> |
| | | <script> |
| | | window.onload = function () { |