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: | 84-105 |
| | 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: | 107-116 |
| | 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: | 178-183 |
| | 3 | 1 |
existsName: | QDirPrivate::exists | Prototype: | bool QDirPrivate::exists() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 118-132 |
| | 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: | 135-142 |
| | 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: | 338-341 |
| | 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: | 324-336 |
| | 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: | 185-203 |
| | 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: | 155-176 |
| | 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: | 294-323 |
| | 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: | 145-153 |
| | 6 | 3 |