-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
49 lines (49 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html lang="en">
<head>
<title>Testing issues report</title>
<style>
.main-report p { background-color: lightgray; padding: 0.5em; }
.class-list li { margin: 3px; }
.class-list li a { font-family: 'Courier New', Courier, monospace; font-weight: bold; margin-right: 1em; }
.operators li { font-family: 'Courier New', Courier, monospace; font-size: 0.9em; display: inline; margin: 2px 5px;}
.operators { list-style: none; }
</style>
</head>
<body>
<div class="main-report">
<h1>Report</h1>
<p>Total time: <strong>48 seconds</strong></p>
<b>Operators used</b>
<ul class="operators">
<li>void</li>
<li>null</li>
<li>empty</li>
<li>true</li>
<li>false</li>
<li>0</li>
<li>1</li>
<li>(short)0</li>
<li>(short)1</li>
<li>(byte)0</li>
<li>(byte)1</li>
<li>0L</li>
<li>1L</li>
<li>0.0</li>
<li>1.0</li>
<li>0.0f</li>
<li>1.0f</li>
<li>'\40'</li>
<li>'A'</li>
<li>""</li>
<li>"A"</li>
</ul>
<p>Pseudo and partially-tested methods: <strong>3</strong></p>
<h2>Classes</h2>
<ul class="class-list">
<li><a href="org.apache.commons.cli.Option.html">org.apache.commons.cli.Option</a><span class="issues-report">(Issues: 1)</span></li>
<li><a href="org.apache.commons.cli.DefaultParser.html">org.apache.commons.cli.DefaultParser</a><span class="issues-report">(Issues: 1)</span></li>
<li><a href="org.apache.commons.cli.AmbiguousOptionException.html">org.apache.commons.cli.AmbiguousOptionException</a><span class="issues-report">(Issues: 1)</span></li>
</ul>
</div>
</body>
</html>