jcbantuelle/dominion-meteor

View on GitHub
app/cards/nocturne/sacred_grove.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  play(game, player_cards, card_player) {
    let buy_gainer = new BuyGainer(game, player_cards)
    buy_gainer.gain(1)

    let coin_gainer = new CoinGainer(game, player_cards, card_player)
Severity: Minor
Found in app/cards/nocturne/sacred_grove.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status