()
| 2006 | } |
| 2007 | |
| 2008 | public final boolean cantLose() { |
| 2009 | if (conceded()) { |
| 2010 | return false; |
| 2011 | } |
| 2012 | return cantLoseCheck(null); |
| 2013 | } |
| 2014 | |
| 2015 | public final boolean cantLoseForZeroOrLessLife() { |
| 2016 | if (conceded()) { |
no test coverage detected