batebates/sudoku

View on GitHub
src/Test.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

     def test_sudokuAPI
         grid = Sudoku.create("000000083004800070000000250500090060310700805068010007400901000890563000000407509")
         s = SudokuAPI.API();
        SudokuAPI.API.setSudoku(grid)

Severity: Minor
Found in src/Test.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status