41 <td><a href="#initService">initService</a></td> |
41 <td><a href="#initService">initService</a></td> |
42 <td>Initialize the service and return the entry point.</td> |
42 <td>Initialize the service and return the entry point.</td> |
43 </tr> |
43 </tr> |
44 <tr> |
44 <tr> |
45 <td><a href="#maintainabilityIndex">maintainabilityIndex</a></td> |
45 <td><a href="#maintainabilityIndex">maintainabilityIndex</a></td> |
46 <td></td> |
46 <td>Private function to calculate the maintainability index of one file.</td> |
47 </tr> |
47 </tr> |
48 <tr> |
48 <tr> |
49 <td><a href="#workerTask">workerTask</a></td> |
49 <td><a href="#workerTask">workerTask</a></td> |
50 <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> |
51 </tr> |
51 </tr> |
149 <div align="right"><a href="#top">Up</a></div> |
149 <div align="right"><a href="#top">Up</a></div> |
150 <hr /> |
150 <hr /> |
151 <hr /> |
151 <hr /> |
152 <a NAME="maintainabilityIndex" ID="maintainabilityIndex"></a> |
152 <a NAME="maintainabilityIndex" ID="maintainabilityIndex"></a> |
153 <h2>maintainabilityIndex</h2> |
153 <h2>maintainabilityIndex</h2> |
154 <b>maintainabilityIndex</b>(<i>file, text=""</i>) |
154 <b>maintainabilityIndex</b>(<i>file, text="", </i>) |
155 |
155 |
|
156 <p> |
|
157 Private function to calculate the maintainability index of one file. |
|
158 </p> |
|
159 <dl> |
|
160 |
|
161 <dt><i>file</i> (str)</dt> |
|
162 <dd> |
|
163 source filename |
|
164 </dd> |
|
165 <dt><i>text</i> (str)</dt> |
|
166 <dd> |
|
167 source text |
|
168 </dd> |
|
169 </dl> |
|
170 <dl> |
|
171 <dt>Return:</dt> |
|
172 <dd> |
|
173 tuple containing the result dictionary |
|
174 </dd> |
|
175 </dl> |
|
176 <dl> |
|
177 <dt>Return Type:</dt> |
|
178 <dd> |
|
179 (tuple of dict) |
|
180 </dd> |
|
181 </dl> |
156 <div align="right"><a href="#top">Up</a></div> |
182 <div align="right"><a href="#top">Up</a></div> |
157 <hr /> |
183 <hr /> |
158 <hr /> |
184 <hr /> |
159 <a NAME="workerTask" ID="workerTask"></a> |
185 <a NAME="workerTask" ID="workerTask"></a> |
160 <h2>workerTask</h2> |
186 <h2>workerTask</h2> |