()
| 818 | } |
| 819 | |
| 820 | public boolean turnFaceDown() { |
| 821 | return turnFaceDown(false); |
| 822 | } |
| 823 | public boolean turnFaceDown(boolean override) { |
| 824 | CardCollectionView cards = hasMergedCard() ? getMergedCards() : new CardCollection(this); |
| 825 | boolean retResult = false; |
no test coverage detected