blib/lib/Games/Solitaire/Verify/Card.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 20 | 100.0 |
line | true | false | branch |
---|---|---|---|
39 | 132 | 11 | if (ref $arg eq '') { } |
95 | 438 | 658 | if ($str eq '0') { } |
111 | 1 | 11501 | if ($str =~ s/\A<(.*)>\z/$1/ms) |
116 | 1 | 11501 | if (length $str != 2) |
124 | 1 | 11500 | unless (defined $self->rank($self->calc_rank($rank))) |
130 | 11499 | 1 | if (exists $suits_map{$suit}) { } |
149 | 11502 | 231 | if (exists $args->{'string'}) |
155 | 8 | 11722 | if (exists $args->{'id'}) |
160 | 7 | 11723 | if (exists $args->{'data'}) |
215 | 3 | 23862 | $self->is_flipped ? : |