RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator.html

branch
eric7
changeset 87
6ae91562f0a7
parent 78
4ce16e1d29f3
child 107
0843dd7239f6
equal deleted inserted replaced
86:326e08294b3d 87:6ae91562f0a7
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head> 2 <html><head>
3 <title>Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator</title> 3 <title>Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator</title>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <style> 5 <link rel="stylesheet" href="styles.css">
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head> 6 </head>
21 <body> 7 <body>
22 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
23 <h1>Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator</h1> 9 <h1>Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator</h1>
24 10
66 <tr> 52 <tr>
67 <td><a href="#initService">initService</a></td> 53 <td><a href="#initService">initService</a></td>
68 <td>Initialize the service and return the entry point.</td> 54 <td>Initialize the service and return the entry point.</td>
69 </tr> 55 </tr>
70 <tr> 56 <tr>
71 <td><a href="#worker">worker</a></td> 57 <td><a href="#workerTask">workerTask</a></td>
72 <td>Module function acting as the parallel worker for the cyclomatic complexity calculation.</td> 58 <td>Module function acting as the parallel worker for the cyclomatic complexity calculation.</td>
73 </tr> 59 </tr>
74 </table> 60 </table>
75 <hr /> 61 <hr />
76 <hr /> 62 <hr />
265 </dd> 251 </dd>
266 </dl> 252 </dl>
267 <div align="right"><a href="#top">Up</a></div> 253 <div align="right"><a href="#top">Up</a></div>
268 <hr /> 254 <hr />
269 <hr /> 255 <hr />
270 <a NAME="worker" ID="worker"></a> 256 <a NAME="workerTask" ID="workerTask"></a>
271 <h2>worker</h2> 257 <h2>workerTask</h2>
272 <b>worker</b>(<i>inputQueue, outputQueue</i>) 258 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
273 259
274 <p> 260 <p>
275 Module function acting as the parallel worker for the cyclomatic 261 Module function acting as the parallel worker for the cyclomatic
276 complexity calculation. 262 complexity calculation.
277 </p> 263 </p>

eric ide

mercurial