Portfolio Code | Clement Colmerauer
Repositories
Site
Kata refactoring
Code
Commits
Branches
Tags
Search
Tree:
2fce22c
Branches
Tags
master
Kata refactoring
build
reports
pitest
re.forestier.edu.rpg
index.html
corrigé
Clement COLMERAUER
commited
2fce22c
at 2024-10-07 10:30:57
index.html
Blame
History
Raw
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <h1>Pit Test Coverage Report</h1> <h2>Package Summary</h2> <h3>re.forestier.edu.rpg</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>3</td> <td>99% <div class="coverage_bar"><div class="coverage_complete width-99"></div><div class="coverage_legend">146/148</div></div></td> <td>88% <div class="coverage_bar"><div class="coverage_complete width-88"></div><div class="coverage_legend">56/64</div></div></td> <td>89% <div class="coverage_bar"><div class="coverage_complete width-89"></div><div class="coverage_legend">56/63</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="./Affichage.java.html">Affichage.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">12/12</div></div></td> <td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">3/3</div></div></td> <td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">3/3</div></div></td> </tr> <tr> <td><a href="./UpdatePlayer.java.html">UpdatePlayer.java</a></td> <td><div class="coverage_percentage">98% </div><div class="coverage_bar"><div class="coverage_complete width-98"></div><div class="coverage_legend">103/105</div></div></td> <td><div class="coverage_percentage">78% </div><div class="coverage_bar"><div class="coverage_complete width-78"></div><div class="coverage_legend">29/37</div></div></td> <td><div class="coverage_percentage">81% </div><div class="coverage_bar"><div class="coverage_complete width-81"></div><div class="coverage_legend">29/36</div></div></td> </tr> <tr> <td><a href="./player.java.html">player.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">31/31</div></div></td> <td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">24/24</div></div></td> <td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">24/24</div></div></td> </tr> </tbody> </table> <br/> <hr/> Report generated by <a href='https://pitest.org'>PIT</a> 1.15.0 </body> </html>