ilyalehchylin/educats-xamarin

View on GitHub
source/EduCATS/Demo/AppDemo.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetDemoResponse has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public KeyValuePair<string, HttpStatusCode> GetDemoResponse(AppDemoType type)
        {
            if (type == AppDemoType.None) {
                return GetInvalidResponse();
            }
Severity: Minor
Found in source/EduCATS/Demo/AppDemo.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status