45 <td><a href="#initService">initService</a></td> |
45 <td><a href="#initService">initService</a></td> |
46 <td>Initialize the service and return the entry point.</td> |
46 <td>Initialize the service and return the entry point.</td> |
47 </tr> |
47 </tr> |
48 <tr> |
48 <tr> |
49 <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td> |
49 <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td> |
50 <td></td> |
50 <td>Private function to calculate the raw code metrics of one file.</td> |
51 </tr> |
51 </tr> |
52 <tr> |
52 <tr> |
53 <td><a href="#workerTask">workerTask</a></td> |
53 <td><a href="#workerTask">workerTask</a></td> |
54 <td>Module function acting as the parallel worker for the raw code metrics calculation.</td> |
54 <td>Module function acting as the parallel worker for the raw code metrics calculation.</td> |
55 </tr> |
55 </tr> |
180 <div align="right"><a href="#top">Up</a></div> |
180 <div align="right"><a href="#top">Up</a></div> |
181 <hr /> |
181 <hr /> |
182 <hr /> |
182 <hr /> |
183 <a NAME="rawCodeMetrics" ID="rawCodeMetrics"></a> |
183 <a NAME="rawCodeMetrics" ID="rawCodeMetrics"></a> |
184 <h2>rawCodeMetrics</h2> |
184 <h2>rawCodeMetrics</h2> |
185 <b>rawCodeMetrics</b>(<i>file, text=""</i>) |
185 <b>rawCodeMetrics</b>(<i>file, text="", </i>) |
186 |
186 |
|
187 <p> |
|
188 Private function to calculate the raw code metrics of one file. |
|
189 </p> |
|
190 <dl> |
|
191 |
|
192 <dt><i>file</i> (str)</dt> |
|
193 <dd> |
|
194 source filename |
|
195 </dd> |
|
196 <dt><i>text</i> (str)</dt> |
|
197 <dd> |
|
198 source text |
|
199 </dd> |
|
200 </dl> |
|
201 <dl> |
|
202 <dt>Return:</dt> |
|
203 <dd> |
|
204 tuple containing the result dictionary |
|
205 </dd> |
|
206 </dl> |
|
207 <dl> |
|
208 <dt>Return Type:</dt> |
|
209 <dd> |
|
210 (tuple of dict) |
|
211 </dd> |
|
212 </dl> |
187 <div align="right"><a href="#top">Up</a></div> |
213 <div align="right"><a href="#top">Up</a></div> |
188 <hr /> |
214 <hr /> |
189 <hr /> |
215 <hr /> |
190 <a NAME="workerTask" ID="workerTask"></a> |
216 <a NAME="workerTask" ID="workerTask"></a> |
191 <h2>workerTask</h2> |
217 <h2>workerTask</h2> |