jcbantuelle/dominion-meteor

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

Summary

Maintainability
A
1 hr
Test Coverage

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

  play(game, player_cards, card_player) {
    let action_gainer = new ActionGainer(game, player_cards)
    action_gainer.gain(1)

    let victory_cards = _.filter(player_cards.hand, function(card) {
Severity: Minor
Found in app/cards/nocturne/shepherd.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status