| /usr/include/c++/5/bits/stl_uninitialized.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 12 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 74 | 0 | 0 | for (; __first != __last; ++__first, ++__cur) |
| 63 | 97 | for (; __first != __last; ++__first, ++__cur) | |
| 75 | 0 | 0 | std::_Construct(std::__addressof(*__cur), *__first); |
| 63 | 0 | std::_Construct(std::__addressof(*__cur), *__first); | |
| 79 | 0 | 0 | { |
| 0 | 0 | { |