/usr/include/c++/5/bits/stl_set.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 12 | 8.3 |
line | true | false | branch |
---|---|---|---|
227 | 0 | 0 | : _M_t(__comp, _Key_alloc_type(__a)) |
228 | 0 | 0 | { _M_t._M_insert_unique(__l.begin(), __l.end()); } |
485 | 5 | 0 | _M_t._M_insert_unique(__x); |
0 | 0 | _M_t._M_insert_unique(__x); | |
668 | 0 | 0 | { return _M_t.find(__x) == _M_t.end() ? 0 : 1; } |
0 | 0 | { return _M_t.find(__x) == _M_t.end() ? 0 : 1; } |