jcbantuelle/dominion-meteor

View on GitHub
app/cards/dark_ages/junk_dealer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function play has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  play(game, player_cards, card_player) {
    let card_drawer = new CardDrawer(game, player_cards, card_player)
    card_drawer.draw(1)

    let action_gainer = new ActionGainer(game, player_cards)
Severity: Minor
Found in app/cards/dark_ages/junk_dealer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status