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