-
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
34 changed files
with
141,253 additions
and
0 deletions.
There are no files selected for viewing
1,684 changes: 1,684 additions & 0 deletions
1,684
...tjavadoccheck/com.puppycrawl.tools.checkstyle.checks.javadoc.utils/BlockTagUtil.java.html
Large diffs are not rendered by default.
Oops, something went wrong.
2,538 changes: 2,538 additions & 0 deletions
2,538
...javadoccheck/com.puppycrawl.tools.checkstyle.checks.javadoc.utils/InlineTagUtil.java.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,389 changes: 1,389 additions & 0 deletions
1,389
...stractjavadoccheck/com.puppycrawl.tools.checkstyle.checks.javadoc.utils/TagInfo.java.html
Large diffs are not rendered by default.
Oops, something went wrong.
69 changes: 69 additions & 0 deletions
69
...test-abstractjavadoccheck/com.puppycrawl.tools.checkstyle.checks.javadoc.utils/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,69 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" type="text/css" href="../style.css"> | ||
</head> | ||
<body> | ||
|
||
<h1>Pit Test Coverage Report</h1> | ||
<h2>Package Summary</h2> | ||
<h3>com.puppycrawl.tools.checkstyle.checks.javadoc.utils</h3> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Number of Classes</th> | ||
<th>Line Coverage</th> | ||
<th>Mutation Coverage</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>3</td> | ||
<td>100% <div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">68/68</div></div></td> | ||
<td>100% <div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">32/32</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="./BlockTagUtil.java.html">BlockTagUtil.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">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">14/14</div></div></td> | ||
</tr> | ||
|
||
<tr> | ||
<td><a href="./InlineTagUtil.java.html">InlineTagUtil.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">36/36</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">15/15</div></div></td> | ||
</tr> | ||
|
||
<tr> | ||
<td><a href="./TagInfo.java.html">TagInfo.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">8/8</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> | ||
|
||
</tbody> | ||
</table> | ||
<br/> | ||
|
||
|
||
|
||
<hr/> | ||
|
||
Report generated by <a href='http://pitest.org'>PIT</a> 1.4.9 | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.