vendor update
This commit is contained in:
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
+1
-1
@@ -148,7 +148,7 @@ class PHP_CodeCoverage_Report_HTML_Renderer_File extends PHP_CodeCoverage_Report
|
||||
'testedMethodsPercentAsString' => $node->getTestedMethodsPercent(),
|
||||
'testedClassesPercent' => $node->getTestedClassesAndTraitsPercent(FALSE),
|
||||
'testedClassesPercentAsString' => $node->getTestedClassesAndTraitsPercent(),
|
||||
'crap' => '<acronym title="Change Risk Anti-Patterns (CRAP) Index">CRAP</acronym>'
|
||||
'crap' => '<abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr>'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
+5
-1
@@ -72,11 +72,13 @@ $(document).ready(function() {
|
||||
labels: {style: {fontSize: '8px'}},
|
||||
categories: [
|
||||
'0%','0-10%','10-20%','20-30%','30-40%','40-50%','50-60%','60-70%','70-80%','80-90%','90-100%','100%'
|
||||
]
|
||||
],
|
||||
min: 0
|
||||
},
|
||||
yAxis: {
|
||||
title: '',
|
||||
labels: {style: {fontSize: '8px'}},
|
||||
min: 0
|
||||
},
|
||||
series: [{
|
||||
data: {ccd_values}
|
||||
@@ -94,10 +96,12 @@ $(document).ready(function() {
|
||||
xAxis: {
|
||||
title: {text: 'Code Coverage (in percent)'},
|
||||
labels: {enabled: true},
|
||||
min: 0
|
||||
},
|
||||
yAxis: {
|
||||
title: {text: 'Cyclomatic Complexity'},
|
||||
labels: {enabled: true},
|
||||
min: 0
|
||||
},
|
||||
tooltip: {
|
||||
formatter: function() {
|
||||
|
||||
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Vendored
Executable → Regular
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Vendored
Executable → Regular
Reference in New Issue
Block a user