/usr/include/c++/5/bits/stl_pair.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 8 | 37.5 |
line | true | false | branch |
---|---|---|---|
113 | 1 | 0 | : first(__a), second(__b) { } |
127 | 0 | 0 | constexpr pair(const pair&) = default; |
145 | 14 | 0 | : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { } |
3 | 0 | : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { } |