Travis build: 802 [custom]
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<coverage generated="1541859693884" clover="3.2.0">
|
||||
<project timestamp="1541859693884" name="All files">
|
||||
<metrics statements="1017" coveredstatements="945" conditionals="644" coveredconditionals="569" methods="675" coveredmethods="623" elements="2336" coveredelements="2137" complexity="0" loc="1017" ncloc="1017" packages="1" files="1" classes="1">
|
||||
<file name="_30s.js" path="H:\My Files\git Repositories\30-seconds-of-code\test\_30s.js">
|
||||
<metrics statements="1017" coveredstatements="945" conditionals="644" coveredconditionals="569" methods="675" coveredmethods="623"/>
|
||||
<coverage generated="1541860088875" clover="3.2.0">
|
||||
<project timestamp="1541860088875" name="All files">
|
||||
<metrics statements="1017" coveredstatements="945" conditionals="644" coveredconditionals="570" methods="675" coveredmethods="623" elements="2336" coveredelements="2138" complexity="0" loc="1017" ncloc="1017" packages="1" files="1" classes="1">
|
||||
<file name="_30s.js" path="/home/travis/build/30-seconds/30-seconds-of-code/test/_30s.js">
|
||||
<metrics statements="1017" coveredstatements="945" conditionals="644" coveredconditionals="570" methods="675" coveredmethods="623"/>
|
||||
<line num="1" count="360" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="2" count="360" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="4" count="360" type="cond" truecount="2" falsecount="0"/>
|
||||
@ -407,7 +407,7 @@
|
||||
<line num="609" count="360" type="cond" truecount="3" falsecount="0"/>
|
||||
<line num="610" count="360" type="stmt"/>
|
||||
<line num="611" count="360" type="stmt"/>
|
||||
<line num="612" count="360" type="cond" truecount="1" falsecount="1"/>
|
||||
<line num="612" count="360" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="613" count="360" type="stmt"/>
|
||||
<line num="614" count="360" type="stmt"/>
|
||||
<line num="615" count="360" type="stmt"/>
|
||||
@ -462,7 +462,7 @@
|
||||
<line num="692" count="360" type="cond" truecount="1" falsecount="0"/>
|
||||
<line num="693" count="360" type="stmt"/>
|
||||
<line num="694" count="3" type="stmt"/>
|
||||
<line num="695" count="14" type="stmt"/>
|
||||
<line num="695" count="13" type="stmt"/>
|
||||
<line num="696" count="3" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="698" count="360" type="stmt"/>
|
||||
<line num="699" count="1" type="stmt"/>
|
||||
@ -532,11 +532,11 @@
|
||||
<line num="789" count="1" type="stmt"/>
|
||||
<line num="792" count="360" type="stmt"/>
|
||||
<line num="793" count="2" type="stmt"/>
|
||||
<line num="794" count="5" type="stmt"/>
|
||||
<line num="795" count="10" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="796" count="7" type="cond" truecount="4" falsecount="0"/>
|
||||
<line num="797" count="7" type="cond" truecount="4" falsecount="0"/>
|
||||
<line num="799" count="10" type="stmt"/>
|
||||
<line num="794" count="7" type="stmt"/>
|
||||
<line num="795" count="14" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="796" count="9" type="cond" truecount="4" falsecount="0"/>
|
||||
<line num="797" count="9" type="cond" truecount="4" falsecount="0"/>
|
||||
<line num="799" count="14" type="stmt"/>
|
||||
<line num="802" count="360" type="stmt"/>
|
||||
<line num="803" count="360" type="stmt"/>
|
||||
<line num="804" count="360" type="cond" truecount="1" falsecount="0"/>
|
||||
@ -739,7 +739,7 @@
|
||||
<line num="1080" count="360" type="stmt"/>
|
||||
<line num="1081" count="1" type="stmt"/>
|
||||
<line num="1082" count="11" type="stmt"/>
|
||||
<line num="1083" count="22" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="1083" count="10" type="cond" truecount="2" falsecount="0"/>
|
||||
<line num="1084" count="11" type="stmt"/>
|
||||
<line num="1085" count="360" type="cond" truecount="1" falsecount="0"/>
|
||||
<line num="1086" count="14" type="stmt"/>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -152,9 +152,15 @@ table.coverage td span.cline-any {
|
||||
background-position: 0 -10px;
|
||||
}
|
||||
.status-line { height: 10px; }
|
||||
/* yellow */
|
||||
.cbranch-no { background: yellow !important; color: #111; }
|
||||
/* dark red */
|
||||
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
|
||||
.low .chart { border:1px solid #C21F39 }
|
||||
.highlighted,
|
||||
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
|
||||
background: #C21F39 !important;
|
||||
}
|
||||
/* medium red */
|
||||
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
|
||||
/* light red */
|
||||
@ -167,12 +173,9 @@ table.coverage td span.cline-any {
|
||||
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
|
||||
.high .chart { border:1px solid rgb(77,146,33) }
|
||||
|
||||
|
||||
.medium .chart { border:1px solid #666; }
|
||||
.medium .cover-fill { background: #666; }
|
||||
|
||||
.cbranch-no { background: yellow !important; color: #111; }
|
||||
|
||||
.cstat-skip { background: #ddd; color: #111; }
|
||||
.fstat-skip { background: #ddd; color: #111 !important; }
|
||||
.cbranch-skip { background: #ddd !important; color: #111; }
|
||||
@ -180,6 +183,14 @@ table.coverage td span.cline-any {
|
||||
span.cline-neutral { background: #eaeaea; }
|
||||
.medium { background: #eaeaea; }
|
||||
|
||||
.coverage-summary td.empty {
|
||||
opacity: .5;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
line-height: 1;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.cover-fill, .cover-empty {
|
||||
display:inline-block;
|
||||
height: 12px;
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
<span class='fraction'>1310/1409</span>
|
||||
</div>
|
||||
<div class='fl pad1y space-right2'>
|
||||
<span class="strong">88.35% </span>
|
||||
<span class="strong">88.51% </span>
|
||||
<span class="quiet">Branches</span>
|
||||
<span class='fraction'>569/644</span>
|
||||
<span class='fraction'>570/644</span>
|
||||
</div>
|
||||
<div class='fl pad1y space-right2'>
|
||||
<span class="strong">92.3% </span>
|
||||
@ -40,6 +40,9 @@
|
||||
<span class='fraction'>945/1017</span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="quiet">
|
||||
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
||||
</p>
|
||||
</div>
|
||||
<div class='status-line high'></div>
|
||||
<div class="pad1">
|
||||
@ -63,8 +66,8 @@
|
||||
<td data-value="92.97" class="pic high"><div class="chart"><div class="cover-fill" style="width: 92%;"></div><div class="cover-empty" style="width:8%;"></div></div></td>
|
||||
<td data-value="92.97" class="pct high">92.97%</td>
|
||||
<td data-value="1409" class="abs high">1310/1409</td>
|
||||
<td data-value="88.35" class="pct high">88.35%</td>
|
||||
<td data-value="644" class="abs high">569/644</td>
|
||||
<td data-value="88.51" class="pct high">88.51%</td>
|
||||
<td data-value="644" class="abs high">570/644</td>
|
||||
<td data-value="92.3" class="pct high">92.3%</td>
|
||||
<td data-value="675" class="abs high">623/675</td>
|
||||
<td data-value="92.92" class="pct high">92.92%</td>
|
||||
@ -77,7 +80,7 @@
|
||||
</div><!-- /wrapper -->
|
||||
<div class='footer quiet pad2 space-top1 center small'>
|
||||
Code coverage
|
||||
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Nov 10 2018 16:21:33 GMT+0200 (GTB Standard Time)
|
||||
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Nov 10 2018 14:28:08 GMT+0000 (Coordinated Universal Time)
|
||||
</div>
|
||||
</div>
|
||||
<script src="prettify.js"></script>
|
||||
@ -89,5 +92,6 @@ window.onload = function () {
|
||||
};
|
||||
</script>
|
||||
<script src="sorter.js"></script>
|
||||
<script src="block-navigation.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
TN:
|
||||
SF:H:\My Files\git Repositories\30-seconds-of-code\test\_30s.js
|
||||
SF:/home/travis/build/30-seconds/30-seconds-of-code/test/_30s.js
|
||||
FN:4,(anonymous_0)
|
||||
FN:8,(anonymous_1)
|
||||
FN:9,(anonymous_2)
|
||||
@ -988,9 +988,9 @@ FNDA:2,(anonymous_307)
|
||||
FNDA:4,(anonymous_308)
|
||||
FNDA:1,(anonymous_309)
|
||||
FNDA:2,(anonymous_310)
|
||||
FNDA:6,(anonymous_311)
|
||||
FNDA:4,(anonymous_311)
|
||||
FNDA:3,(anonymous_312)
|
||||
FNDA:14,(anonymous_313)
|
||||
FNDA:13,(anonymous_313)
|
||||
FNDA:1,(anonymous_314)
|
||||
FNDA:3,(anonymous_315)
|
||||
FNDA:1,(anonymous_316)
|
||||
@ -1036,8 +1036,8 @@ FNDA:0,(anonymous_355)
|
||||
FNDA:2,(anonymous_356)
|
||||
FNDA:2,(anonymous_357)
|
||||
FNDA:2,(anonymous_358)
|
||||
FNDA:5,(anonymous_359)
|
||||
FNDA:10,(anonymous_360)
|
||||
FNDA:7,(anonymous_359)
|
||||
FNDA:14,(anonymous_360)
|
||||
FNDA:1,(anonymous_361)
|
||||
FNDA:1,(anonymous_362)
|
||||
FNDA:2,(anonymous_363)
|
||||
@ -1162,7 +1162,7 @@ FNDA:0,(anonymous_481)
|
||||
FNDA:0,(anonymous_482)
|
||||
FNDA:0,(anonymous_483)
|
||||
FNDA:1,(anonymous_484)
|
||||
FNDA:12,(anonymous_485)
|
||||
FNDA:14,(anonymous_485)
|
||||
FNDA:3,(anonymous_486)
|
||||
FNDA:6,(anonymous_487)
|
||||
FNDA:3,(anonymous_488)
|
||||
@ -1176,7 +1176,7 @@ FNDA:1,(anonymous_495)
|
||||
FNDA:1,(anonymous_496)
|
||||
FNDA:1,(anonymous_497)
|
||||
FNDA:11,(anonymous_498)
|
||||
FNDA:22,(anonymous_499)
|
||||
FNDA:10,(anonymous_499)
|
||||
FNDA:11,(anonymous_500)
|
||||
FNDA:2,(anonymous_501)
|
||||
FNDA:14,(anonymous_502)
|
||||
@ -1810,7 +1810,7 @@ DA:691,360
|
||||
DA:692,360
|
||||
DA:693,360
|
||||
DA:694,3
|
||||
DA:695,14
|
||||
DA:695,13
|
||||
DA:696,3
|
||||
DA:698,360
|
||||
DA:699,1
|
||||
@ -1880,11 +1880,11 @@ DA:788,1
|
||||
DA:789,1
|
||||
DA:792,360
|
||||
DA:793,2
|
||||
DA:794,5
|
||||
DA:795,10
|
||||
DA:796,7
|
||||
DA:797,7
|
||||
DA:799,10
|
||||
DA:794,7
|
||||
DA:795,14
|
||||
DA:796,9
|
||||
DA:797,9
|
||||
DA:799,14
|
||||
DA:802,360
|
||||
DA:803,360
|
||||
DA:804,360
|
||||
@ -2087,7 +2087,7 @@ DA:1079,360
|
||||
DA:1080,360
|
||||
DA:1081,1
|
||||
DA:1082,11
|
||||
DA:1083,22
|
||||
DA:1083,10
|
||||
DA:1084,11
|
||||
DA:1085,360
|
||||
DA:1086,14
|
||||
@ -2691,7 +2691,7 @@ BRDA:609,165,0,4
|
||||
BRDA:609,165,1,4
|
||||
BRDA:609,165,2,4
|
||||
BRDA:612,166,0,2
|
||||
BRDA:612,166,1,0
|
||||
BRDA:612,166,1,2
|
||||
BRDA:624,167,0,4
|
||||
BRDA:624,167,1,4
|
||||
BRDA:624,167,2,4
|
||||
@ -2756,15 +2756,15 @@ BRDA:780,202,0,0
|
||||
BRDA:780,202,1,0
|
||||
BRDA:787,203,0,1
|
||||
BRDA:787,203,1,1
|
||||
BRDA:795,204,0,7
|
||||
BRDA:795,204,1,3
|
||||
BRDA:795,204,0,9
|
||||
BRDA:795,204,1,5
|
||||
BRDA:796,205,0,1
|
||||
BRDA:796,205,1,6
|
||||
BRDA:796,206,0,7
|
||||
BRDA:796,206,1,3
|
||||
BRDA:797,207,0,3
|
||||
BRDA:797,207,1,4
|
||||
BRDA:797,208,0,2
|
||||
BRDA:796,205,1,8
|
||||
BRDA:796,206,0,9
|
||||
BRDA:796,206,1,4
|
||||
BRDA:797,207,0,4
|
||||
BRDA:797,207,1,5
|
||||
BRDA:797,208,0,3
|
||||
BRDA:797,208,1,2
|
||||
BRDA:804,209,0,3
|
||||
BRDA:823,210,0,1
|
||||
@ -2872,8 +2872,8 @@ BRDA:1075,266,0,2
|
||||
BRDA:1075,266,1,4
|
||||
BRDA:1076,267,0,1
|
||||
BRDA:1076,267,1,2
|
||||
BRDA:1083,268,0,22
|
||||
BRDA:1083,268,1,22
|
||||
BRDA:1083,268,0,10
|
||||
BRDA:1083,268,1,10
|
||||
BRDA:1085,269,0,1
|
||||
BRDA:1089,270,0,1
|
||||
BRDA:1089,270,1,1
|
||||
@ -3016,5 +3016,5 @@ BRDA:1474,346,1,0
|
||||
BRDA:1481,347,0,2
|
||||
BRDA:1481,347,1,0
|
||||
BRF:644
|
||||
BRH:569
|
||||
BRH:570
|
||||
end_of_record
|
||||
|
||||
Reference in New Issue
Block a user