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