| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDirModelPrivate::clear| Name: | 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::_q_refresh| Name: | 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::QDirNode::QDirNode| Name: | 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::QDirModelPrivate| Name: | 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 |
QDirModel::supportedDropActions| Name: | 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 |
QDirModel::sorting| Name: | 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::setResolveSymlinks| Name: | 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::setReadOnly| Name: | 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::setLazyChildCount| Name: | 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::setIconProvider| Name: | 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::resolveSymlinks| Name: | 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::nameFilters| Name: | 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::mimeTypes| Name: | 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::lazyChildCount| Name: | 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::isReadOnly| Name: | 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::isDir| Name: | 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::iconProvider| Name: | 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::filter| Name: | 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::fileInfo| Name: | 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::QDirModel| Name: | 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::QDirModel| Name: | 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::QDirModel| Name: | 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 |
QDirIteratorPrivateIteratorStack::~QDirIteratorPrivateIteratorStack| Name: | 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 |
QDirIterator::path| Name: | 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 |
QDirIterator::next| Name: | 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::filePath| Name: | 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::fileName| Name: | 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::fileInfo| Name: | 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::QDirIterator| Name: | 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::QDirIterator| Name: | 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::QDirIterator| Name: | 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::QDirIterator| Name: | 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 |
QDir::toNativeSeparators| Name: | 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 |
QDir::tempPath| Name: | 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::sorting| Name: | 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::setSorting| Name: | 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::setPath| Name: | 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::setNameFilters| Name: | 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::setFilter| Name: | 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::setCurrent| Name: | 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::separator| Name: | 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::searchPaths| Name: | 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::rootPath| Name: | 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::refresh| Name: | 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::path| Name: | 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::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::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::nameFiltersFromString| Name: | 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::nameFilters| Name: | 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::match| Name: | 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::isRelativePath| Name: | 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::homePath| Name: | 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::fromNativeSeparators| Name: | 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::filter| Name: | 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::exists| Name: | 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::entryList| Name: | 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::entryInfoList| Name: | 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::drives| Name: | 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::dirName| Name: | 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::d_func| Name: | 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::currentPath| Name: | 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::count| Name: | 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::cdUp| Name: | 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::addResourceSearchPath| Name: | 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::absolutePath| Name: | 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::QDir| Name: | 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::QDir| Name: | 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::QDir| Name: | 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::QDir| Name: | 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 |
QDialogPrivate::setMainDefault| Name: | 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 |
QDialogPrivate::deletePlatformHelper| Name: | 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 |
QDialogButtonBoxPrivate::resetLayout| Name: | 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 |
QDialogButtonBoxPrivate::QDialogButtonBoxPrivate| Name: | 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 |
QDialogButtonBox::standardButton| Name: | 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 |
QDialogButtonBox::setStandardButtons| Name: | 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::orientation| Name: | 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::centerButtons| Name: | 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::button| Name: | 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::addButton| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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 |
QDialog::~QDialog| Name: | 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: | 341-350 |
| | 1 | 1 |
QDialog::setResult| Name: | 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: | 468-472 |
| | 2 | 1 |
QDialog::setOrientation| Name: | 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: | 888-892 |
| | 2 | 1 |
QDialog::setModal| Name: | 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: | 1066-1069 |
| | 1 | 1 |
QDialog::result| Name: | 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: | 454-458 |
| | 2 | 1 |
QDialog::reject| Name: | 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: | 604-607 |
| | 1 | 1 |
QDialog::orientation| Name: | 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: | 905-909 |
| | 2 | 1 |
QDialog::isSizeGripEnabled| Name: | 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: | 1072-1080 |
| | 2 | 1 |
QDialog::extension| Name: | 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: | 951-955 |
| | 2 | 1 |
QDialog::eventFilter| Name: | 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: | 610-613 |
| | 1 | 1 |
QDialog::accept| Name: | 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: | 593-596 |
| | 1 | 1 |
QDialog::QDialog| Name: | 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: | 322-326 |
| | 2 | 1 |
QDialog::QDialog| Name: | 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: | 332-335 |
| | 2 | 1 |
QDialPrivate::init| Name: | 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: | 81-86 |
| | 3 | 1 |
QDialPrivate::QDialPrivate| Name: | QDialPrivate::QDialPrivate | | Prototype: | QDialPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 62-68 |
| | 4 | 1 |
QDial::wrapping| Name: | 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: | 366-370 |
| | 2 | 1 |