/usr/include/c++/5/bits/basic_string.tcc | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 8 | 50.0 |
line | true | false | branch |
---|---|---|---|
1159 | 40 | 0 | __str.reserve(__len + __rhs.size()); |
40 | 0 | __str.reserve(__len + __rhs.size()); | |
1160 | 40 | 0 | __str.append(__lhs, __len); |
1161 | 40 | 0 | __str.append(__rhs); |