| /usr/include/c++/5/ext/new_allocator.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 3 | 10 | 30.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 101 | 0 | 0 | if (__n > this->max_size()) | 
| 0 | 98 | if (__n > this->max_size()) | |
| 120 | 0 | 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)...); } |