<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Code Coverage for {{full_path}}</title>
  <link rel="stylesheet" href="{{path_to_root}}_css/style.css?v={{version}}">
  <link rel="stylesheet" href="{{path_to_root}}_css/custom.css">
 </head>
 <body>
  <header class="masthead">
   <nav aria-label="Breadcrumb">
    <ol class="breadcrumbs">
{{breadcrumbs}}    </ol>
   </nav>
{{view_switcher}}  </header>
  <main>
{{summary}}   <div class="toolbar">
    <div class="test-size-filter" role="group" aria-label="Show coverage by test size" data-low-upper-bound="{{low_upper_bound}}" data-high-lower-bound="{{high_lower_bound}}">
     <span class="control-label">Covered by tests of size</span>
     <input type="checkbox" id="filter-size-small" data-test-size-filter="small" autocomplete="off"><label for="filter-size-small">Small</label>
     <input type="checkbox" id="filter-size-medium" data-test-size-filter="medium" autocomplete="off"><label for="filter-size-medium">Medium</label>
     <input type="checkbox" id="filter-size-large" data-test-size-filter="large" autocomplete="off"><label for="filter-size-large">Large</label>
     <button type="button" data-test-size-filter-all aria-pressed="true">Any</button>
    </div>
   </div>
   <div class="table-scroll">
    <table class="coverage">
     <thead>
      <tr>
       <th scope="col" class="name">Name</th>
       <th scope="colgroup" colspan="3">Lines</th>
       <th scope="colgroup" colspan="3">Methods</th>
       <th scope="col" class="crap"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th>
      </tr>
     </thead>
     <tbody>
{{items}}     </tbody>
    </table>
   </div>
{{sections}}  </main>
  <a class="to-top" href="#" title="Back to the top" hidden>
   <svg viewBox="0 0 16 16" width="16" height="16" aria-hidden="true"><path d="M8 3.5 14 11H2z"/></svg>
   <span class="visually-hidden">Back to the top</span>
  </a>
  <footer>
{{legend}}   <p class="credits">Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage {{version}}</a> using {{runtime}}{{generator}} at {{date}}.</p>
  </footer>
  <script src="{{path_to_root}}_js/coverage-table.js?v={{version}}" defer></script>
  <script src="{{path_to_root}}_js/source-view.js?v={{version}}" defer></script>
 </body>
</html>
