geoffharcourt/moneyball

View on GitHub
lib/moneyball/batted_ball_type_extractor.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method classification has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def classification
      case
      when event_description.match(/line(s)? (drive|into|out)/)
        "Line drive"
      when event_description.match(/fl(ies|y) (ball|out)/)
Severity: Minor
Found in lib/moneyball/batted_ball_type_extractor.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status