Branch Coverage
/usr/include/c++/5/ext/new_allocator.h
Criterion
Covered
Total
%
branch
3
6
50.0
line
true
false
branch
101
0
17
if (__n > this->max_size())
0
178
if (__n > this->max_size())
120
178
0
{ ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }