--------------------------------------------------------------------------------
| 1441 | |
| 1442 | // -------------------------------------------------------------------------------- |
| 1443 | size_t EveSOFDNA::GetHullBoosterCount() const |
| 1444 | { |
| 1445 | size_t cntr = 0; |
| 1446 | for( auto it = m_hullDatas.begin(); it != m_hullDatas.end(); ++it ) |
| 1447 | { |
| 1448 | cntr += ( *it )->boosters.items.size(); |
| 1449 | } |
| 1450 | return cntr; |
| 1451 | } |
| 1452 | |
| 1453 | // -------------------------------------------------------------------------------- |
| 1454 | const Color* EveSOFDNA::GetColorSet() const |
no test coverage detected