Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDirPrivateName: | QDirPrivate::QDirPrivate | Prototype: | QDirPrivate::QDirPrivate(const QString &path, const QStringList &nameFilters_, QDir::SortFlags sort_, QDir::Filters filters_) | Coverage: | 76.923% (10/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 78-99 |
| | 10 | 5 |
QDirPrivateName: | QDirPrivate::QDirPrivate | Prototype: | QDirPrivate::QDirPrivate(const QDirPrivate ©) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 101-110 |
| | 2 | 1 |
clearFileListsName: | QDirPrivate::clearFileLists | Prototype: | inline void QDirPrivate::clearFileLists() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 172-177 |
| | 3 | 1 |
existsName: | QDirPrivate::exists | Prototype: | bool QDirPrivate::exists() const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 112-126 |
| | 11 | 3 |
getFilterSepCharName: | QDirPrivate::getFilterSepChar | Prototype: | inline QChar QDirPrivate::getFilterSepChar(const QString &nameFilter) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 129-136 |
| | 5 | 2 |
initFileEngineName: | QDirPrivate::initFileEngine | Prototype: | inline void QDirPrivate::initFileEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 332-335 |
| | 1 | 1 |
initFileListsName: | QDirPrivate::initFileLists | Prototype: | inline void QDirPrivate::initFileLists(const QDir &dir) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 318-330 |
| | 8 | 3 |
resolveAbsoluteEntryName: | QDirPrivate::resolveAbsoluteEntry | Prototype: | inline void QDirPrivate::resolveAbsoluteEntry() const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 179-197 |
| | 10 | 4 |
setPathName: | QDirPrivate::setPath | Prototype: | inline void QDirPrivate::setPath(const QString &path) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 149-170 |
| | 9 | 2 |
sortFileListName: | QDirPrivate::sortFileList | Prototype: | inline void QDirPrivate::sortFileList(QDir::SortFlags sort, QFileInfoList &l, QStringList *names, QFileInfoList *infos) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 288-317 |
| | 18 | 11 |
splitFiltersName: | QDirPrivate::splitFilters | Prototype: | inline QStringList QDirPrivate::splitFilters(const QString &nameFilter, QChar sep) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 139-147 |
| | 6 | 3 |