| line |
true |
false |
branch |
|
29
|
659 |
1892 |
if ($str =~ /\AMove a card from stack ([0-9]+) to the foundations\z/) { } |
|
|
116 |
1776 |
elsif ($str =~ /\AMove a card from freecell ([0-9]+) to the foundations\z/) { } |
|
|
475 |
1301 |
elsif ($str =~ /\AMove a card from freecell ([0-9]+) to stack ([0-9]+)\z/) { } |
|
|
591 |
710 |
elsif ($str =~ /\AMove a card from stack ([0-9]+) to freecell ([0-9]+)\z/) { } |
|
|
702 |
8 |
elsif ($str =~ /\AMove ([0-9]+) cards from stack ([0-9]+) to stack ([0-9]+)\z/) { } |
|
|
7 |
1 |
elsif ($str =~ /\AMove the sequence on top of Stack ([0-9]+) to the foundations\z/) { } |
|
105
|
2551 |
0 |
if (exists $args->{'fcs_string'}) |