Branch Coverage

blib/lib/Games/Solitaire/Verify/App/CmdLine/From_Patsolve.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
27 31 116 if (my($src_card_s) = $move_line =~ /\A(.[HCDS]) to temp\z/) { }
54 62 elsif (($src_card_s) = $move_line =~ /\A(.[HCDS]) out\z/) { }
11 51 elsif (($src_card_s) = $move_line =~ /\A(.[HCDS]) to empty pile\z/) { }
51 0 elsif (($src_card_s, my $dest_card_s) = $move_line =~ /\A(.[HCDS]) to (.[HCDS])\z/) { }
30 0 31 if ($src_col_idx < 0)
41 0 31 if ($dest_fc_idx < 0)
64 0 11 if ($dest_col_idx < 0)
78 0 51 if ($dest_col_idx < 0)