Branch Coverage

/usr/include/c++/5/bits/stl_vector.h
Criterion Covered Total %
branch 0 40 0.0


line true false branch
160 0 0 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
0 0 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
170 0 0 return __n != 0 ? _Tr::allocate(_M_impl, __n) : pointer();
0 0 return __n != 0 ? _Tr::allocate(_M_impl, __n) : pointer();
177 0 0 if (__p)
0 0 if (__p)
424 0 0 { std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
0 0 { std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
425 0 0 _M_get_Tp_allocator()); }
0 0 _M_get_Tp_allocator()); }
744 0 0 { return begin() == end(); }
0 0 { return begin() == end(); }
915 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)
1424 0 0 if (max_size() - size() < __n)
0 0 if (max_size() - size() < __n)
1428 0 0 return (__len < size() || __len > max_size()) ? max_size() : __len;
0 0 return (__len < size() || __len > max_size()) ? max_size() : __len;
0 0 return (__len < size() || __len > max_size()) ? max_size() : __len;
0 0 return (__len < size() || __len > max_size()) ? max_size() : __len;