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 |
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> |