| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
sync| Name: | QConfFileSettingsPrivate::sync | | Prototype: | void QConfFileSettingsPrivate::sync() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1353-1365 |
| | 5 | 3 |
get| Name: | QConfFileSettingsPrivate::get | | Prototype: | bool QConfFileSettingsPrivate::get(const QString &key, QVariant *value) const | | Coverage: | 100.000% (28/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1265-1296 |
| | 21 | 8 |
flush| Name: | QConfFileSettingsPrivate::flush | | Prototype: | void QConfFileSettingsPrivate::flush() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1367-1370 |
| | 1 | 1 |
ensureAllSectionsParsed| Name: | QConfFileSettingsPrivate::ensureAllSectionsParsed | | Prototype: | void QConfFileSettingsPrivate::ensureAllSectionsParsed(QConfFile *confFile) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1907-1917 |
| | 6 | 3 |
children| Name: | QConfFileSettingsPrivate::children | | Prototype: | QStringList QConfFileSettingsPrivate::children(const QString &prefix, ChildSpec spec) const | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1298-1339 |
| | 27 | 8 |
QConfFileSettingsPrivate| Name: | QConfFileSettingsPrivate::QConfFileSettingsPrivate | | Prototype: | QConfFileSettingsPrivate::QConfFileSettingsPrivate(const QString &fileName, QSettings::Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1180-1190 |
| | 3 | 1 |
readIniLine| Name: | QConfFileSettingsPrivate::readIniLine | | Prototype: | bool QConfFileSettingsPrivate::readIniLine(const QByteArray &data, int &dataPos, int &lineStart, int &lineLen, int &equalsPos) | | Coverage: | 95.652% (66/69) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1586-1647 |
| | 42 | 19 |
QConfFileSettingsPrivate| Name: | QConfFileSettingsPrivate::QConfFileSettingsPrivate | | Prototype: | QConfFileSettingsPrivate::QConfFileSettingsPrivate(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 94.737% (18/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1131-1178 |
| | 22 | 7 |
initFormat| Name: | QConfFileSettingsPrivate::initFormat | | Prototype: | void QConfFileSettingsPrivate::initFormat() | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 938-962 |
| | 14 | 3 |
initAccess| Name: | QConfFileSettingsPrivate::initAccess | | Prototype: | void QConfFileSettingsPrivate::initAccess() | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 964-974 |
| | 5 | 4 |
syncConfFile| Name: | QConfFileSettingsPrivate::syncConfFile | | Prototype: | void QConfFileSettingsPrivate::syncConfFile(int confFileNo) | | Coverage: | 89.888% (80/89) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1392-1558 |
| | 79 | 23 |
remove| Name: | QConfFileSettingsPrivate::remove | | Prototype: | void QConfFileSettingsPrivate::remove(const QString &key) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1226-1251 |
| | 18 | 5 |
writeIniFile| Name: | QConfFileSettingsPrivate::writeIniFile | | Prototype: | bool QConfFileSettingsPrivate::writeIniFile(QIODevice &device, const ParsedSettingsMap &map) | | Coverage: | 88.095% (37/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1818-1905 |
| | 51 | 12 |
readIniSection| Name: | QConfFileSettingsPrivate::readIniSection | | Prototype: | bool QConfFileSettingsPrivate::readIniSection(const QSettingsKey §ion, const QByteArray &data, ParsedSettingsMap *settingsMap, QTextCodec *codec) | | Coverage: | 88.000% (22/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1728-1783 |
| | 35 | 6 |
ensureSectionParsed| Name: | QConfFileSettingsPrivate::ensureSectionParsed | | Prototype: | void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile, const QSettingsKey &key) const | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1919-1944 |
| | 17 | 7 |
isWritable| Name: | QConfFileSettingsPrivate::isWritable | | Prototype: | bool QConfFileSettingsPrivate::isWritable() const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1380-1390 |
| | 6 | 3 |
~QConfFileSettingsPrivate| Name: | QConfFileSettingsPrivate::~QConfFileSettingsPrivate | | Prototype: | QConfFileSettingsPrivate::~QConfFileSettingsPrivate() | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1192-1224 |
| | 16 | 7 |
readIniFile| Name: | QConfFileSettingsPrivate::readIniFile | | Prototype: | bool QConfFileSettingsPrivate::readIniFile(const QByteArray &data, UnparsedSettingsMap *unparsedIniSections) | | Coverage: | 69.444% (25/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1654-1726 |
| | 36 | 9 |
set| Name: | QConfFileSettingsPrivate::set | | Prototype: | void QConfFileSettingsPrivate::set(const QString &key, const QVariant &value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1253-1263 |
| | 7 | 2 |
fileName| Name: | QConfFileSettingsPrivate::fileName | | Prototype: | QString QConfFileSettingsPrivate::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1372-1378 |
| | 4 | 2 |
clear| Name: | QConfFileSettingsPrivate::clear | | Prototype: | void QConfFileSettingsPrivate::clear() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1341-1351 |
| | 7 | 2 |