File tree Expand file tree Collapse file tree 13 files changed +35
-28
lines changed
src/Report/Html/Renderer/Template
CoverageForClassWithAnonymousFunction
CoverageForFileWithIgnoredLines Expand file tree Collapse file tree 13 files changed +35
-28
lines changed Original file line number Diff line number Diff line change 22
33All notable changes of the PHP_CodeCoverage 5.2 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 5.2.3] - 2017-MM-DD
6+
7+ ### Fixed
8+
9+ * Fixed [ #540 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/540 ) : Missing attribute ` type ` in the CSS ` <link> ` elements
10+
511## [ 5.2.2] - 2017-08-03
612
713## Changed
@@ -20,6 +26,7 @@ All notable changes of the PHP_CodeCoverage 5.2 release series are documented in
2026
2127* Implemented [ #518 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/518 ) : Add more information to XML code coverage report
2228
29+ [ 5.2.3 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.2...5.2.3
2330[ 5.2.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.1...5.2.2
2431[ 5.2.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.0...5.2.1
2532[ 5.2.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/5.1...5.2.0
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" rel="stylesheet">
8- <link href="{{path_to_root}}.css/nv.d3.min.css" rel="stylesheet">
9- <link href="{{path_to_root}}.css/style.css" rel="stylesheet">
7+ <link href="{{path_to_root}}.css/bootstrap.min.css" rel="stylesheet" type="text/css" >
8+ <link href="{{path_to_root}}.css/nv.d3.min.css" rel="stylesheet" type="text/css" >
9+ <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css" >
1010 <!--[if lt IE 9]>
1111 <script src="{{path_to_root}}.js/html5shiv.min.js"></script>
1212 <script src="{{path_to_root}}.js/respond.min.js"></script>
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" rel="stylesheet">
8- <link href="{{path_to_root}}.css/style.css" rel="stylesheet">
7+ <link href="{{path_to_root}}.css/bootstrap.min.css" rel="stylesheet" type="text/css" >
8+ <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css" >
99 <!--[if lt IE 9]>
1010 <script src="{{path_to_root}}.js/html5shiv.min.js"></script>
1111 <script src="{{path_to_root}}.js/respond.min.js"></script>
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" rel="stylesheet">
8- <link href="{{path_to_root}}.css/style.css" rel="stylesheet">
7+ <link href="{{path_to_root}}.css/bootstrap.min.css" rel="stylesheet" type="text/css" >
8+ <link href="{{path_to_root}}.css/style.css" rel="stylesheet" type="text/css" >
99 <!--[if lt IE 9]>
1010 <script src="{{path_to_root}}.js/html5shiv.min.js"></script>
1111 <script src="{{path_to_root}}.js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
99 <!--[if lt IE 9]>
1010 <script src=".js/html5shiv.min.js"></script>
1111 <script src=".js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/nv.d3.min.css " rel ="stylesheet ">
9- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/nv.d3.min.css " rel ="stylesheet " type =" text/css " >
9+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
1010 <!--[if lt IE 9]>
1111 <script src=".js/html5shiv.min.js"></script>
1212 <script src=".js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
99 <!--[if lt IE 9]>
1010 <script src=".js/html5shiv.min.js"></script>
1111 <script src=".js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/nv.d3.min.css " rel ="stylesheet ">
9- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/nv.d3.min.css " rel ="stylesheet " type =" text/css " >
9+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
1010 <!--[if lt IE 9]>
1111 <script src=".js/html5shiv.min.js"></script>
1212 <script src=".js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
99 <!--[if lt IE 9]>
1010 <script src=".js/html5shiv.min.js"></script>
1111 <script src=".js/respond.min.js"></script>
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 " rel ="stylesheet ">
8- < link href =".css/style.css " rel ="stylesheet ">
7+ < link href =".css/bootstrap.min.css " rel ="stylesheet " type =" text/css " >
8+ < link href =".css/style.css " rel ="stylesheet " type =" text/css " >
99 <!--[if lt IE 9]>
1010 <script src=".js/html5shiv.min.js"></script>
1111 <script src=".js/respond.min.js"></script>
You can’t perform that action at this time.
0 commit comments