| blib/lib/Games/Solitaire/Verify/Freecells.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 18 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 272 | unless ($str =~ /\AFreecells:/gms) |
| 38 | 131 | 801 | if ($str =~ /\G\z/cg) { } |
| 801 | 0 | elsif ($str =~ /\G (..)/gms) { } | |
| 59 | 0 | 286 | unless (exists $args->{'count'}) |
| 70 | 272 | 14 | if (exists $args->{'string'}) |
| 83 | 174 | 627 | $s eq ' ' ? : |
| 116 | 1464 | 772 | defined $card ? : |
| 137 | 6 | 20 | defined $card ? : |
| 178 | 251 | 1441 | unless (defined $self->cell($fc_idx)) |