File tree Expand file tree Collapse file tree 12 files changed +36
-36
lines changed
src/Report/Html/Renderer/Template
CoverageForClassWithAnonymousFunction
CoverageForFileWithIgnoredLines Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Dashboard for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7- <link href="{{path_to_root}}.css/bootstrap.min.css?v=4.1.3 " rel="stylesheet" type="text/css">
7+ <link href="{{path_to_root}}.css/bootstrap.min.css" rel="stylesheet" type="text/css">
88 <link href="{{path_to_root}}.css/nv.d3.min.css" rel="stylesheet" type="text/css">
99 <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css">
1010 <link href="{{path_to_root}}.css/custom.css" rel="stylesheet" type="text/css">
137137 </p>
138138 </footer>
139139 </div>
140- <script src="{{path_to_root}}.js/jquery.min.js?v=3.3.1 " type="text/javascript"></script>
140+ <script src="{{path_to_root}}.js/jquery.min.js" type="text/javascript"></script>
141141 <script src="{{path_to_root}}.js/d3.min.js" type="text/javascript"></script>
142142 <script src="{{path_to_root}}.js/nv.d3.min.js" type="text/javascript"></script>
143143 <script type="text/javascript">
Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Code Coverage for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7- <link href="{{path_to_root}}.css/bootstrap.min.css?v=4.1.3 " rel="stylesheet" type="text/css">
8- <link href="{{path_to_root}}.css/octicons.css?v=8.1.0 " rel="stylesheet" type="text/css">
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">
99 <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css">
1010 <link href="{{path_to_root}}.css/custom.css" rel="stylesheet" type="text/css">
1111 </head>
Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Code Coverage for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7- <link href="{{path_to_root}}.css/bootstrap.min.css?v=4.1.3 " rel="stylesheet" type="text/css">
8- <link href="{{path_to_root}}.css/octicons.css?v=8.1.0 " rel="stylesheet" type="text/css">
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">
99 <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css">
1010 <link href="{{path_to_root}}.css/custom.css" rel="stylesheet" type="text/css">
1111 </head>
6464 </a>
6565 </footer>
6666 </div>
67- <script src="{{path_to_root}}.js/jquery.min.js?v=3.3.1 " type="text/javascript"></script>
68- <script src="{{path_to_root}}.js/popper.min.js?v=1.14.3 " type="text/javascript"></script>
69- <script src="{{path_to_root}}.js/bootstrap.min.js?v=4.1.3 " type="text/javascript"></script>
67+ <script src="{{path_to_root}}.js/jquery.min.js" type="text/javascript"></script>
68+ <script src="{{path_to_root}}.js/popper.min.js" type="text/javascript"></script>
69+ <script src="{{path_to_root}}.js/bootstrap.min.js" type="text/javascript"></script>
7070 <script src="{{path_to_root}}.js/file.js" type="text/javascript"></script>
7171 </body>
7272</html>
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Code Coverage for %s/BankAccount.php</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
8- < link href =".css/octicons.css?v=8.1.0 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8+ < link href =".css/octicons.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
1111 </ head >
@@ -241,9 +241,9 @@ <h4>Legend</h4>
241241 </ a >
242242 </ footer >
243243 </ div >
244- < script src =".js/jquery.min.js?v=3.3.1 " type ="text/javascript "> </ script >
245- < script src =".js/popper.min.js?v=1.14.3 " type ="text/javascript "> </ script >
246- < script src =".js/bootstrap.min.js?v=4.1.3 " type ="text/javascript "> </ script >
244+ < script src =".js/jquery.min.js " type ="text/javascript "> </ script >
245+ < script src =".js/popper.min.js " type ="text/javascript "> </ script >
246+ < script src =".js/bootstrap.min.js " type ="text/javascript "> </ script >
247247 < script src =".js/file.js " type ="text/javascript "> </ script >
248248 </ body >
249249</ html >
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Dashboard for %s</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
88 < link href =".css/nv.d3.min.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
@@ -143,7 +143,7 @@ <h3>Project Risks</h3>
143143 </ p >
144144 </ footer >
145145 </ div >
146- < script src =".js/jquery.min.js?v=3.3.1 " type ="text/javascript "> </ script >
146+ < script src =".js/jquery.min.js " type ="text/javascript "> </ script >
147147 < script src =".js/d3.min.js " type ="text/javascript "> </ script >
148148 < script src =".js/nv.d3.min.js " type ="text/javascript "> </ script >
149149 < script type ="text/javascript ">
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Code Coverage for %s</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
8- < link href =".css/octicons.css?v=8.1.0 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8+ < link href =".css/octicons.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
1111 </ head >
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Dashboard for %s</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
88 < link href =".css/nv.d3.min.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
@@ -141,7 +141,7 @@ <h3>Project Risks</h3>
141141 </ p >
142142 </ footer >
143143 </ div >
144- < script src =".js/jquery.min.js?v=3.3.1 " type ="text/javascript "> </ script >
144+ < script src =".js/jquery.min.js " type ="text/javascript "> </ script >
145145 < script src =".js/d3.min.js " type ="text/javascript "> </ script >
146146 < script src =".js/nv.d3.min.js " type ="text/javascript "> </ script >
147147 < script type ="text/javascript ">
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Code Coverage for %s</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
8- < link href =".css/octicons.css?v=8.1.0 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8+ < link href =".css/octicons.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
1111 </ head >
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Code Coverage for %s/source_with_class_and_anonymous_function.php</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
8- < link href =".css/octicons.css?v=8.1.0 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8+ < link href =".css/octicons.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
1111 </ head >
@@ -164,9 +164,9 @@ <h4>Legend</h4>
164164 </ a >
165165 </ footer >
166166 </ div >
167- < script src =".js/jquery.min.js?v=3.3.1 " type ="text/javascript "> </ script >
168- < script src =".js/popper.min.js?v=1.14.3 " type ="text/javascript "> </ script >
169- < script src =".js/bootstrap.min.js?v=4.1.3 " type ="text/javascript "> </ script >
167+ < script src =".js/jquery.min.js " type ="text/javascript "> </ script >
168+ < script src =".js/popper.min.js " type ="text/javascript "> </ script >
169+ < script src =".js/bootstrap.min.js " type ="text/javascript "> </ script >
170170 < script src =".js/file.js " type ="text/javascript "> </ script >
171171 </ body >
172172</ html >
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < title > Dashboard for %s</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link href =".css/bootstrap.min.css?v=4.1.3 " rel ="stylesheet " type ="text/css ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
88 < link href =".css/nv.d3.min.css " rel ="stylesheet " type ="text/css ">
99 < link href =".css/style.css " rel ="stylesheet " type ="text/css ">
1010 < link href =".css/custom.css " rel ="stylesheet " type ="text/css ">
@@ -139,7 +139,7 @@ <h3>Project Risks</h3>
139139 </ p >
140140 </ footer >
141141 </ div >
142- < script src =".js/jquery.min.js?v=3.3.1 " type ="text/javascript "> </ script >
142+ < script src =".js/jquery.min.js " type ="text/javascript "> </ script >
143143 < script src =".js/d3.min.js " type ="text/javascript "> </ script >
144144 < script src =".js/nv.d3.min.js " type ="text/javascript "> </ script >
145145 < script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments