Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QDial::wrappingName: | QDial::wrapping | Prototype: | bool QDial::wrapping() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 372-376 |
| | 2 | 1 |
QDialPrivate::QDialPrivateName: | QDialPrivate::QDialPrivate | Prototype: | QDialPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 68-74 |
| | 4 | 1 |
QDialPrivate::initName: | QDialPrivate::init | Prototype: | void QDialPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 87-92 |
| | 3 | 1 |
QDialog::QDialogName: | QDialog::QDialog | Prototype: | QDialog::QDialog(QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 333-337 |
| | 2 | 1 |
QDialog::QDialogName: | QDialog::QDialog | Prototype: | QDialog::QDialog(QDialogPrivate &dd, QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 343-346 |
| | 2 | 1 |
QDialog::acceptName: | QDialog::accept | Prototype: | void QDialog::accept() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 604-607 |
| | 1 | 1 |
QDialog::eventFilterName: | QDialog::eventFilter | Prototype: | bool QDialog::eventFilter(QObject *o, QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 621-624 |
| | 1 | 1 |
QDialog::extensionName: | QDialog::extension | Prototype: | QWidget* QDialog::extension() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 962-966 |
| | 2 | 1 |
QDialog::isSizeGripEnabledName: | QDialog::isSizeGripEnabled | Prototype: | bool QDialog::isSizeGripEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1083-1091 |
| | 2 | 1 |
QDialog::orientationName: | QDialog::orientation | Prototype: | Qt::Orientation QDialog::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 916-920 |
| | 2 | 1 |
QDialog::rejectName: | QDialog::reject | Prototype: | void QDialog::reject() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 615-618 |
| | 1 | 1 |
QDialog::resultName: | QDialog::result | Prototype: | int QDialog::result() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 465-469 |
| | 2 | 1 |
QDialog::setModalName: | QDialog::setModal | Prototype: | void QDialog::setModal(bool modal) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1077-1080 |
| | 1 | 1 |
QDialog::setOrientationName: | QDialog::setOrientation | Prototype: | void QDialog::setOrientation(Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 899-903 |
| | 2 | 1 |
QDialog::setResultName: | QDialog::setResult | Prototype: | void QDialog::setResult(int r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 479-483 |
| | 2 | 1 |
QDialog::~QDialogName: | QDialog::~QDialog | Prototype: | QDialog::~QDialog() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 352-361 |
| | 1 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 464-468 |
| | 1 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(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: | 475-479 |
| | 1 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(StandardButtons buttons, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 489-494 |
| | 2 | 1 |
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: | 180-183 |
| | 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: | 214-219 |
| | 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: | 155-161 |
| | 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: | 395-399 |
| | 2 | 1 |
QDialogPrivate::~QDialogPrivateName: | QDialogPrivate::~QDialogPrivate | Prototype: | QDialogPrivate::~QDialogPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 89-92 |
| | 1 | 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: | 530-532 |
| | 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: | 540-542 |
| | 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: | 562-566 |
| | 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: | 574-577 |
| | 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: | 632-637 |
| | 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: | 989-996 |
| | 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: | 940-943 |
| | 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: | 1228-1233 |
| | 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: | 1901-1904 |
| | 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: | 2236-2239 |
| | 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: | 676-680 |
| | 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: | 1830-1837 |
| | 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: | 1291-1295 |
| | 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: | 1268-1272 |
| | 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: | 1577-1580 |
| | 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: | 1076-1080 |
| | 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: | 839-858 |
| | 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: | 1950-1953 |
| | 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: | 2217-2220 |
| | 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: | 2039-2042 |
| | 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: | 948-952 |
| | 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: | 2248-2251 |
| | 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: | 1718-1722 |
| | 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: | 1732-1736 |
| | 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: | 1242-1247 |
| | 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: | 618-622 |
| | 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: | 2225-2231 |
| | 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: | 2006-2009 |
| | 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: | 1065-1069 |
| | 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: | 1851-1858 |
| | 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: | 1877-1880 |
| | 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: | 1155-1162 |
| | 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: | 969-976 |
| | 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: | 603-606 |
| | 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: | 1212-1219 |
| | 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: | 1169-1173 |
| | 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: | 1980-1983 |
| | 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: | 806-825 |
| | 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: | 408-412 |
| | 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: | 427-430 |
| | 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: | 444-447 |
| | 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: | 462-466 |
| | 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: | 539-542 |
| | 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: | 519-522 |
| | 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: | 529-532 |
| | 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: | 485-489 |
| | 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: | 547-550 |
| | 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: | 108-111 |
| | 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: | 248-253 |
| | 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: | 258-263 |
| | 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: | 228-242 |
| | 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: | 1149-1156 |
| | 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: | 713-717 |
| | 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: | 654-658 |
| | 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: | 974-980 |
| | 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: | 784-788 |
| | 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: | 809-813 |
| | 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: | 539-542 |
| | 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: | 680-684 |
| | 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: | 762-766 |
| | 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: | 644-648 |
| | 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: | 803-807 |
| | 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: | 778-782 |
| | 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: | 756-760 |
| | 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: | 743-747 |
| | 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: | 634-637 |
| | 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: | 85-92 |
| | 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: | 76-76 |
| | 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: | 1230-1235 |
| | 3 | 1 |