Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iilumme committed Feb 27, 2015
1 parent a93b750 commit af7d8ab
Show file tree
Hide file tree
Showing 97 changed files with 43,671 additions and 13,657 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified dokumentaatio/.DS_Store
Binary file not shown.
Binary file modified dokumentaatio/pit/.DS_Store
Binary file not shown.

This file was deleted.

5,683 changes: 0 additions & 5,683 deletions dokumentaatio/pit/201502200157/iilumme.hymiopeli.logiikka/HymioPeli.java.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

Large diffs are not rendered by default.

111 changes: 111 additions & 0 deletions dokumentaatio/pit/201502272348/iilumme.hymiopeli.highscore/index.html
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>
Loading

0 comments on commit af7d8ab

Please sign in to comment.