| /usr/include/c++/5/bits/basic_string.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 179 | 0 | 0 | if (!_M_is_local()) |
| 0 | 0 | if (!_M_is_local()) | |
| 296 | 0 | 0 | if (__n == 1) |
| 456 | 0 | 0 | { _M_construct(__s, __s ? __s + traits_type::length(__s) : __s+npos); } |