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