/usr/include/c++/5/bits/basic_string.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 12 | 25.0 |
line | true | false | branch |
---|---|---|---|
195 | 0 | 0 | _M_construct(__beg, __end, _Tag()); |
214 | 0 | 0 | _M_construct_aux(__beg, __end, _Integral()); |
537 | 0 | 0 | { _M_construct(__beg, __end); } |
4865 | 2 | 0 | && __size <= __rhs.capacity()); |
0 | 2 | && __size <= __rhs.capacity()); | |
4867 | 0 | 2 | : std::move(__lhs.append(__rhs)); |