LRAnalysisLauncher/Program.cs
Avoid deeply nested control flow statements. Open
Open
case SlaRuleStatus.Passed:
passed++;
break;
Avoid deeply nested control flow statements. Open
Open
case SlaRuleStatus.NoData:
noData++;
break;
Avoid deeply nested control flow statements. Open
Open
default:
break;
Avoid deeply nested control flow statements. Open
Open
case SlaRuleStatus.Failed:
failed++;
break;
Avoid too many return
statements within this method. Open
Open
return iPassed;