Branch Coverage
/usr/include/c++/5/bits/stl_construct.h
Criterion
Covered
Total
%
branch
2
6
33.3
line
true
false
branch
75
0
0
{ ::new(static_cast
(__p)) _T1(std::forward<_Args>(__args)...); }
0
0
{ ::new(static_cast
(__p)) _T1(std::forward<_Args>(__args)...); }
102
6
13
for (; __first != __last; ++__first)