Skip to content

Commit b17ddff

Browse files
final commit with 2nd PIT report
1 parent 6e78529 commit b17ddff

14 files changed

Lines changed: 111 additions & 509 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.scaffolding_list.tmp

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
org.apache.commons.cli.DeprecatedAttributes_ESTest_scaffolding
2+
org.apache.commons.cli.AmbiguousOptionException_ESTest_scaffolding
3+
org.apache.commons.cli.Util_ESTest_scaffolding
4+
org.apache.commons.cli.CommandLine_ESTest_scaffolding
5+
org.apache.commons.cli.PosixParser_ESTest_scaffolding
6+
org.apache.commons.cli.OptionGroup_ESTest_scaffolding
7+
org.apache.commons.cli.OptionValidator_ESTest_scaffolding
8+
org.apache.commons.cli.Option_ESTest_scaffolding
9+
org.apache.commons.cli.GnuParser_ESTest_scaffolding
10+
org.apache.commons.cli.Parser_ESTest_scaffolding
11+
org.apache.commons.cli.DefaultParser_ESTest_scaffolding
12+
org.apache.commons.cli.Options_ESTest_scaffolding
13+
org.apache.commons.cli.TypeHandler_ESTest_scaffolding
14+
org.apache.commons.cli.BasicParser_ESTest_scaffolding
15+
org.apache.commons.cli.UnrecognizedOptionException_ESTest_scaffolding
16+
org.apache.commons.cli.PatternOptionBuilder_ESTest_scaffolding
17+
org.apache.commons.cli.help.AbstractHelpFormatter_ESTest_scaffolding
18+
org.apache.commons.cli.help.Util_ESTest_scaffolding
19+
org.apache.commons.cli.help.TextStyle_ESTest_scaffolding
20+
org.apache.commons.cli.help.HelpAppendable_ESTest_scaffolding
21+
org.apache.commons.cli.help.TextHelpAppendable_ESTest_scaffolding
22+
org.apache.commons.cli.help.FilterHelpAppendable_ESTest_scaffolding
23+
org.apache.commons.cli.help.TableDefinition_ESTest_scaffolding
24+
org.apache.commons.cli.help.OptionFormatter_ESTest_scaffolding
25+
org.apache.commons.cli.help.HelpFormatter_ESTest_scaffolding
26+
org.apache.commons.cli.MissingArgumentException_ESTest_scaffolding
27+
org.apache.commons.cli.OptionBuilder_ESTest_scaffolding
28+
org.apache.commons.cli.HelpFormatter_ESTest_scaffolding

part3Report/index.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
5+
<link rel="stylesheet" type="text/css" href="style.css">
6+
</head>
7+
<body>
8+
9+
<h1>Pit Test Coverage Report</h1>
10+
11+
<h3>Project Summary</h3>
12+
<table>
13+
<thead>
14+
<tr>
15+
<th>Number of Classes</th>
16+
<th>Line Coverage</th>
17+
<th>Mutation Coverage</th>
18+
<th>Test Strength</th>
19+
</tr>
20+
</thead>
21+
<tbody>
22+
<tr>
23+
<td>32</td>
24+
<td>100% <div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">1968/1974</div></div></td>
25+
<td>97% <div class="coverage_bar"><div class="coverage_complete width-97"></div><div class="coverage_legend">1195/1237</div></div></td>
26+
<td>97% <div class="coverage_bar"><div class="coverage_complete width-97"></div><div class="coverage_legend">1195/1236</div></div></td>
27+
</tr>
28+
</tbody>
29+
</table>
30+
31+
32+
<h3>Breakdown by Package</h3>
33+
<table>
34+
<thead>
35+
<tr>
36+
<th>Name</th>
37+
<th>Number of Classes</th>
38+
<th>Line Coverage</th>
39+
<th>Mutation Coverage</th>
40+
<th>Test Strength</th>
41+
</tr>
42+
</thead>
43+
<tbody>
44+
45+
<tr>
46+
<td><a href="./org.apache.commons.cli/index.html">org.apache.commons.cli</a></td>
47+
<td>23</td>
48+
<td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">1462/1466</div></div></td>
49+
<td><div class="coverage_percentage">98% </div><div class="coverage_bar"><div class="coverage_complete width-98"></div><div class="coverage_legend">933/956</div></div></td>
50+
<td><div class="coverage_percentage">98% </div><div class="coverage_bar"><div class="coverage_complete width-98"></div><div class="coverage_legend">933/955</div></div></td>
51+
</tr>
52+
53+
<tr>
54+
<td><a href="./org.apache.commons.cli.help/index.html">org.apache.commons.cli.help</a></td>
55+
<td>9</td>
56+
<td><div class="coverage_percentage">100% </div><div class="coverage_bar"><div class="coverage_complete width-100"></div><div class="coverage_legend">506/508</div></div></td>
57+
<td><div class="coverage_percentage">93% </div><div class="coverage_bar"><div class="coverage_complete width-93"></div><div class="coverage_legend">262/281</div></div></td>
58+
<td><div class="coverage_percentage">93% </div><div class="coverage_bar"><div class="coverage_complete width-93"></div><div class="coverage_legend">262/281</div></div></td>
59+
</tr>
60+
61+
</tbody>
62+
</table>
63+
<br/>
64+
65+
66+
67+
<hr/>
68+
69+
Report generated by <a href='https://pitest.org'>PIT</a> 1.14.0
70+
71+
<br/>
72+
<br/>
73+
74+
Enhanced functionality available at <a href='https://www.arcmutate.com/'>arcmutate.com</a>
75+
76+
</body>
77+
</html>

src/.DS_Store

6 KB
Binary file not shown.

src/test/.DS_Store

6 KB
Binary file not shown.

src/test/java/.DS_Store

6 KB
Binary file not shown.

src/test/java/org/.DS_Store

6 KB
Binary file not shown.

src/test/java/org/apache/.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.
12 KB
Binary file not shown.

0 commit comments

Comments
 (0)