OpenCoverage

qstring_compat.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5QString QString::trimmed() const-
6{-
7 return
never executed: return trimmed_helper(*this);
trimmed_helper(*this);
never executed: return trimmed_helper(*this);
0
8}-
9-
10QString QString::simplified() const-
11{-
12 return
never executed: return simplified_helper(*this);
simplified_helper(*this);
never executed: return simplified_helper(*this);
0
13}-
14-
15QString QString::toLower() const-
16{-
17 return
never executed: return toLower_helper(*this);
toLower_helper(*this);
never executed: return toLower_helper(*this);
0
18}-
19-
20QString QString::toCaseFolded() const-
21{-
22 return
never executed: return toCaseFolded_helper(*this);
toCaseFolded_helper(*this);
never executed: return toCaseFolded_helper(*this);
0
23}-
24-
25QString QString::toUpper() const-
26{-
27 return
never executed: return toUpper_helper(*this);
toUpper_helper(*this);
never executed: return toUpper_helper(*this);
0
28}-
29-
30QByteArray QString::toLatin1() const-
31{-
32 return
never executed: return toLatin1_helper(*this);
toLatin1_helper(*this);
never executed: return toLatin1_helper(*this);
0
33}-
34-
35QByteArray QString::toLocal8Bit() const-
36{-
37 return
never executed: return toLocal8Bit_helper(constData(), size());
toLocal8Bit_helper(constData(), size());
never executed: return toLocal8Bit_helper(constData(), size());
0
38}-
39-
40QByteArray QString::toUtf8() const-
41{-
42 return
never executed: return toUtf8_helper(*this);
toUtf8_helper(*this);
never executed: return toUtf8_helper(*this);
0
43}-
44-
45-
46QByteArray QByteArray::toLower() const-
47{-
48 return
never executed: return toLower_helper(*this);
toLower_helper(*this);
never executed: return toLower_helper(*this);
0
49}-
50-
51QByteArray QByteArray::toUpper() const-
52{-
53 return
never executed: return toUpper_helper(*this);
toUpper_helper(*this);
never executed: return toUpper_helper(*this);
0
54}-
55-
56QByteArray QByteArray::trimmed() const-
57{-
58 return
never executed: return trimmed_helper(*this);
trimmed_helper(*this);
never executed: return trimmed_helper(*this);
0
59}-
60-
61QByteArray QByteArray::simplified() const-
62{-
63 return
never executed: return simplified_helper(*this);
simplified_helper(*this);
never executed: return simplified_helper(*this);
0
64}-
65-
66-
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9