| 108 | } |
| 109 | |
| 110 | bool SegmentRange::IsCorrect() const |
| 111 | { |
| 112 | return (m_forward && m_startSegId <= m_endSegId) || (!m_forward && m_endSegId <= m_startSegId); |
| 113 | } |
| 114 | |
| 115 | bool SegmentRange::GetFirstSegment(NumMwmIds const & numMwmIds, Segment & segment) const |
| 116 | { |
no outgoing calls
no test coverage detected