Branch Coverage
/usr/include/c++/5/bits/stl_construct.h
Criterion
Covered
Total
%
branch
1
6
16.6
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
0
36
for (; __first != __last; ++__first)