Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 9a36ce5

Browse files
Update tests.
1 parent f398ba9 commit 9a36ce5

File tree

9 files changed

+9515
-8277
lines changed

9 files changed

+9515
-8277
lines changed

doc/pit/com.tuhoojabotti.crazyjavabubbles.logic/Board.java.html

+4,503-4,202
Large diffs are not rendered by default.

doc/pit/com.tuhoojabotti.crazyjavabubbles.logic/Bubble.java.html

+1,608-1,500
Large diffs are not rendered by default.

doc/pit/com.tuhoojabotti.crazyjavabubbles.logic/CrazyGameLogic.java.html

+2,624-1,828
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,123 @@
1-
<html>
2-
<head>
3-
4-
<style type='text/css'>
5-
6-
.tests{
7-
width : 50%;
8-
float : left;
9-
}
10-
11-
.mutees{
12-
float : right;
13-
width : 50%;
14-
}
15-
16-
.unit {
17-
padding-top : 20px;
18-
clear : both;
19-
}
20-
21-
.coverage_bar {
22-
display : inline-block;
23-
height : 1.1em;
24-
width: 130px;
25-
background: #FAA;
26-
margin: 0 5px;
27-
vertical-align: middle;
28-
border: 1px solid #AAA;
29-
position : relative;
30-
}
31-
32-
.coverage_complete {
33-
display : inline-block;
34-
height : 100%;
35-
background: #DFD;
36-
float: left;
37-
}
38-
39-
.coverage_ledgend {
40-
position : absolute;
41-
height : 100%;
42-
width: 100%;
43-
left : 0;
44-
top : 0;
45-
text-align : center;
46-
}
47-
48-
.line, .mut {
49-
vertical-align : middle;
50-
}
51-
52-
.coveragePercentage {
53-
display: inline-block;
54-
width: 3em;
55-
text-align: right;
56-
}
57-
</style>
58-
59-
</head>
60-
<body>
61-
62-
<h1>Pit Test Coverage Report</h1>
63-
<h2>Package Summary</h2>
64-
<h3>com.tuhoojabotti.crazyjavabubbles.logic</h3>
65-
<table>
66-
<thead>
67-
<tr>
68-
<th>Number of Classes</th>
69-
<th>Line Coverage</th>
70-
<th>Mutation Coverage</th>
71-
</tr>
72-
</thead>
73-
<tbody>
74-
<tr>
75-
<td>3</td>
76-
<td>100% <div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">145/145</div></div></td>
77-
<td>93% <div class="coverage_bar"><div class="coverage_complete" style="width:93%"></div><div class="coverage_ledgend">123/132</div></div></td>
78-
</tr>
79-
</tbody>
80-
</table>
81-
82-
83-
<h3>Breakdown by Class</h3>
84-
<table>
85-
<thead>
86-
<tr>
87-
<th>Name</th>
88-
<th>Line Coverage</th>
89-
<th>Mutation Coverage</th>
90-
</tr>
91-
</thead>
92-
<tbody>
93-
94-
<tr>
95-
<td><a href="./Board.java.html">Board.java</a></td>
96-
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">95/95</div></div></td>
97-
<td><div class="coveragePercentage">95% </div><div class="coverage_bar"><div class="coverage_complete" style="width:95%"></div><div class="coverage_ledgend">100/105</div></div></td>
98-
</tr>
99-
100-
<tr>
101-
<td><a href="./Bubble.java.html">Bubble.java</a></td>
102-
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">22/22</div></div></td>
103-
<td><div class="coveragePercentage">82% </div><div class="coverage_bar"><div class="coverage_complete" style="width:82%"></div><div class="coverage_ledgend">9/11</div></div></td>
104-
</tr>
105-
106-
<tr>
107-
<td><a href="./CrazyGameLogic.java.html">CrazyGameLogic.java</a></td>
108-
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">28/28</div></div></td>
109-
<td><div class="coveragePercentage">88% </div><div class="coverage_bar"><div class="coverage_complete" style="width:88%"></div><div class="coverage_ledgend">14/16</div></div></td>
110-
</tr>
111-
112-
</tbody>
113-
</table>
114-
<br/>
115-
116-
117-
118-
<hr/>
119-
120-
Report generated by <a href='http://pitest.org'>PIT</a> 0.30
121-
122-
</body>
1+
<html>
2+
<head>
3+
4+
<style type='text/css'>
5+
6+
.tests{
7+
width : 50%;
8+
float : left;
9+
}
10+
11+
.mutees{
12+
float : right;
13+
width : 50%;
14+
}
15+
16+
.unit {
17+
padding-top : 20px;
18+
clear : both;
19+
}
20+
21+
.coverage_bar {
22+
display : inline-block;
23+
height : 1.1em;
24+
width: 130px;
25+
background: #FAA;
26+
margin: 0 5px;
27+
vertical-align: middle;
28+
border: 1px solid #AAA;
29+
position : relative;
30+
}
31+
32+
.coverage_complete {
33+
display : inline-block;
34+
height : 100%;
35+
background: #DFD;
36+
float: left;
37+
}
38+
39+
.coverage_ledgend {
40+
position : absolute;
41+
height : 100%;
42+
width: 100%;
43+
left : 0;
44+
top : 0;
45+
text-align : center;
46+
}
47+
48+
.line, .mut {
49+
vertical-align : middle;
50+
}
51+
52+
.coveragePercentage {
53+
display: inline-block;
54+
width: 3em;
55+
text-align: right;
56+
}
57+
</style>
58+
59+
</head>
60+
<body>
61+
62+
<h1>Pit Test Coverage Report</h1>
63+
<h2>Package Summary</h2>
64+
<h3>com.tuhoojabotti.crazyjavabubbles.logic</h3>
65+
<table>
66+
<thead>
67+
<tr>
68+
<th>Number of Classes</th>
69+
<th>Line Coverage</th>
70+
<th>Mutation Coverage</th>
71+
</tr>
72+
</thead>
73+
<tbody>
74+
<tr>
75+
<td>3</td>
76+
<td>100% <div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">155/155</div></div></td>
77+
<td>96% <div class="coverage_bar"><div class="coverage_complete" style="width:96%"></div><div class="coverage_ledgend">138/144</div></div></td>
78+
</tr>
79+
</tbody>
80+
</table>
81+
82+
83+
<h3>Breakdown by Class</h3>
84+
<table>
85+
<thead>
86+
<tr>
87+
<th>Name</th>
88+
<th>Line Coverage</th>
89+
<th>Mutation Coverage</th>
90+
</tr>
91+
</thead>
92+
<tbody>
93+
94+
<tr>
95+
<td><a href="./Board.java.html">Board.java</a></td>
96+
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">94/94</div></div></td>
97+
<td><div class="coveragePercentage">98% </div><div class="coverage_bar"><div class="coverage_complete" style="width:98%"></div><div class="coverage_ledgend">103/105</div></div></td>
98+
</tr>
99+
100+
<tr>
101+
<td><a href="./Bubble.java.html">Bubble.java</a></td>
102+
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">21/21</div></div></td>
103+
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">11/11</div></div></td>
104+
</tr>
105+
106+
<tr>
107+
<td><a href="./CrazyGameLogic.java.html">CrazyGameLogic.java</a></td>
108+
<td><div class="coveragePercentage">100% </div><div class="coverage_bar"><div class="coverage_complete" style="width:100%"></div><div class="coverage_ledgend">40/40</div></div></td>
109+
<td><div class="coveragePercentage">86% </div><div class="coverage_bar"><div class="coverage_complete" style="width:86%"></div><div class="coverage_ledgend">24/28</div></div></td>
110+
</tr>
111+
112+
</tbody>
113+
</table>
114+
<br/>
115+
116+
117+
118+
<hr/>
119+
120+
Report generated by <a href='http://pitest.org'>PIT</a> 0.30
121+
122+
</body>
123123
</html>

0 commit comments

Comments
 (0)