blib/lib/Games/Solitaire/Verify/VariantParams.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 427 | unless (exists $seqs_build_by{$seq_build_by}) |
55 | 0 | 427 | unless (exists $empty_stacks_filled_by_map{$esf}) |
70 | 0 | 427 | unless ($num_decks == 1 or $num_decks == 2) |
84 | 0 | 427 | if ($num_columns =~ /\D/ or $num_columns == 0) |
99 | 0 | 427 | if ($num_freecells =~ /\D/) |
113 | 0 | 427 | unless (exists $seq_moves{$seq_move}) |
128 | 0 | 427 | unless (exists $rules_collection{$rules}) |