Branch Coverage

/usr/include/c++/5/bits/stl_construct.h
Criterion Covered Total %
branch 2 10 20.0


line true false branch
75 0 0 { ::new(static_cast(__p)) _T1(std::forward<_Args>(__args)...); }
63 0 { ::new(static_cast(__p)) _T1(std::forward<_Args>(__args)...); }
63 0 { ::new(static_cast(__p)) _T1(std::forward<_Args>(__args)...); }
102 0 0 for (; __first != __last; ++__first)
0 0 for (; __first != __last; ++__first)