maacpiash/KonSchool

View on GitHub
src/Models/Inference.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ComparisonMatrix has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static (double, double, double)[,] ComparisonMatrix(int[] values)
        {
            int i;

            #region Validation
Severity: Minor
Found in src/Models/Inference.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status