jcbantuelle/dominion-meteor

View on GitHub
app/cards/prosperity/contraband.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  play(game, player_cards) {
    let coin_gainer = new CoinGainer(game, player_cards)
    coin_gainer.gain(3, false)

    let buy_gainer = new BuyGainer(game, player_cards)
Severity: Minor
Found in app/cards/prosperity/contraband.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status