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