Tizen 2.0 Release
[external/libgnutls26.git] / doc / cyclo / cyclo-gnutls.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
2 <html>
3 <!-- Generated by gnulib's pmccabe2html at 1331915239 -->
4 <head>
5 <title>Cyclomatic Complexity report for GnuTLS</title>
6
7 <meta name="description" content="Cyclomatic Complexity report for GnuTLS">
8 <meta name="keywords" content="Cyclomatic Complexity report for GnuTLS">
9 <meta name="resource-type" content="document">
10 <meta name="distribution" content="global">
11 <meta name="Generator" content="pmccabe2html">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13 <script language="javascript" type="text/javascript">
14 function show_hide(idCapa, idButton, fuerzaVisibilidad){        var button = document.getElementById(idButton); var capa = document.getElementById(idCapa);     if (capa)       {               if (fuerzaVisibilidad && fuerzaVisibilidad!="") {                       if (fuerzaVisibilidad=="visible") capa.style.display="";                        else capa.style.display="none";         }               else            {                       if (capa.style.display == "none") {                             capa.style.display = "";                                button.innerHTML = "&uarr;";                    } else {                                capa.style.display = "none";                                button.innerHTML = "&darr;";                        }               }       }}
15 </script>
16 <style type ="text/css" media="screen">
17 <!--
18 body {
19     font-family: Helvetica, sans-serif;
20 }
21
22 .page_title {
23     font: 18pt Georgia, serif;
24     color: darkred;
25 }
26
27 .section_title {
28     font: 14pt Georgia, serif;
29     color: darkred;
30 }
31
32 .report_timestamp {
33     color: darkred;
34     font-weight: bold;
35 }
36
37 .function_src {
38     text-align: left;
39     background: white;
40 }
41
42 .resume_table {
43 }
44
45 .resume_header_entry {
46     color: black;
47 }
48
49 .resume_number_entry {
50     color: darkred;
51     font-weight: bold;
52     text-align: right;
53 }
54
55 .ranges_table {
56     border-spacing: 0px;
57     border-bottom: solid 2px black;
58     border-top: solid 2px black;
59     border-left: solid 2px black;
60     border-right: solid 2px black;
61 }
62
63 .ranges_header_entry {
64     padding: 5px;
65     border-bottom: solid 1px black;
66     font-size: 1em;
67     font-weight: bold;
68     color: darkred;
69     text-align: left;
70 }
71
72 .ranges_entry {
73 }
74
75 .ranges_entry_simple {
76     background: #87ff75;
77 }
78
79 .ranges_entry_moderate {
80     background: #fffc60;
81 }
82
83 .ranges_entry_high {
84     background: #ff5a5d;
85 }
86
87 .ranges_entry_untestable {
88     background: #993300
89 }
90
91
92 .function_table {
93     border-spacing: 0px;
94     border-bottom: solid 2px black;
95     border-top: solid 2px black;
96     border-left: solid 2px black;
97     border-right: solid 2px black;
98 }
99
100 .function_table_caption {
101     font-size: 1.1em;
102     font-weight: bold;
103     color: black;
104     padding: 5px;
105 }
106
107 .function_table_header {
108 }
109
110
111 .function_table_header_entry {
112     padding: 5px;
113     border-bottom: solid 1px black;
114     font-size: 1em;
115     font-weight: bold;
116     color: darkred;
117     text-align: left;
118 }
119
120 .function_entry {
121 }
122
123
124 .function_entry_simple {
125     background: #87ff75;
126 }
127
128 .function_entry_moderate {
129     background: #fffc60;
130 }
131
132 .function_entry_high {
133     background: #ff5a5d;
134 }
135
136 .function_entry_untestable {
137     background: #993300
138 }
139
140
141 .function_entry_name {
142     font-size: 1em;
143     text-align: left;
144     font-weight: bold;
145     text-valign: top;
146
147     border-top: solid 1px black;
148     padding: 3px;
149 }
150
151 .function_entry_cyclo {
152     font-size: 1em;
153     text-align: right;
154     text-valign: top;
155
156     border-top: solid 1px black;
157     padding: 3px;
158 }
159
160 .function_entry_number {
161     font-size: 1em;
162     text-align: right;
163     text-valign: top;
164
165     border-top: solid 1px black;
166     padding: 3px;
167 }
168
169 .function_entry_filename {
170     font-size: 1em;
171     text-align: left;
172     text-valign: top;
173
174     border-top: solid 1px black;
175     padding: 3px;
176 }
177 -->
178 </style />
179 </head>
180 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
181 <a href="http://www.gnu.org/software/gnutls/">Back to GnuTLS Homepage</a><br/><br/>
182 <div class="page_title">GnuTLS Cyclomatic Complexity Report</div>
183 <p>Report generated at: <span class="report_timestamp">Fri Mar 16 17:27:19 CET 2012</div></p>
184 <div class="section_title">Summary</div>
185 <table class="summary_table">
186 <tr>
187 <td class="summary_header_entry">
188 Total number of functions
189 </td>
190 <td class="summary_number_entry">
191
192 </td>
193 </tr>
194 <tr>
195 <td class="summary_header_entry">
196 Number of low risk functions
197 </td>
198 <td class="summary_number_entry">
199
200 </td>
201 </tr>
202 <tr>
203 <td class="summary_header_entry">
204 Number of moderate risk functions
205 </td>
206 <td class="summary_number_entry">
207
208 </td>
209 </tr>
210 <tr>
211 <td class="summary_header_entry">
212 Number of high risk functions
213 </td>
214 <td class="summary_number_entry">
215
216 </td>
217 </tr>
218 <tr>
219 <td class="summary_header_entry">
220 Number of untestable functions
221 </td>
222 <td class="summary_number_entry">
223
224 </td>
225 </tr>
226 </table>
227 <br/>
228 <div class="section_title">Details for all functions</div>
229 <table class="ranges_table">
230 <tr>
231 <td class="ranges_header_entry">
232 &nbsp;
233 </td>
234 <td class="ranges_header_entry">
235 Cyclomatic Complexity
236 </td>
237 <td class="ranges_header_entry">
238 Risk Evaluation
239 </td>
240 </tr>
241 <tr>
242 <td class="ranges_entry_simple">
243 &nbsp;
244 </td>
245 <td class="ranges_entry">
246 0 - 10
247 </td>
248 <td class="ranges_entry">
249 Simple module, without much risk
250 </td>
251 </tr>
252 <tr>
253 <td class="ranges_entry_moderate">
254 &nbsp;
255 </td>
256 <td class="ranges_entry">
257 11 - 20
258 </td>
259 <td class="ranges_entry">
260 More complex module, moderate risk
261 </td>
262 </tr>
263 <tr>
264 <td class="ranges_entry_high">
265 &nbsp;
266 </td>
267 <td class="ranges_entry">
268 21 - 50
269 </td>
270 <td class="ranges_entry">
271 Complex module, high risk
272 </td>
273 </tr>
274 <tr>
275 <td class="ranges_entry_untestable">
276 &nbsp;
277 </td>
278 <td class="ranges_entry">
279 greater than 50
280 </td>
281 <td class="ranges_entry">
282 Untestable module, very high risk
283 </td>
284 </tr>
285 </table>
286 <br/>
287 <table width="90%" class="function_table" cellpadding="0" cellspacing="0">
288 <tr class="function_table_header">
289 <td class="function_table_header_entry">
290
291 </td>
292 <td class="function_table_header_entry">
293 Function Name
294 </td>
295 <td class="function_table_header_entry">
296 Modified Cyclo
297 </td>
298 <td class="function_table_header_entry">
299 Number of
300 <br/>
301 Statements
302 </td>
303 <td class="function_table_header_entry">
304 Number of
305 <br/>
306 Lines
307 </td>
308 <td class="function_table_header_entry">
309 Source File
310 </td>
311 </tr>
312 </table>
313 <hr color="black" size="2"/> Copyright (c) 2007, 2008 Free Software Foundation, Inc.
314 </body>
315 </html>