| Zeile 2... |
Zeile 2... |
| 2 |
<html lang="en">
|
2 |
<html lang="en">
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
4 |
<meta charset="UTF-8">
|
| 5 |
<title>Dashboard for {{full_path}}</title>
|
5 |
<title>Dashboard for {{full_path}}</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
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">
|
7 |
<link href="{{path_to_root}}_css/bootstrap.min.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 8 |
<link href="{{path_to_root}}_css/nv.d3.min.css" rel="stylesheet" type="text/css">
|
8 |
<link href="{{path_to_root}}_css/nv.d3.min.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 9 |
<link href="{{path_to_root}}_css/style.css" rel="stylesheet" type="text/css">
|
9 |
<link href="{{path_to_root}}_css/style.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 10 |
<link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css">
|
10 |
<link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css">
|
| 11 |
</head>
|
11 |
</head>
|
| 12 |
<body>
|
12 |
<body>
|
| 13 |
<header>
|
13 |
<header>
|
| 14 |
<div class="container-fluid">
|
14 |
<div class="container-fluid">
|
| Zeile 135... |
Zeile 135... |
| 135 |
<p>
|
135 |
<p>
|
| 136 |
<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>
|
136 |
<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>
|
| 137 |
</p>
|
137 |
</p>
|
| 138 |
</footer>
|
138 |
</footer>
|
| 139 |
</div>
|
139 |
</div>
|
| 140 |
<script src="{{path_to_root}}_js/jquery.min.js" type="text/javascript"></script>
|
140 |
<script src="{{path_to_root}}_js/jquery.min.js?v={{version}}" type="text/javascript"></script>
|
| 141 |
<script src="{{path_to_root}}_js/d3.min.js" type="text/javascript"></script>
|
141 |
<script src="{{path_to_root}}_js/d3.min.js?v={{version}}" type="text/javascript"></script>
|
| 142 |
<script src="{{path_to_root}}_js/nv.d3.min.js" type="text/javascript"></script>
|
142 |
<script src="{{path_to_root}}_js/nv.d3.min.js?v={{version}}" type="text/javascript"></script>
|
| 143 |
<script type="text/javascript">
|
143 |
<script type="text/javascript">
|
| 144 |
$(document).ready(function() {
|
144 |
$(document).ready(function() {
|
| 145 |
nv.addGraph(function() {
|
145 |
nv.addGraph(function() {
|
| 146 |
var chart = nv.models.multiBarChart();
|
146 |
var chart = nv.models.multiBarChart();
|
| 147 |
chart.tooltips(false)
|
147 |
chart.tooltips(false)
|