RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexCalculator.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.MaintainabilityIndexCalculator</title> 3 <title>Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexCalculator</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.MaintainabilityIndexCalculator</h1> 9 <h1>Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexCalculator</h1>
24 10
58 <tr> 44 <tr>
59 <td><a href="#maintainabilityIndex">maintainabilityIndex</a></td> 45 <td><a href="#maintainabilityIndex">maintainabilityIndex</a></td>
60 <td>Private function to calculate the maintainability index of one file.</td> 46 <td>Private function to calculate the maintainability index of one file.</td>
61 </tr> 47 </tr>
62 <tr> 48 <tr>
63 <td><a href="#worker">worker</a></td> 49 <td><a href="#workerTask">workerTask</a></td>
64 <td>Module function acting as the parallel worker for the maintainability index calculation.</td> 50 <td>Module function acting as the parallel worker for the maintainability index calculation.</td>
65 </tr> 51 </tr>
66 </table> 52 </table>
67 <hr /> 53 <hr />
68 <hr /> 54 <hr />
198 </dd> 184 </dd>
199 </dl> 185 </dl>
200 <div align="right"><a href="#top">Up</a></div> 186 <div align="right"><a href="#top">Up</a></div>
201 <hr /> 187 <hr />
202 <hr /> 188 <hr />
203 <a NAME="worker" ID="worker"></a> 189 <a NAME="workerTask" ID="workerTask"></a>
204 <h2>worker</h2> 190 <h2>workerTask</h2>
205 <b>worker</b>(<i>inputQueue, outputQueue</i>) 191 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
206 192
207 <p> 193 <p>
208 Module function acting as the parallel worker for the maintainability 194 Module function acting as the parallel worker for the maintainability
209 index calculation. 195 index calculation.
210 </p> 196 </p>

eric ide

mercurial