69 lines
2.7 KiB
HTML
69 lines
2.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html;charset=windows-1250">
|
||
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Pit Test Coverage Report</h1>
|
||
|
<h2>Package Summary</h2>
|
||
|
<h3>com.epam.bootcamp.bmi_calculator</h3>
|
||
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Number of Classes</th>
|
||
|
<th>Line Coverage</th>
|
||
|
<th>Mutation Coverage</th>
|
||
|
<th>Test Strength</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>2</td>
|
||
|
<td>100% <div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">61/61</div></div></td>
|
||
|
<td>72% <div class="coverage_bar"><div class="coverage_complete width-72"></div><div class="coverage_legend">36/50</div></div></td>
|
||
|
<td>72% <div class="coverage_bar"><div class="coverage_complete width-72"></div><div class="coverage_legend">36/50</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>
|
||
|
<th>Test Strength</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
|
||
|
<tr>
|
||
|
<td><a href="./App.java.html">App.java</a></td>
|
||
|
<td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">28/28</div></div></td>
|
||
|
<td><div class="coverage_percentage">67% </div><div class="coverage_bar"><div class="coverage_complete width-67"></div><div class="coverage_legend">16/24</div></div></td>
|
||
|
<td><div class="coverage_percentage">67% </div><div class="coverage_bar"><div class="coverage_complete width-67"></div><div class="coverage_legend">16/24</div></div></td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td><a href="./GuessTheUnits.java.html">GuessTheUnits.java</a></td>
|
||
|
<td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">33/33</div></div></td>
|
||
|
<td><div class="coverage_percentage">77% </div><div class="coverage_bar"><div class="coverage_complete width-77"></div><div class="coverage_legend">20/26</div></div></td>
|
||
|
<td><div class="coverage_percentage">77% </div><div class="coverage_bar"><div class="coverage_complete width-77"></div><div class="coverage_legend">20/26</div></div></td>
|
||
|
</tr>
|
||
|
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<br/>
|
||
|
|
||
|
|
||
|
|
||
|
<hr/>
|
||
|
|
||
|
Report generated by <a href='http://pitest.org'>PIT</a> 1.8.1
|
||
|
|
||
|
</body>
|
||
|
</html>
|