Branch Coverage

/usr/include/c++/5/bits/vector.tcc
Criterion Covered Total %
branch 2 38 5.2


line true false branch
68 0 7 if (__n > this->max_size())
70 7 0 if (this->capacity() < __n)
94 0 0 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
0 0 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
170 0 0 if (&__x != this)
173 0 0 if (_Alloc_traits::_S_propagate_on_copy_assign())
175 0 0 if (!_Alloc_traits::_S_always_equal()
192 0 0 if (__xlen > capacity())
204 0 0 else if (size() >= __xlen)
416 0 0 _Alloc_traits::construct(this->_M_impl, __new_start + size(),
0 0 _Alloc_traits::construct(this->_M_impl, __new_start + size(),
420 0 0 __new_finish
0 0 __new_finish
428 0 0 {
0 0 {
431 0 0 else
0 0 else
0 0 else
0 0 else