postmodern/command_kit.rb

View on GitHub
examples/printing/tables.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method run has 96 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run
    header = ['A', 'B', 'C']
    table = [
      ['AAAA', 'BBBB', 'CCCC'],
      ['AAAA', 'BBBB', 'CCCC'],
Severity: Major
Found in examples/printing/tables.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status