Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(StandardButtons buttons, Qt::Orientation orientation, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 502-508 |
| | 2 | 1 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | QPushButton *QDialogButtonBox::addButton(StandardButton button) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 791-795 |
| | 2 | 1 |
QDialogButtonBox::buttonName: | QDialogButtonBox::button | Prototype: | QPushButton *QDialogButtonBox::button(StandardButton which) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 833-837 |
| | 2 | 1 |
QDialogButtonBox::centerButtonsName: | QDialogButtonBox::centerButtons | Prototype: | bool QDialogButtonBox::centerButtons() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 914-918 |
| | 2 | 1 |
QDialogButtonBox::orientationName: | QDialogButtonBox::orientation | Prototype: | Qt::Orientation QDialogButtonBox::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 638-641 |
| | 1 | 1 |
QDialogButtonBox::setStandardButtonsName: | QDialogButtonBox::setStandardButtons | Prototype: | void QDialogButtonBox::setStandardButtons(StandardButtons buttons) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 805-813 |
| | 4 | 1 |
QDialogButtonBox::standardButtonName: | QDialogButtonBox::standardButton | Prototype: | QDialogButtonBox::StandardButton QDialogButtonBox::standardButton(QAbstractButton *button) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 845-849 |
| | 2 | 1 |
QDialogButtonBoxPrivate::QDialogButtonBoxPrivateName: | QDialogButtonBoxPrivate::QDialogButtonBoxPrivate | Prototype: | QDialogButtonBoxPrivate::QDialogButtonBoxPrivate(Qt::Orientation orient) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 174-177 |
| | 2 | 1 |
QDialogButtonBoxPrivate::resetLayoutName: | QDialogButtonBoxPrivate::resetLayout | Prototype: | void QDialogButtonBoxPrivate::resetLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 208-213 |
| | 2 | 1 |
QDialogPrivate::deletePlatformHelperName: | QDialogPrivate::deletePlatformHelper | Prototype: | void QDialogPrivate::deletePlatformHelper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 144-150 |
| | 4 | 1 |
QDialogPrivate::setMainDefaultName: | QDialogPrivate::setMainDefault | Prototype: | void QDialogPrivate::setMainDefault(QPushButton *pushButton) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 384-388 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(QDirPrivate &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 524-526 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 534-536 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QString &path, const QString &nameFilter, SortFlags sort, Filters filters) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 556-560 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QDir &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 568-571 |
| | 2 | 1 |
QDir::absolutePathName: | QDir::absolutePath | Prototype: | QString QDir::absolutePath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 626-631 |
| | 3 | 1 |
QDir::addResourceSearchPathName: | QDir::addResourceSearchPath | Prototype: | void QDir::addResourceSearchPath(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 983-990 |
| | 1 | 1 |
QDir::cdUpName: | QDir::cdUp | Prototype: | bool QDir::cdUp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 934-937 |
| | 1 | 1 |
QDir::countName: | QDir::count | Prototype: | uint QDir::count() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1222-1227 |
| | 3 | 1 |
QDir::currentPathName: | QDir::currentPath | Prototype: | QString QDir::currentPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1895-1898 |
| | 1 | 1 |
QDir::d_funcName: | QDir::d_func | Prototype: | QDirPrivate* QDir::d_func() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2230-2233 |
| | 1 | 1 |
QDir::dirNameName: | QDir::dirName | Prototype: | QString QDir::dirName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 670-674 |
| | 2 | 1 |
QDir::drivesName: | QDir::drives | Prototype: | QFileInfoList QDir::drives() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1824-1831 |
| | 1 | 1 |
QDir::entryInfoListName: | QDir::entryInfoList | Prototype: | QFileInfoList QDir::entryInfoList(Filters filters, SortFlags sort) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1285-1289 |
| | 2 | 1 |
QDir::entryListName: | QDir::entryList | Prototype: | QStringList QDir::entryList(Filters filters, SortFlags sort) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1262-1266 |
| | 2 | 1 |
QDir::existsName: | QDir::exists | Prototype: | bool QDir::exists() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1571-1574 |
| | 1 | 1 |
QDir::filterName: | QDir::filter | Prototype: | QDir::Filters QDir::filter() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1070-1074 |
| | 2 | 1 |
QDir::fromNativeSeparatorsName: | QDir::fromNativeSeparators | Prototype: | QString QDir::fromNativeSeparators(const QString &pathName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 833-852 |
| | 1 | 1 |
QDir::homePathName: | QDir::homePath | Prototype: | QString QDir::homePath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1944-1947 |
| | 1 | 1 |
QDir::isRelativePathName: | QDir::isRelativePath | Prototype: | bool QDir::isRelativePath(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2211-2214 |
| | 1 | 1 |
QDir::matchName: | QDir::match | Prototype: | bool QDir::match(const QString &filter, const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2033-2036 |
| | 1 | 1 |
QDir::nameFiltersName: | QDir::nameFilters | Prototype: | QStringList QDir::nameFilters() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 942-946 |
| | 2 | 1 |
QDir::nameFiltersFromStringName: | QDir::nameFiltersFromString | Prototype: | QStringList QDir::nameFiltersFromString(const QString &nameFilter) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2242-2245 |
| | 1 | 1 |
QDir::operator=Name: | QDir::operator= | Prototype: | QDir &QDir::operator=(const QDir &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1712-1716 |
| | 2 | 1 |
QDir::operator=Name: | QDir::operator= | Prototype: | QDir &QDir::operator=(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1726-1730 |
| | 2 | 1 |
QDir::operator[]Name: | QDir::operator[] | Prototype: | QString QDir::operator[](int pos) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1236-1241 |
| | 3 | 1 |
QDir::pathName: | QDir::path | Prototype: | QString QDir::path() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 612-616 |
| | 2 | 1 |
QDir::refreshName: | QDir::refresh | Prototype: | void QDir::refresh() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2219-2225 |
| | 4 | 1 |
QDir::rootPathName: | QDir::rootPath | Prototype: | QString QDir::rootPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2000-2003 |
| | 1 | 1 |
QDir::searchPathsName: | QDir::searchPaths | Prototype: | QStringList QDir::searchPaths(const QString &prefix) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1059-1063 |
| | 2 | 1 |
QDir::separatorName: | QDir::separator | Prototype: | QChar QDir::separator() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1845-1852 |
| | 1 | 1 |
QDir::setCurrentName: | QDir::setCurrent | Prototype: | bool QDir::setCurrent(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1871-1874 |
| | 1 | 1 |
QDir::setFilterName: | QDir::setFilter | Prototype: | void QDir::setFilter(Filters filters) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1149-1156 |
| | 4 | 1 |
QDir::setNameFiltersName: | QDir::setNameFilters | Prototype: | void QDir::setNameFilters(const QStringList &nameFilters) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 963-970 |
| | 4 | 1 |
QDir::setPathName: | QDir::setPath | Prototype: | void QDir::setPath(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 597-600 |
| | 1 | 1 |
QDir::setSortingName: | QDir::setSorting | Prototype: | void QDir::setSorting(SortFlags sort) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1206-1213 |
| | 4 | 1 |
QDir::sortingName: | QDir::sorting | Prototype: | QDir::SortFlags QDir::sorting() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1163-1167 |
| | 2 | 1 |
QDir::tempPathName: | QDir::tempPath | Prototype: | QString QDir::tempPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1974-1977 |
| | 1 | 1 |
QDir::toNativeSeparatorsName: | QDir::toNativeSeparators | Prototype: | QString QDir::toNativeSeparators(const QString &pathName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 800-819 |
| | 1 | 1 |
QDirIterator::QDirIteratorName: | QDirIterator::QDirIterator | Prototype: | QDirIterator::QDirIterator(const QDir &dir, IteratorFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 402-406 |
| | 2 | 1 |
QDirIterator::QDirIteratorName: | QDirIterator::QDirIterator | Prototype: | QDirIterator::QDirIterator(const QString &path, QDir::Filters filters, IteratorFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 421-424 |
| | 2 | 1 |
QDirIterator::QDirIteratorName: | QDirIterator::QDirIterator | Prototype: | QDirIterator::QDirIterator(const QString &path, IteratorFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 438-441 |
| | 2 | 1 |
QDirIterator::QDirIteratorName: | QDirIterator::QDirIterator | Prototype: | QDirIterator::QDirIterator(const QString &path, const QStringList &nameFilters, QDir::Filters filters, IteratorFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 456-460 |
| | 2 | 1 |
QDirIterator::fileInfoName: | QDirIterator::fileInfo | Prototype: | QFileInfo QDirIterator::fileInfo() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 533-536 |
| | 1 | 1 |
QDirIterator::fileNameName: | QDirIterator::fileName | Prototype: | QString QDirIterator::fileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 513-516 |
| | 1 | 1 |
QDirIterator::filePathName: | QDirIterator::filePath | Prototype: | QString QDirIterator::filePath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 523-526 |
| | 1 | 1 |
QDirIterator::nextName: | QDirIterator::next | Prototype: | QString QDirIterator::next() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 479-483 |
| | 2 | 1 |
QDirIterator::pathName: | QDirIterator::path | Prototype: | QString QDirIterator::path() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 541-544 |
| | 1 | 1 |
QDirIteratorPrivateIteratorStack::~QDirIteratorPrivateIteratorStackName: | QDirIteratorPrivateIteratorStack::~QDirIteratorPrivateIteratorStack | Prototype: | ~QDirIteratorPrivateIteratorStack() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 102-105 |
| | 1 | 1 |
QDirModel::QDirModelName: | QDirModel::QDirModel | Prototype: | QDirModel::QDirModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 238-243 |
| | 2 | 1 |
QDirModel::QDirModelName: | QDirModel::QDirModel | Prototype: | QDirModel::QDirModel(QDirModelPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 248-253 |
| | 2 | 1 |
QDirModel::QDirModelName: | QDirModel::QDirModel | Prototype: | QDirModel::QDirModel(const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject *parent) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 218-232 |
| | 7 | 1 |
QDirModel::fileInfoName: | QDirModel::fileInfo | Prototype: | QFileInfo QDirModel::fileInfo(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1139-1146 |
| | 4 | 1 |
QDirModel::filterName: | QDirModel::filter | Prototype: | QDir::Filters QDirModel::filter() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 703-707 |
| | 2 | 1 |
QDirModel::iconProviderName: | QDirModel::iconProvider | Prototype: | QFileIconProvider *QDirModel::iconProvider() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 644-648 |
| | 2 | 1 |
QDirModel::isDirName: | QDirModel::isDir | Prototype: | bool QDirModel::isDir(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 964-970 |
| | 4 | 1 |
QDirModel::isReadOnlyName: | QDirModel::isReadOnly | Prototype: | bool QDirModel::isReadOnly() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 774-778 |
| | 2 | 1 |
QDirModel::lazyChildCountName: | QDirModel::lazyChildCount | Prototype: | bool QDirModel::lazyChildCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 799-803 |
| | 2 | 1 |
QDirModel::mimeTypesName: | QDirModel::mimeTypes | Prototype: | QStringList QDirModel::mimeTypes() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 529-532 |
| | 1 | 1 |
QDirModel::nameFiltersName: | QDirModel::nameFilters | Prototype: | QStringList QDirModel::nameFilters() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 670-674 |
| | 2 | 1 |
QDirModel::resolveSymlinksName: | QDirModel::resolveSymlinks | Prototype: | bool QDirModel::resolveSymlinks() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 752-756 |
| | 2 | 1 |
QDirModel::setIconProviderName: | QDirModel::setIconProvider | Prototype: | void QDirModel::setIconProvider(QFileIconProvider *provider) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 634-638 |
| | 2 | 1 |
QDirModel::setLazyChildCountName: | QDirModel::setLazyChildCount | Prototype: | void QDirModel::setLazyChildCount(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 793-797 |
| | 2 | 1 |
QDirModel::setReadOnlyName: | QDirModel::setReadOnly | Prototype: | void QDirModel::setReadOnly(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 768-772 |
| | 2 | 1 |
QDirModel::setResolveSymlinksName: | QDirModel::setResolveSymlinks | Prototype: | void QDirModel::setResolveSymlinks(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 746-750 |
| | 2 | 1 |
QDirModel::sortingName: | QDirModel::sorting | Prototype: | QDir::SortFlags QDirModel::sorting() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 733-737 |
| | 2 | 1 |
QDirModel::supportedDropActionsName: | QDirModel::supportedDropActions | Prototype: | Qt::DropActions QDirModel::supportedDropActions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 624-627 |
| | 1 | 1 |
QDirModelPrivate::QDirModelPrivateName: | QDirModelPrivate::QDirModelPrivate | Prototype: | QDirModelPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 77-84 |
| | 1 | 1 |
QDirModelPrivate::QDirNode::QDirNodeName: | QDirModelPrivate::QDirNode::QDirNode | Prototype: | QDirNode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 68-68 |
| | 1 | 1 |
QDirModelPrivate::_q_refreshName: | QDirModelPrivate::_q_refresh | Prototype: | void QDirModelPrivate::_q_refresh() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1220-1225 |
| | 3 | 1 |
QDirModelPrivate::clearName: | QDirModelPrivate::clear | Prototype: | void QDirModelPrivate::clear(QDirNode *parent) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 157-162 |
| | 3 | 1 |
QDirModelPrivate::entryInfoListName: | QDirModelPrivate::entryInfoList | Prototype: | QFileInfoList QDirModelPrivate::entryInfoList(const QString &path) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1265-1269 |
| | 2 | 1 |
QDirModelPrivate::entryListName: | QDirModelPrivate::entryList | Prototype: | QStringList QDirModelPrivate::entryList(const QString &path) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1271-1275 |
| | 2 | 1 |
QDirModelPrivate::init::[lambda]Name: | QDirModelPrivate::init::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1162-1162 |
| | 0 | 1 |
QDirModelPrivate::nodeName: | QDirModelPrivate::node | Prototype: | QDirModelPrivate::QDirNode *QDirModelPrivate::node(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 142-148 |
| | 4 | 1 |
QDirModelPrivate::populateName: | QDirModelPrivate::populate | Prototype: | void QDirModelPrivate::populate(QDirNode *parent) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 150-155 |
| | 3 | 1 |
QDirModelPrivate::timeName: | QDirModelPrivate::time | Prototype: | QString QDirModelPrivate::time(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1332-1340 |
| | 1 | 1 |
QDirModelPrivate::typeName: | QDirModelPrivate::type | Prototype: | QString QDirModelPrivate::type(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1327-1330 |
| | 1 | 1 |
QDirPrivate::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 |
QDirPrivate::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 |
QDirPrivate::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 |
QDirSortItemComparator::QDirSortItemComparatorName: | QDirSortItemComparator::QDirSortItemComparator | Prototype: | QDirSortItemComparator(int flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 212-212 |
| | 1 | 1 |
QDisabledNetworkReply::QDisabledNetworkReplyName: | QDisabledNetworkReply::QDisabledNetworkReply | Prototype: | QDisabledNetworkReply::QDisabledNetworkReply(QObject *parent, const QNetworkRequest &req, QNetworkAccessManager::Operation op) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 1128-1146 |
| | 10 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(const QDistanceField &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 826-829 |
| | 1 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(const QRawFont &font, glyph_t glyph, bool doubleResolution) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 831-834 |
| | 1 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(QFontEngine *fontEngine, glyph_t glyph, bool doubleResolution) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 836-839 |
| | 1 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 816-819 |
| | 2 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(int width, int height) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 821-824 |
| | 2 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(QDistanceFieldData *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 852-855 |
| | 2 | 1 |
QDistanceField::QDistanceFieldName: | QDistanceField::QDistanceField | Prototype: | QDistanceField::QDistanceField(const QPainterPath &path, glyph_t glyph, bool doubleResolution) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 841-849 |
| | 5 | 1 |