jenkinsci/hpe-application-automation-tools-plugin

View on GitHub
LRAnalysisLauncher/Program.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Avoid deeply nested control flow statements.
Open

                                    default:
                                        break;
Severity: Major
Found in LRAnalysisLauncher/Program.cs - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                        case SlaRuleStatus.Failed:
                                            failed++;
                                            break;
    Severity: Major
    Found in LRAnalysisLauncher/Program.cs - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                          case SlaRuleStatus.NoData:
                                              noData++;
                                              break;
      Severity: Major
      Found in LRAnalysisLauncher/Program.cs - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                            case SlaRuleStatus.Passed:
                                                passed++;
                                                break;
        Severity: Major
        Found in LRAnalysisLauncher/Program.cs - About 45 mins to fix

          Avoid too many return statements within this method.
          Open

                      return iPassed;
          Severity: Major
          Found in LRAnalysisLauncher/Program.cs - About 30 mins to fix

            There are no issues that match your filters.

            Category
            Status