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