Branch Coverage

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


line true false branch
145 0 0 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
222 0 0 || (!(__y.first < __x.first) && __x.second < __y.second); }