Portfolio Code | Clement Colmerauer
Repositories
Site
Kata refactoring
Code
Commits
Branches
Tags
Search
Tree:
2fce22c
Branches
Tags
master
Kata refactoring
build
reports
pitest
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> <h3>Project Summary</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>4</td> <td>94% <div class="coverage_bar"><div class="coverage_complete width-94"></div><div class="coverage_legend">147/157</div></div></td> <td>82% <div class="coverage_bar"><div class="coverage_complete width-82"></div><div class="coverage_legend">56/68</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 Package</h3> <table> <thead> <tr> <th>Name</th> <th>Number of Classes</th> <th>Line Coverage</th> <th>Mutation Coverage</th> <th>Test Strength</th> </tr> </thead> <tbody> <tr> <td><a href="./re.forestier.edu/index.html">re.forestier.edu</a></td> <td>1</td> <td><div class="coverage_percentage">11% </div><div class="coverage_bar"><div class="coverage_complete width-11"></div><div class="coverage_legend">1/9</div></div></td> <td><div class="coverage_percentage">0% </div><div class="coverage_bar"><div class="coverage_complete width-0"></div><div class="coverage_legend">0/4</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">0/0</div></div></td> </tr> <tr> <td><a href="./re.forestier.edu.rpg/index.html">re.forestier.edu.rpg</a></td> <td>3</td> <td><div class="coverage_percentage">99% </div><div class="coverage_bar"><div class="coverage_complete width-99"></div><div class="coverage_legend">146/148</div></div></td> <td><div class="coverage_percentage">88% </div><div class="coverage_bar"><div class="coverage_complete width-88"></div><div class="coverage_legend">56/64</div></div></td> <td><div class="coverage_percentage">89% </div><div class="coverage_bar"><div class="coverage_complete width-89"></div><div class="coverage_legend">56/63</div></div></td> </tr> </tbody> </table> <br/> <hr/> Report generated by <a href='https://pitest.org'>PIT</a> 1.15.0 <br/> <br/> Enhanced functionality available at <a href='https://www.arcmutate.com/'>arcmutate.com</a> </body> </html>