ilyalehchylin/educats-xamarin

View on GitHub
source/EduCATS/Pages/Testing/Passing/ViewModels/TestPassingQuestionViewModel.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method moveAnswer has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        void moveAnswer(object obj, bool down)
        {
            try {
                if (obj == null || obj.GetType() != typeof(int)) {
                    return;

    There are no issues that match your filters.

    Category
    Status