| blib/lib/Games/Solitaire/Verify/Card.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 336 | 28 | if (ref $arg eq '') { } |
| 96 | 438 | 658 | if ($str eq '0') { } |
| 112 | 1 | 11605 | if ($str =~ s/\A<(.*)>\z/$1/ms) |
| 117 | 1 | 11605 | if (length $str != 2) |
| 125 | 1 | 11604 | unless (defined $self->rank($self->calc_rank($rank))) |
| 131 | 11603 | 1 | if (exists $suits_map{$suit}) { } |
| 150 | 11606 | 231 | if (exists $args->{'string'}) |
| 156 | 8 | 11826 | if (exists $args->{'id'}) |
| 161 | 7 | 11827 | if (exists $args->{'data'}) |
| 216 | 3 | 24376 | $self->is_flipped ? : |