id: 1 unit: public void CreateService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 88 end line: 166 size: 70 LOC McCabe index: 12 number of parameters: 1 id: 2 unit: static void Main() file: SimpleRemoteConsole/Program.cs start line: 26 end line: 106 size: 66 LOC McCabe index: 10 number of parameters: 1 id: 3 unit: public void RemoveService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 234 end line: 299 size: 59 LOC McCabe index: 11 number of parameters: 0 id: 4 unit: private async Task _RunJob() file: SimpleDUTClientLibrary/RpcClient.cs start line: 731 end line: 798 size: 55 LOC McCabe index: 8 number of parameters: 7 id: 5 unit: public int StartJobWithProgress() file: SimpleDUTClientLibrary/RpcClient.cs start line: 242 end line: 303 size: 50 LOC McCabe index: 2 number of parameters: 5 id: 6 unit: public void Client_Upload_UseFile_CheckOverwrite() file: DUTRemoteTests/ClientTests.cs start line: 307 end line: 369 size: 45 LOC McCabe index: 6 number of parameters: 0 id: 7 unit: public static void Upload() file: SimpleDUTRemote/HelperFunctions/LargeFileTransfers.cs start line: 22 end line: 76 size: 44 LOC McCabe index: 5 number of parameters: 3 id: 8 unit: private void InitializeService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 328 end line: 378 size: 44 LOC McCabe index: 4 number of parameters: 2 id: 9 unit: public void Job_CheckStreamingProgress_ExpectSuccess() file: DUTRemoteTests/JobTests.cs start line: 107 end line: 165 size: 40 LOC McCabe index: 2 number of parameters: 0 id: 10 unit: public void Job_CheckCallback_AutodetectAddress_ExpectSuccess() file: DUTRemoteTests/JobTests.cs start line: 344 end line: 395 size: 39 LOC McCabe index: 2 number of parameters: 0 id: 11 unit: static bool CheckUserWarning() file: SimpleRemoteConsole/Program.cs start line: 173 end line: 217 size: 37 LOC McCabe index: 6 number of parameters: 0 id: 12 unit: public void Job_CheckStreamingProgress_ExpectFileFallback_ClientClosedConnectionEarly() file: DUTRemoteTests/JobTests.cs start line: 275 end line: 331 size: 36 LOC McCabe index: 2 number of parameters: 0 id: 13 unit: private bool CreateProgressStream() file: SimpleDUTRemote/JobSystem/Job.cs start line: 209 end line: 255 size: 36 LOC McCabe index: 6 number of parameters: 1 id: 14 unit: public void Job_CheckStreamingProgress_KillProcess() file: DUTRemoteTests/JobTests.cs start line: 168 end line: 219 size: 35 LOC McCabe index: 2 number of parameters: 0 id: 15 unit: public Job() file: SimpleDUTRemote/JobSystem/Job.cs start line: 50 end line: 101 size: 35 LOC McCabe index: 4 number of parameters: 3 id: 16 unit: public int StartJobWithProgress() file: SimpleDUTRemote/Functions.cs start line: 256 end line: 291 size: 31 LOC McCabe index: 6 number of parameters: 5 id: 17 unit: public static void Download() file: SimpleDUTRemote/HelperFunctions/LargeFileTransfers.cs start line: 78 end line: 112 size: 31 LOC McCabe index: 3 number of parameters: 2 id: 18 unit: private object CallMethod() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 232 end line: 283 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 19 unit: public async Task Start() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 73 end line: 117 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 20 unit: static void InitializeServer() file: SimpleRemoteConsole/Program.cs start line: 108 end line: 148 size: 30 LOC McCabe index: 4 number of parameters: 1 id: 21 unit: public void Job_CheckStreamingProgress_ExpectFileFallback_NoListener() file: DUTRemoteTests/JobTests.cs start line: 222 end line: 272 size: 29 LOC McCabe index: 2 number of parameters: 0 id: 22 unit: private static Process SetupProcess() file: SimpleDUTRemote/Functions.cs start line: 765 end line: 804 size: 28 LOC McCabe index: 4 number of parameters: 3 id: 23 unit: public static async Task StartBroadcastResponder() file: SimpleJsonRpc/BroadcastResponder.cs start line: 18 end line: 54 size: 28 LOC McCabe index: 4 number of parameters: 3 id: 24 unit: private void ReportSvcStatus() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 394 end line: 425 size: 28 LOC McCabe index: 5 number of parameters: 3 id: 25 unit: public int StartJobWithNotification() file: SimpleDUTClientLibrary/RpcClient.cs start line: 191 end line: 225 size: 27 LOC McCabe index: 1 number of parameters: 4 id: 26 unit: public int StartJobWithNotification() file: SimpleDUTRemote/Functions.cs start line: 201 end line: 231 size: 27 LOC McCabe index: 4 number of parameters: 4 id: 27 unit: public static int Upload() file: SimpleDUTRemote/Functions.cs start line: 523 end line: 554 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 28 unit: private void CloseStreams() file: SimpleDUTRemote/JobSystem/Job.cs start line: 257 end line: 286 size: 27 LOC McCabe index: 5 number of parameters: 0 id: 29 unit: public long Download() file: SimpleDUTClientLibrary/RpcClient.cs start line: 435 end line: 470 size: 26 LOC McCabe index: 4 number of parameters: 4 id: 30 unit: internal static bool CheckReadFromFileOrDir() file: SimpleDUTRemote/HelperFunctions/ReadWriteChecks.cs start line: 18 end line: 51 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 31 unit: private void StreamingLoopHandler() file: SimpleDUTRemote/JobSystem/Job.cs start line: 103 end line: 132 size: 26 LOC McCabe index: 5 number of parameters: 0 id: 32 unit: public Assembly ResolveAssembly() file: SimpleDUTClientLibrary/AssemblyRedirectResolver.cs start line: 62 end line: 94 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 33 unit: public void RunWithoutResult() file: DUTRemoteTests/BasicRunTests.cs start line: 34 end line: 62 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 34 unit: public void KillProcess() file: DUTRemoteTests/BasicRunTests.cs start line: 115 end line: 144 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 35 unit: public static long WriteDirectoryToStream() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 13 end line: 52 size: 24 LOC McCabe index: 4 number of parameters: 2 id: 36 unit: internal static bool CheckWriteToDir() file: SimpleDUTRemote/HelperFunctions/ReadWriteChecks.cs start line: 58 end line: 84 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 37 unit: public void HandleClient() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 190 end line: 230 size: 24 LOC McCabe index: 2 number of parameters: 1 id: 38 unit: public void Client_RunAndKillProcess() file: DUTRemoteTests/ClientTests.cs start line: 39 end line: 69 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 39 unit: public void Job_CheckCallback() file: DUTRemoteTests/JobTests.cs start line: 76 end line: 104 size: 23 LOC McCabe index: 2 number of parameters: 0 id: 40 unit: public static long ReadDirectoryFromStream() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 54 end line: 82 size: 23 LOC McCabe index: 3 number of parameters: 3 id: 41 unit: public void LaunchService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 171 end line: 196 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 42 unit: public void Client_StartJobWithProgress_CheckJobOutput() file: DUTRemoteTests/ClientTests.cs start line: 146 end line: 176 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 43 unit: public void Client_Upload_UseFile_UseRelativeSendPath() file: DUTRemoteTests/ClientTests.cs start line: 247 end line: 274 size: 22 LOC McCabe index: 3 number of parameters: 0 id: 44 unit: public void Client_Upload_UseFile() file: DUTRemoteTests/ClientTests.cs start line: 277 end line: 304 size: 22 LOC McCabe index: 3 number of parameters: 0 id: 45 unit: public long Upload() file: SimpleDUTClientLibrary/RpcClient.cs start line: 373 end line: 404 size: 22 LOC McCabe index: 3 number of parameters: 4 id: 46 unit: public static string RunWithResult() file: SimpleDUTRemote/Functions.cs start line: 82 end line: 107 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 47 unit: public Service() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 62 end line: 86 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 48 unit: public void RunWithResultAndExitCode() file: DUTRemoteTests/BasicRunTests.cs start line: 89 end line: 112 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 49 unit: public RpcClient() file: SimpleDUTClientLibrary/RpcClient.cs start line: 54 end line: 79 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 50 unit: public string GetJobResultEx() file: SimpleDUTRemote/Functions.cs start line: 387 end line: 412 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 51 unit: private void FireCompletionCallback() file: SimpleDUTRemote/JobSystem/Job.cs start line: 134 end line: 161 size: 21 LOC McCabe index: 4 number of parameters: 0 id: 52 unit: public void Client_UploadFileAsync() file: DUTRemoteTests/ClientTests.cs start line: 390 end line: 420 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 53 unit: public void RunWithResult() file: DUTRemoteTests/BasicRunTests.cs start line: 65 end line: 86 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 54 unit: public void JobFactory_TestCallbackNoListener() file: DUTRemoteTests/JobTests.cs start line: 400 end line: 426 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 55 unit: private void LaunchService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 198 end line: 217 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 56 unit: public void Client_StartJobWithNotification_CheckJobOutput() file: DUTRemoteTests/ClientTests.cs start line: 121 end line: 143 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 57 unit: public void Client_DownloadFile() file: DUTRemoteTests/ClientTests.cs start line: 423 end line: 450 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 58 unit: public void Client_DownloadFile_SpecifyPort() file: DUTRemoteTests/ClientTests.cs start line: 453 end line: 481 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 59 unit: public void Client_Download_DownloadFileWithGlobExp() file: DUTRemoteTests/ClientTests.cs start line: 572 end line: 599 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 60 unit: public AssemblyRedirectResolver() file: SimpleDUTClientLibrary/AssemblyRedirectResolver.cs start line: 42 end line: 60 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 61 unit: private T CallRpc() file: SimpleDUTClientLibrary/RpcClient.cs start line: 692 end line: 712 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 62 unit: public void Client_Download_DownloadMultipleWithGlobExp() file: DUTRemoteTests/ClientTests.cs start line: 602 end line: 630 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 63 unit: public void Job_CheckOutput() file: DUTRemoteTests/JobTests.cs start line: 52 end line: 73 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 64 unit: public string HandleJsonString() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 163 end line: 188 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 65 unit: public bool StopJob() file: SimpleDUTRemote/Functions.cs start line: 319 end line: 340 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 66 unit: public string GetJobResult() file: SimpleDUTRemote/Functions.cs start line: 351 end line: 369 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 67 unit: public void Client_GetAllJobs() file: DUTRemoteTests/ClientTests.cs start line: 99 end line: 118 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 68 unit: public void Job_GetAllJobs() file: DUTRemoteTests/JobTests.cs start line: 429 end line: 451 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 69 unit: public void Client_RunWithResultAsyncEx() file: DUTRemoteTests/ClientTests.cs start line: 210 end line: 227 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 70 unit: public static string DownloadFile() file: SimpleDUTRemote/Functions.cs start line: 490 end line: 507 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 71 unit: private void LaunchService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 219 end line: 232 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 72 unit: public AssemblyRedirectResolver() file: SimpleDUTClientLibrary/AssemblyRedirectResolver.cs start line: 26 end line: 40 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 73 unit: public void StartService() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 306 end line: 319 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 74 unit: private void SvcControlHandler() file: SimpleRemoteConsole/ServiceInterop/Service.cs start line: 380 end line: 392 size: 13 LOC McCabe index: 3 number of parameters: 4 id: 75 unit: public void Client_StartJobWithArgsAndNotification() file: DUTRemoteTests/ClientTests.cs start line: 179 end line: 193 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 76 unit: public void Client_Upload_UseDirectory() file: DUTRemoteTests/ClientTests.cs start line: 372 end line: 387 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 77 unit: public void Client_UploadDirectory() file: DUTRemoteTests/ClientTests.cs start line: 534 end line: 550 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 78 unit: public void Client_Download_UseDirectory() file: DUTRemoteTests/ClientTests.cs start line: 553 end line: 569 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 79 unit: def ModifyCsprojFiles() file: SetVersion.py start line: 0 end line: 0 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 80 unit: public void RpcServer_StopServer() file: DUTRemoteTests/BasicRunTests.cs start line: 147 end line: 159 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 81 unit: public void Job_StartJob() file: DUTRemoteTests/JobTests.cs start line: 33 end line: 49 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 82 unit: def ModifyIssFiles() file: SetVersion.py start line: 0 end line: 0 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 83 unit: public static int UploadFile() file: SimpleDUTRemote/Functions.cs start line: 467 end line: 478 size: 11 LOC McCabe index: 2 number of parameters: 3 id: 84 unit: public string GetResult() file: SimpleDUTRemote/JobSystem/Job.cs start line: 168 end line: 182 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 85 unit: public void Client_RunWithResultAsync() file: DUTRemoteTests/ClientTests.cs start line: 196 end line: 207 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 86 unit: public void Client_RunWithResultAsync_TestCancellation() file: DUTRemoteTests/ClientTests.cs start line: 230 end line: 244 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 87 unit: private bool CheckIfTrueInTimelimit() file: DUTRemoteTests/ClientTests.cs start line: 676 end line: 688 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 88 unit: private TcpClient GetClient() file: SimpleDUTClientLibrary/RpcClient.cs start line: 678 end line: 690 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 89 unit: public bool PluginLoad() file: SimpleDUTRemote/Functions.cs start line: 705 end line: 717 size: 10 LOC McCabe index: 3 number of parameters: 3 id: 90 unit: public void Register() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 145 end line: 154 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 91 unit: public string RunJob() file: SimpleDUTClientLibrary/RpcClient.cs start line: 108 end line: 116 size: 9 LOC McCabe index: 1 number of parameters: 5 id: 92 unit: public Task RunJobAsyncEx() file: SimpleDUTClientLibrary/RpcClient.cs start line: 158 end line: 166 size: 9 LOC McCabe index: 1 number of parameters: 6 id: 93 unit: private string BuildRequest() file: SimpleDUTClientLibrary/RpcClient.cs start line: 658 end line: 667 size: 9 LOC McCabe index: 3 number of parameters: 3 id: 94 unit: public bool IsJobComplete() file: SimpleDUTRemote/Functions.cs start line: 299 end line: 308 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 95 unit: public static bool KillProcess() file: SimpleDUTRemote/Functions.cs start line: 438 end line: 448 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 96 unit: public static bool GetIsRunningAsAdmin() file: SimpleDUTRemote/Functions.cs start line: 665 end line: 674 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 97 unit: public object PluginCallMethod() file: SimpleDUTRemote/Functions.cs start line: 729 end line: 739 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 98 unit: public bool PluginUnload() file: SimpleDUTRemote/Functions.cs start line: 750 end line: 759 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 99 unit: public ClientTests() file: DUTRemoteTests/ClientTests.cs start line: 29 end line: 36 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 100 unit: public void Client_BadHostnameLookup() file: DUTRemoteTests/ClientTests.cs start line: 510 end line: 518 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 101 unit: public void Client_BadEndpointConnection() file: DUTRemoteTests/ClientTests.cs start line: 521 end line: 531 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 102 unit: def GetFilesToModify() file: SetVersion.py start line: 0 end line: 0 size: 8 LOC McCabe index: 6 number of parameters: 0 id: 103 unit: public Task RunJobAsync() file: SimpleDUTClientLibrary/RpcClient.cs start line: 133 end line: 140 size: 8 LOC McCabe index: 1 number of parameters: 6 id: 104 unit: public T PluginCallMethod() file: SimpleDUTClientLibrary/RpcClient.cs start line: 563 end line: 571 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 105 unit: public static string GetVersion() file: SimpleDUTRemote/Functions.cs start line: 618 end line: 628 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 106 unit: public static string GetClientIP() file: SimpleDUTRemote/Functions.cs start line: 647 end line: 655 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 107 unit: public int GetExitCode() file: SimpleDUTRemote/JobSystem/Job.cs start line: 184 end line: 191 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 108 unit: protected virtual void Dispose() file: SimpleDUTRemote/JobSystem/Job.cs start line: 294 end line: 301 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 109 unit: private static void HandleCancelEvent() file: SimpleRemoteConsole/Program.cs start line: 219 end line: 230 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 110 unit: public BasicRunTests() file: DUTRemoteTests/BasicRunTests.cs start line: 25 end line: 31 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 111 unit: public void Client_GetVersionUsingHostname() file: DUTRemoteTests/ClientTests.cs start line: 500 end line: 507 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 112 unit: public void Client_GetServerPath() file: DUTRemoteTests/ClientTests.cs start line: 666 end line: 673 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 113 unit: public void Extensions_LoadAndCallDLL_ReturnTrue() file: DUTRemoteTests/ExtensionTests.cs start line: 23 end line: 33 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 114 unit: public void Extensions_LoadAndCallDLL_WriteToConsole() file: DUTRemoteTests/ExtensionTests.cs start line: 37 end line: 44 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 115 unit: public void Job_CheckCallback_AutodetectAddress_ExpectFail() file: DUTRemoteTests/JobTests.cs start line: 334 end line: 341 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 116 unit: private T ParseResponse() file: SimpleDUTClientLibrary/RpcClient.cs start line: 669 end line: 676 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 117 unit: public static bool Run() file: SimpleDUTRemote/Functions.cs start line: 57 end line: 63 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 118 unit: public int StartJob() file: SimpleDUTRemote/Functions.cs start line: 175 end line: 182 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 119 unit: public override string ToString() file: SimpleDUTRemote/HelperFunctions/ThreadSafeStringBuilder.cs start line: 18 end line: 24 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 120 unit: public void AppendLine() file: SimpleDUTRemote/HelperFunctions/ThreadSafeStringBuilder.cs start line: 26 end line: 32 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 121 unit: public void WaitForCompletion() file: SimpleDUTRemote/JobSystem/Job.cs start line: 193 end line: 199 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 122 unit: public void Client_RunProcessWithOutput() file: DUTRemoteTests/ClientTests.cs start line: 72 end line: 78 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 123 unit: public void Client_RunProcessWithOutput_WithTimeout() file: DUTRemoteTests/ClientTests.cs start line: 81 end line: 87 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 124 unit: public void Client_RunProcessWithArgs() file: DUTRemoteTests/ClientTests.cs start line: 90 end line: 96 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 125 unit: public void Client_GetVersion() file: DUTRemoteTests/ClientTests.cs start line: 484 end line: 490 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 126 unit: public void Client_LoadAndRunExtension() file: DUTRemoteTests/ClientTests.cs start line: 634 end line: 639 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 127 unit: public void Client_LoadAndRunExtensionWithNullReturn() file: DUTRemoteTests/ClientTests.cs start line: 643 end line: 648 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 128 unit: def main() file: SetVersion.py start line: 0 end line: 0 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 129 unit: public AssemblyRedirect() file: SimpleDUTClientLibrary/AssemblyRedirectResolver.cs start line: 105 end line: 110 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 130 unit: public void Stop() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 122 end line: 131 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 131 unit: public void Client_GetHeartbeat() file: DUTRemoteTests/ClientTests.cs start line: 493 end line: 497 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 132 unit: public void Client_InvalidExtensionLoad() file: DUTRemoteTests/ClientTests.cs start line: 652 end line: 656 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 133 unit: public void Client_IsServerRunningAsAdmin() file: DUTRemoteTests/ClientTests.cs start line: 659 end line: 663 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 134 unit: public bool Run() file: SimpleDUTClientLibrary/RpcClient.cs start line: 87 end line: 91 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 135 unit: public int StartJob() file: SimpleDUTClientLibrary/RpcClient.cs start line: 177 end line: 181 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 136 unit: public override void Write() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 120 end line: 124 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 137 unit: protected override void Dispose() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 131 end line: 135 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 138 unit: public static string GetServerLocation() file: SimpleDUTRemote/Functions.cs start line: 681 end line: 685 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 139 unit: private static bool IsDir() file: SimpleDUTRemote/HelperFunctions/ReadWriteChecks.cs start line: 86 end line: 92 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 140 unit: public ThreadSafeStringBuilder() file: SimpleDUTRemote/HelperFunctions/ThreadSafeStringBuilder.cs start line: 12 end line: 16 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 141 unit: public static Job CreateJob() file: SimpleDUTRemote/JobSystem/Job.cs start line: 44 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 142 unit: public void Kill() file: SimpleDUTRemote/JobSystem/Job.cs start line: 201 end line: 205 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 143 unit: public void Dispose() file: SimpleDUTRemote/JobSystem/Job.cs start line: 288 end line: 292 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 144 unit: public SimpleRpcServer() file: SimpleJsonRpc/SimpleRpcServer.cs start line: 47 end line: 51 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 145 unit: public JobTests() file: DUTRemoteTests/JobTests.cs start line: 27 end line: 30 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 146 unit: public bool IsNumberEven() file: PluginExample/Class1.cs start line: 10 end line: 14 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 147 unit: public void WriteToConsole() file: PluginExample/Class1.cs start line: 15 end line: 18 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 148 unit: public string SayHiToMe() file: PluginExample/Class1.cs start line: 20 end line: 23 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 149 unit: public bool CheckJobCompletion() file: SimpleDUTClientLibrary/RpcClient.cs start line: 310 end line: 313 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 150 unit: public Dictionary GetAllJobs() file: SimpleDUTClientLibrary/RpcClient.cs start line: 321 end line: 324 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 151 unit: public string GetJobResult() file: SimpleDUTClientLibrary/RpcClient.cs start line: 331 end line: 334 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 152 unit: public string GetJobResultEx() file: SimpleDUTClientLibrary/RpcClient.cs start line: 342 end line: 345 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 153 unit: public bool StopJob() file: SimpleDUTClientLibrary/RpcClient.cs start line: 352 end line: 355 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 154 unit: public Task UploadAsync() file: SimpleDUTClientLibrary/RpcClient.cs start line: 422 end line: 425 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 155 unit: public Task DownloadAsync() file: SimpleDUTClientLibrary/RpcClient.cs start line: 480 end line: 483 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 156 unit: public bool KillProcess() file: SimpleDUTClientLibrary/RpcClient.cs start line: 490 end line: 493 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 157 unit: public string GetVersion() file: SimpleDUTClientLibrary/RpcClient.cs start line: 499 end line: 502 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 158 unit: public bool GetHeartbeat() file: SimpleDUTClientLibrary/RpcClient.cs start line: 508 end line: 511 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 159 unit: public bool GetIsRunningAsAdmin() file: SimpleDUTClientLibrary/RpcClient.cs start line: 520 end line: 523 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 160 unit: public string GetServerLocation() file: SimpleDUTClientLibrary/RpcClient.cs start line: 529 end line: 532 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 161 unit: public bool PluginLoad() file: SimpleDUTClientLibrary/RpcClient.cs start line: 546 end line: 549 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 162 unit: public bool PluginUnload() file: SimpleDUTClientLibrary/RpcClient.cs start line: 582 end line: 585 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 163 unit: public PositionWrapperStream() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 101 end line: 104 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 164 unit: public override void Flush() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 126 end line: 129 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 165 unit: public override int Read() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 166 unit: public override long Seek() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 142 end line: 145 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 167 unit: public override void SetLength() file: SimpleDUTCommonLibrary/ZipFunctions.cs start line: 147 end line: 150 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 168 unit: public Dictionary GetAllJobs() file: SimpleDUTRemote/Functions.cs start line: 421 end line: 424 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 169 unit: public static bool GetHeartbeat() file: SimpleDUTRemote/Functions.cs start line: 635 end line: 638 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 170 unit: public bool IsDone() file: SimpleDUTRemote/JobSystem/Job.cs start line: 163 end line: 166 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 171 unit: def _GetVersionPrefix() file: SetVersion.py start line: 0 end line: 0 size: 3 LOC McCabe index: 1 number of parameters: 1