maacpiash/KonSchool

View on GitHub
src/ApiControllers/FAHPController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Get has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [HttpGet("{numbers}")]
        public ActionResult<IEnumerable<double>> Get(string numbers)
        {
            int[] values;
            try
Severity: Minor
Found in src/ApiControllers/FAHPController.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status