forked from SignalR/SignalR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_Chutzpah.coverage.html
157 lines (132 loc) · 2.45 KB
/
_Chutzpah.coverage.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<html>
<head>
<title>Chutzpah Code Coverage Results</title>
<script type='text/javascript'>
function chutzpah_toggleSource(id) {
var element = document.getElementById(id);
if(element.style.display === 'block') {
element.style.display = 'none';
} else {
element.style.display = 'block';
}
}
</script>
<style>
#chutzpah-main
{
background:#EEE;
clear:both;
color:#333;
font-family:'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
font-size:17px;
margin:2px;
}
#chutzpah-main a
{
color:#333;
text-decoration:none;
}
#chutzpah-main a:hover
{
text-decoration:underline;
}
.chutzpah
{
border-bottom:1px solid #FFF;
clear:both;
margin:0;
padding:5px;
}
.chutzpah-error
{
color:red;
}
.chutzpah-success
{
color:#5E7D00;
}
.chutzpah-file
{
width:auto;
}
.chutzpah-cl
{
float:left;
}
.chutzpah div.rs
{
float:right;
margin-left:50px;
width:150px;
}
.chutzpah-nb
{
padding-right:10px;
}
#chutzpah-main a.chutzpah-logo
{
color:#3245FF;
cursor:pointer;
font-weight:700;
text-decoration:none;
}
.chutzpah-source
{
background-color:#FFF;
border:1px solid #CBCBCB;
color:#363636;
margin:25px 20px;
overflow-x:scroll;
width:80%;
}
.chutzpah-source div
{
white-space:nowrap;
}
.chutzpah-source span
{
background-color:#EAEAEA;
color:#949494;
display:inline-block;
padding:0 10px;
text-align:center;
}
.chutzpah-source .miss
{
background-color:#e6c3c7;
}
</style>
</head>
<body>
<div id='chutzpah-main'>
<div class='chutzpah chutzpah-title'>
<div class='chutzpah-cl chutzpah-file'>
<a href='http://chutzpah.codeplex.com/' target='_blank' class='chutzpah-logo'>Chutzpah</a> code coverage via <a href='http://blanketjs.org' target='_blank' class='chutzpah-logo'>blanket.js</a> results
</div>
<div class='chutzpah-cl rs'>
Coverage (%)
</div>
<div class='chutzpah-cl rs'>
Covered/Total Smts.
</div>
<div style='clear:both;'>
</div>
</div>
<div class='chutzpah chutzpah-success'>
<div class='chutzpah-cl chutzpah-file'>
<span class='chutzpah-nb'>1.</span><a href='javascript:chutzpah_toggleSource("file-1")'>Total</a>
</div>
<div class='chutzpah-cl rs'>
NaN %
</div>
<div class='chutzpah-cl rs'>
0/0
</div>
<div id='file-1' class='chutzpah-source' style='display:none;'>
</div>
<div style='clear:both;'>
</div>
</div>
</div>
</body>
</html>