Branch Coverage

/usr/include/c++/5/bits/stl_pair.h
Criterion Covered Total %
branch 4 8 50.0


line true false branch
113 1 0 : first(__a), second(__b) { }
127 8 0 constexpr pair(const pair&) = default;
145 16 0 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
3 0 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }