-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
97 changed files
with
43,671 additions
and
13,657 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
1,544 changes: 0 additions & 1,544 deletions
1,544
dokumentaatio/pit/201502200157/iilumme.hymiopeli.highscore/HighScoreTallentaja.java.html
This file was deleted.
Oops, something went wrong.
5,683 changes: 0 additions & 5,683 deletions
5,683
dokumentaatio/pit/201502200157/iilumme.hymiopeli.logiikka/HymioPeli.java.html
This file was deleted.
Oops, something went wrong.
1,043 changes: 0 additions & 1,043 deletions
1,043
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot.pelaajat/Hymio.java.html
This file was deleted.
Oops, something went wrong.
657 changes: 0 additions & 657 deletions
657
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot.pelaajat/IronMan.java.html
This file was deleted.
Oops, something went wrong.
669 changes: 0 additions & 669 deletions
669
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot.vastustajat/Killian.java.html
This file was deleted.
Oops, something went wrong.
669 changes: 0 additions & 669 deletions
669
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot.vastustajat/Kissa.java.html
This file was deleted.
Oops, something went wrong.
895 changes: 0 additions & 895 deletions
895
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot.vastustajat/Surullinen.java.html
This file was deleted.
Oops, something went wrong.
773 changes: 0 additions & 773 deletions
773
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot/Hahmo.java.html
This file was deleted.
Oops, something went wrong.
623 changes: 0 additions & 623 deletions
623
dokumentaatio/pit/201502200157/iilumme.hymiopeli.pelihahmot/Pelaaja.java.html
This file was deleted.
Oops, something went wrong.
657 changes: 0 additions & 657 deletions
657
dokumentaatio/pit/201502200157/iilumme.hymiopeli.util/KieliUtil.java.html
This file was deleted.
Oops, something went wrong.
Binary file renamed
BIN
+6 KB
dokumentaatio/pit/201502200157/.DS_Store → dokumentaatio/pit/201502272348/.DS_Store
Binary file not shown.
616 changes: 616 additions & 0 deletions
616
dokumentaatio/pit/201502272348/iilumme.hymiopeli.highscore/HighScore.java.html
Large diffs are not rendered by default.
Oops, something went wrong.
111 changes: 111 additions & 0 deletions
111
dokumentaatio/pit/201502272348/iilumme.hymiopeli.highscore/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<html> | ||
<head> | ||
|
||
<style type='text/css'> | ||
|
||
.tests{ | ||
width : 50%; | ||
float : left; | ||
} | ||
|
||
.mutees{ | ||
float : right; | ||
width : 50%; | ||
} | ||
|
||
.unit { | ||
padding-top : 20px; | ||
clear : both; | ||
} | ||
|
||
.coverage_bar { | ||
display : inline-block; | ||
height : 1.1em; | ||
width: 130px; | ||
background: #FAA; | ||
margin: 0 5px; | ||
vertical-align: middle; | ||
border: 1px solid #AAA; | ||
position : relative; | ||
} | ||
|
||
.coverage_complete { | ||
display : inline-block; | ||
height : 100%; | ||
background: #DFD; | ||
float: left; | ||
} | ||
|
||
.coverage_ledgend { | ||
position : absolute; | ||
height : 100%; | ||
width: 100%; | ||
left : 0; | ||
top : 0; | ||
text-align : center; | ||
} | ||
|
||
.line, .mut { | ||
vertical-align : middle; | ||
} | ||
|
||
.coveragePercentage { | ||
display: inline-block; | ||
width: 3em; | ||
text-align: right; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
|
||
<h1>Pit Test Coverage Report</h1> | ||
<h2>Package Summary</h2> | ||
<h3>iilumme.hymiopeli.highscore</h3> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Number of Classes</th> | ||
<th>Line Coverage</th> | ||
<th>Mutation Coverage</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>1</td> | ||
<td>50% <div class="coverage_bar"><div class="coverage_complete" style="width:50%"></div><div class="coverage_ledgend">4/8</div></div></td> | ||
<td>0% <div class="coverage_bar"><div class="coverage_complete" style="width:0%"></div><div class="coverage_ledgend">0/5</div></div></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
<h3>Breakdown by Class</h3> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Line Coverage</th> | ||
<th>Mutation Coverage</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr> | ||
<td><a href="./HighScore.java.html">HighScore.java</a></td> | ||
<td><div class="coveragePercentage">50% </div><div class="coverage_bar"><div class="coverage_complete" style="width:50%"></div><div class="coverage_ledgend">4/8</div></div></td> | ||
<td><div class="coveragePercentage">0% </div><div class="coverage_bar"><div class="coverage_complete" style="width:0%"></div><div class="coverage_ledgend">0/5</div></div></td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
<br/> | ||
|
||
|
||
|
||
<hr/> | ||
|
||
Report generated by <a href='http://pitest.org'>PIT</a> 0.30 | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.