()
| 353 | } |
| 354 | |
| 355 | @Override |
| 356 | public int getCount() { |
| 357 | int result = baseEntry.getCount(); |
| 358 | if (result == 0) { |
| 359 | return count(getElement()); |
| 360 | } else { |
| 361 | return result; |
| 362 | } |
| 363 | } |
| 364 | }; |
| 365 | } |
| 366 |
nothing calls this directly
no test coverage detected