Subversion-Projekte lars-tiefland.laravel_shop

Revision

Zur aktuellen Revision | Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
<!DOCTYPE html>
2
<html lang="en">
3
 <head>
4
  <meta charset="UTF-8">
5
  <title>Code Coverage for {{full_path}}</title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <link href="{{path_to_root}}_css/bootstrap.min.css" rel="stylesheet" type="text/css">
8
  <link href="{{path_to_root}}_css/octicons.css" rel="stylesheet" type="text/css">
9
  <link href="{{path_to_root}}_css/style.css" rel="stylesheet" type="text/css">
10
  <link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css">
11
 </head>
12
 <body>
13
  <header>
14
   <div class="container-fluid">
15
    <div class="row">
16
     <div class="col-md-12">
17
      <nav aria-label="breadcrumb">
18
       <ol class="breadcrumb">
19
{{breadcrumbs}}
20
       </ol>
21
      </nav>
22
     </div>
23
    </div>
24
   </div>
25
  </header>
26
  <div class="container-fluid">
27
   <div class="table-responsive">
28
    <table class="table table-bordered">
29
     <thead>
30
      <tr>
31
       <td>&nbsp;</td>
32
       <td colspan="16"><div align="center"><strong>Code Coverage</strong></div></td>
33
      </tr>
34
      <tr>
35
       <td>&nbsp;</td>
36
       <td colspan="3"><div align="center"><strong>Lines</strong></div></td>
37
       <td colspan="3"><div align="center"><strong>Branches</strong></div></td>
38
       <td colspan="3"><div align="center"><strong>Paths</strong></div></td>
39
       <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td>
40
       <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
41
      </tr>
42
     </thead>
43
     <tbody>
44
{{items}}
45
     </tbody>
46
    </table>
47
   </div>
48
{{lines}}
49
{{structure}}
50
   <footer>
51
    <hr/>
52
    <h4>Legend</h4>
53
    {{legend}}
54
    <p>
55
     <small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage {{version}}</a> using {{runtime}}{{generator}} at {{date}}.</small>
56
    </p>
57
    <a title="Back to the top" id="toplink" href="#">
58
        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
59
    </a>
60
   </footer>
61
  </div>
62
  <script src="{{path_to_root}}_js/jquery.min.js" type="text/javascript"></script>
63
  <script src="{{path_to_root}}_js/popper.min.js" type="text/javascript"></script>
64
  <script src="{{path_to_root}}_js/bootstrap.min.js" type="text/javascript"></script>
65
  <script src="{{path_to_root}}_js/file.js" type="text/javascript"></script>
66
 </body>
67
</html>