-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (105 loc) · 3.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<title>MutPy mutation report</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<h1>MutPy mutation report</h1>
<p><span class="glyphicon glyphicon-time"></span> 17.11.2021 20:16</p>
</div>
<h4>Target</h4>
<ul>
<li><code>weeks.amount_of_weeks</code></li>
</ul>
<h4>Tests [5]</h4>
<ul>
<li><code>tests.test_amount_of_weeks</code> [0.068 s]</li>
</ul>
<h4>Result summary</h4>
<ul>
<li><strong><span class="glyphicon glyphicon-signal"></span> Score</strong> - 100.0%</li>
<li><strong><span class="glyphicon glyphicon-time"></span> Time</strong> - 0.4 s</li>
</ul>
<h4>Mutants [4]</h4>
<ul>
<li><span class="label label-success">killed</span> - 4</li>
<li><span class="label label-danger">survived</span> - 0</li>
<li><span class="label label-warning">incompetent</span> - 0</li>
<li><span class="label label-info">timeout</span> - 0</li>
</ul>
<div class="progress">
<div title="killed - 4" class="progress-bar progress-bar-success" style="width: 100.0%">
100.0%
</div>
<div title="survived - 0" class="progress-bar progress-bar-danger" style="width: 0.0%">
0.0%
</div>
<div title="incompetent - 0" class="progress-bar progress-bar-warning" style="width: 0.0%">
0.0%
</div>
<div title="timeout - 0" class="progress-bar progress-bar-info" style="width: 0.0%">
0.0%
</div>
</div>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Module</th>
<th>Operator</th>
<th>Tests run</th>
<th>Duration</th>
<th>Result</th>
<th></th>
</tr>
</thead>
<tr>
<td><a href="1.html">1</a></td>
<td><code><module 'weeks.amount_of_weeks' from '/home/andre/python/weeks/./weeks/amount_of_weeks.py'></code></td>
<td>AOR [36]</td>
<td>1</td>
<td>0.064 s</td>
<td><span class="label label-success">killed</span></td>
<td><a href="mutants/1.html"><span class="glyphicon glyphicon-arrow-right"></span></a></td>
</tr>
<tr>
<td><a href="2.html">2</a></td>
<td><code><module 'weeks.amount_of_weeks' from '/home/andre/python/weeks/./weeks/amount_of_weeks.py'></code></td>
<td>AOR [36]</td>
<td>1</td>
<td>0.065 s</td>
<td><span class="label label-success">killed</span></td>
<td><a href="mutants/2.html"><span class="glyphicon glyphicon-arrow-right"></span></a></td>
</tr>
<tr>
<td><a href="3.html">3</a></td>
<td><code><module 'weeks.amount_of_weeks' from '/home/andre/python/weeks/./weeks/amount_of_weeks.py'></code></td>
<td>COI [26]</td>
<td>1</td>
<td>0.065 s</td>
<td><span class="label label-success">killed</span></td>
<td><a href="mutants/3.html"><span class="glyphicon glyphicon-arrow-right"></span></a></td>
</tr>
<tr>
<td><a href="4.html">4</a></td>
<td><code><module 'weeks.amount_of_weeks' from '/home/andre/python/weeks/./weeks/amount_of_weeks.py'></code></td>
<td>ROR [26]</td>
<td>1</td>
<td>0.067 s</td>
<td><span class="label label-success">killed</span></td>
<td><a href="mutants/4.html"><span class="glyphicon glyphicon-arrow-right"></span></a></td>
</tr>
</table>
</div>
</body>
</html>