batebates/sudoku

View on GitHub
widgetTestGTK3.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method dessiner has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def dessiner cr

        ## TODO: Définir une largeur de case et fenêtre par défaut chargé
        ## à partir d'un fichier de config en variables d'instances
        @largeurCase = (25 * toplevel.allocated_width  / 600).round
Severity: Minor
Found in widgetTestGTK3.rb - About 1 hr to fix

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

    def initialize valeurs
        
        super() 

        ## TODO: Lire largeur et hauteur dans un fichier de config
Severity: Minor
Found in widgetTestGTK3.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status