| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFileDialogPrivate::select| Name: | QFileDialogPrivate::select | | Prototype: | QModelIndex QFileDialogPrivate::select(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1786-1794 |
| | 6 | 2 |
QFileDialogPrivate::setLabelTextControl| Name: | QFileDialogPrivate::setLabelTextControl | | Prototype: | void QFileDialogPrivate::setLabelTextControl(QFileDialog::DialogLabel label, const QString &text) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1984-2012 |
| | 18 | 11 |
QFileDialogPrivate::setLastVisitedDirectory| Name: | QFileDialogPrivate::setLastVisitedDirectory | | Prototype: | void QFileDialogPrivate::setLastVisitedDirectory(const QUrl &dir) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 596-599 |
| | 1 | 1 |
QFileDialogPrivate::setRootIndex| Name: | QFileDialogPrivate::setRootIndex | | Prototype: | void QFileDialogPrivate::setRootIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1776-1781 |
| | 4 | 1 |
QFileDialogPrivate::typedFiles| Name: | QFileDialogPrivate::typedFiles | | Prototype: | QStringList QFileDialogPrivate::typedFiles() const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1146-1182 |
| | 18 | 6 |
QFileDialogPrivate::updateCancelButtonText| Name: | QFileDialogPrivate::updateCancelButtonText | | Prototype: | void QFileDialogPrivate::updateCancelButtonText() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 655-659 |
| | 2 | 2 |
QFileDialogPrivate::updateFileNameLabel| Name: | QFileDialogPrivate::updateFileNameLabel | | Prototype: | void QFileDialogPrivate::updateFileNameLabel() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 607-622 |
| | 7 | 5 |
QFileDialogPrivate::updateFileTypeLabel| Name: | QFileDialogPrivate::updateFileTypeLabel | | Prototype: | void QFileDialogPrivate::updateFileTypeLabel() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 624-628 |
| | 2 | 2 |
QFileDialogPrivate::updateLookInLabel| Name: | QFileDialogPrivate::updateLookInLabel | | Prototype: | void QFileDialogPrivate::updateLookInLabel() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 601-605 |
| | 2 | 2 |
QFileDialogPrivate::updateOkButtonText| Name: | QFileDialogPrivate::updateOkButtonText | | Prototype: | void QFileDialogPrivate::updateOkButtonText(bool saveAsOnFolder) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 630-653 |
| | 14 | 6 |
QFileDialogPrivate::userSelectedFiles| Name: | QFileDialogPrivate::userSelectedFiles | | Prototype: | QList<QUrl> QFileDialogPrivate::userSelectedFiles() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1187-1207 |
| | 13 | 5 |
QFileDialogPrivate::usingWidgets| Name: | QFileDialogPrivate::usingWidgets | | Prototype: | bool QFileDialogPrivate::usingWidgets() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 719-722 |
| | 1 | 1 |
QFileDialogPrivate::workingDirectory| Name: | QFileDialogPrivate::workingDirectory | | Prototype: | QUrl QFileDialogPrivate::workingDirectory(const QUrl &url) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 2526-2537 |
| | 8 | 4 |
QFileDialogTreeView::QFileDialogTreeView| Name: | QFileDialogTreeView::QFileDialogTreeView | | Prototype: | QFileDialogTreeView::QFileDialogTreeView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3951-3953 |
| | 2 | 1 |
QFileDialogTreeView::keyPressEvent| Name: | QFileDialogTreeView::keyPressEvent | | Prototype: | void QFileDialogTreeView::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3972-3984 |
| | 3 | 2 |
QFileDialogTreeView::setFileDialogPrivate| Name: | QFileDialogTreeView::setFileDialogPrivate | | Prototype: | void QFileDialogTreeView::setFileDialogPrivate(QFileDialogPrivate *d_pointer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3955-3970 |
| | 11 | 1 |
QFileDialogTreeView::sizeHint| Name: | QFileDialogTreeView::sizeHint | | Prototype: | QSize QFileDialogTreeView::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3986-3991 |
| | 3 | 1 |
QFileIconEngine::QFileIconEngine| Name: | QFileIconEngine::QFileIconEngine | | Prototype: | QFileIconEngine(const QFileInfo &info, QFileIconProvider::Options opts) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 68-70 |
| | 1 | 1 |
QFileIconEngine::actualSize| Name: | QFileIconEngine::actualSize | | Prototype: | QSize actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) override | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 129-155 |
| | 16 | 5 |
QFileIconEngine::availableSizes| Name: | QFileIconEngine::availableSizes | | Prototype: | QList<QSize> availableSizes(QIcon::Mode mode = QIcon::Normal, QIcon::State state = QIcon::Off) const override | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 107-127 |
| | 13 | 5 |
QFileIconEngine::pixmap| Name: | QFileIconEngine::pixmap | | Prototype: | QPixmap pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) override | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 72-105 |
| | 22 | 8 |
QFileIconProvider::QFileIconProvider| Name: | QFileIconProvider::QFileIconProvider | | Prototype: | QFileIconProvider::QFileIconProvider() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 258-261 |
| | 2 | 1 |
QFileIconProvider::icon| Name: | QFileIconProvider::icon | | Prototype: | QIcon QFileIconProvider::icon(IconType type) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 301-323 |
| | 11 | 9 |
QFileIconProvider::icon| Name: | QFileIconProvider::icon | | Prototype: | QIcon QFileIconProvider::icon(const QFileInfo &info) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 359-410 |
| | 17 | 8 |
QFileIconProvider::options| Name: | QFileIconProvider::options | | Prototype: | QFileIconProvider::Options QFileIconProvider::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 291-295 |
| | 2 | 1 |
QFileIconProvider::setOptions| Name: | QFileIconProvider::setOptions | | Prototype: | void QFileIconProvider::setOptions(QFileIconProvider::Options options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 278-282 |
| | 2 | 1 |
QFileIconProvider::type| Name: | QFileIconProvider::type | | Prototype: | QString QFileIconProvider::type(const QFileInfo &info) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 416-451 |
| | 11 | 6 |
QFileIconProviderPrivate::QFileIconProviderPrivate| Name: | QFileIconProviderPrivate::QFileIconProviderPrivate | | Prototype: | QFileIconProviderPrivate::QFileIconProviderPrivate(QFileIconProvider *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 192-195 |
| | 2 | 1 |
QFileIconProviderPrivate::getIcon| Name: | QFileIconProviderPrivate::getIcon | | Prototype: | QIcon QFileIconProviderPrivate::getIcon(QStyle::StandardPixmap name) const | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 197-252 |
| | 38 | 26 |
QFileIconProviderPrivate::getIcon| Name: | QFileIconProviderPrivate::getIcon | | Prototype: | QIcon QFileIconProviderPrivate::getIcon(const QFileInfo &fi) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 342-353 |
| | 7 | 3 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(QFileInfoPrivate *p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 316-318 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 327-329 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 337-339 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QFile &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 350-352 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QDir &dir, const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 366-369 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QFileInfo &fileinfo) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 374-378 |
| | 3 | 1 |
QFileInfo::absoluteDir| Name: | QFileInfo::absoluteDir | | Prototype: | QDir QFileInfo::absoluteDir() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 891-894 |
| | 1 | 1 |
QFileInfo::absoluteFilePath| Name: | QFileInfo::absoluteFilePath | | Prototype: | QString QFileInfo::absoluteFilePath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 536-542 |
| | 4 | 2 |
QFileInfo::absolutePath| Name: | QFileInfo::absolutePath | | Prototype: | QString QFileInfo::absolutePath() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 579-590 |
| | 7 | 3 |
QFileInfo::baseName| Name: | QFileInfo::baseName | | Prototype: | QString QFileInfo::baseName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 791-797 |
| | 4 | 2 |
QFileInfo::bundleName| Name: | QFileInfo::bundleName | | Prototype: | QString QFileInfo::bundleName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 767-773 |
| | 4 | 2 |
QFileInfo::caching| Name: | QFileInfo::caching | | Prototype: | bool QFileInfo::caching() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1378-1382 |
| | 2 | 1 |
QFileInfo::canonicalFilePath| Name: | QFileInfo::canonicalFilePath | | Prototype: | QString QFileInfo::canonicalFilePath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 553-559 |
| | 4 | 2 |
QFileInfo::canonicalPath| Name: | QFileInfo::canonicalPath | | Prototype: | QString QFileInfo::canonicalPath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 600-606 |
| | 4 | 2 |
QFileInfo::completeBaseName| Name: | QFileInfo::completeBaseName | | Prototype: | QString QFileInfo::completeBaseName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 810-816 |
| | 4 | 2 |
QFileInfo::completeSuffix| Name: | QFileInfo::completeSuffix | | Prototype: | QString QFileInfo::completeSuffix() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 829-835 |
| | 4 | 2 |
QFileInfo::created| Name: | QFileInfo::created | | Prototype: | QDateTime QFileInfo::created() const | | Coverage: | 78.571% (11/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1310-1322 |
| | 9 | 5 |
QFileInfo::d_func| Name: | QFileInfo::d_func | | Prototype: | QFileInfoPrivate* QFileInfo::d_func() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1368-1371 |
| | 1 | 1 |
QFileInfo::dir| Name: | QFileInfo::dir | | Prototype: | QDir QFileInfo::dir() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 879-884 |
| | 2 | 1 |
QFileInfo::exists| Name: | QFileInfo::exists | | Prototype: | bool QFileInfo::exists() const | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 674-685 |
| | 8 | 4 |
QFileInfo::exists| Name: | QFileInfo::exists | | Prototype: | bool QFileInfo::exists(const QString &file) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 698-710 |
| | 8 | 2 |
QFileInfo::fileName| Name: | QFileInfo::fileName | | Prototype: | QString QFileInfo::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 747-753 |
| | 4 | 2 |
QFileInfo::filePath| Name: | QFileInfo::filePath | | Prototype: | QString QFileInfo::filePath() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 728-734 |
| | 4 | 2 |
QFileInfo::group| Name: | QFileInfo::group | | Prototype: | QString QFileInfo::group() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1193-1199 |
| | 4 | 2 |
QFileInfo::groupId| Name: | QFileInfo::groupId | | Prototype: | uint QFileInfo::groupId() const | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1209-1220 |
| | 8 | 4 |
QFileInfo::isBundle| Name: | QFileInfo::isBundle | | Prototype: | bool QFileInfo::isBundle() const | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1045-1056 |
| | 8 | 4 |
QFileInfo::isDir| Name: | QFileInfo::isDir | | Prototype: | bool QFileInfo::isDir() const | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1024-1035 |
| | 8 | 4 |
QFileInfo::isExecutable| Name: | QFileInfo::isExecutable | | Prototype: | bool QFileInfo::isExecutable() const | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 943-954 |
| | 8 | 4 |
QFileInfo::isFile| Name: | QFileInfo::isFile | | Prototype: | bool QFileInfo::isFile() const | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1005-1016 |
| | 8 | 4 |
QFileInfo::isHidden| Name: | QFileInfo::isHidden | | Prototype: | bool QFileInfo::isHidden() const | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 962-973 |
| | 8 | 4 |
QFileInfo::isNativePath| Name: | QFileInfo::isNativePath | | Prototype: | bool QFileInfo::isNativePath() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 988-996 |
| | 6 | 3 |
QFileInfo::isReadable| Name: | QFileInfo::isReadable | | Prototype: | bool QFileInfo::isReadable() const | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 904-915 |
| | 8 | 4 |
QFileInfo::isRelative| Name: | QFileInfo::isRelative | | Prototype: | bool QFileInfo::isRelative() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 641-649 |
| | 6 | 3 |
QFileInfo::isRoot| Name: | QFileInfo::isRoot | | Prototype: | bool QFileInfo::isRoot() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1093-1113 |
| | 8 | 4 |
QFileInfo::isSymLink| Name: | QFileInfo::isSymLink | | Prototype: | bool QFileInfo::isSymLink() const | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1075-1086 |
| | 8 | 4 |
QFileInfo::isWritable| Name: | QFileInfo::isWritable | | Prototype: | bool QFileInfo::isWritable() const | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 925-936 |
| | 8 | 4 |
QFileInfo::lastModified| Name: | QFileInfo::lastModified | | Prototype: | QDateTime QFileInfo::lastModified() const | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1329-1341 |
| | 9 | 5 |
QFileInfo::lastRead| Name: | QFileInfo::lastRead | | Prototype: | QDateTime QFileInfo::lastRead() const | | Coverage: | 78.571% (11/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1351-1363 |
| | 9 | 5 |
QFileInfo::makeAbsolute| Name: | QFileInfo::makeAbsolute | | Prototype: | bool QFileInfo::makeAbsolute() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 658-666 |
| | 5 | 2 |
QFileInfo::operator=| Name: | QFileInfo::operator= | | Prototype: | QFileInfo &QFileInfo::operator=(const QFileInfo &fileinfo) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 446-450 |
| | 2 | 1 |
QFileInfo::operator==| Name: | QFileInfo::operator== | | Prototype: | bool QFileInfo::operator==(const QFileInfo &fileinfo) const | | Coverage: | 53.571% (15/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 413-441 |
| | 16 | 7 |
QFileInfo::owner| Name: | QFileInfo::owner | | Prototype: | QString QFileInfo::owner() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1154-1160 |
| | 4 | 2 |
QFileInfo::ownerId| Name: | QFileInfo::ownerId | | Prototype: | uint QFileInfo::ownerId() const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1170-1181 |
| | 8 | 4 |
QFileInfo::path| Name: | QFileInfo::path | | Prototype: | QString QFileInfo::path() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 617-623 |
| | 4 | 2 |
QFileInfo::permission| Name: | QFileInfo::permission | | Prototype: | bool QFileInfo::permission(QFile::Permissions permissions) const | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1238-1251 |
| | 9 | 4 |
QFileInfo::permissions| Name: | QFileInfo::permissions | | Prototype: | QFile::Permissions QFileInfo::permissions() const | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1260-1271 |
| | 8 | 4 |
QFileInfo::readLink| Name: | QFileInfo::readLink | | Prototype: | QString QFileInfo::readLink() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1135-1141 |
| | 4 | 2 |
QFileInfo::refresh| Name: | QFileInfo::refresh | | Prototype: | void QFileInfo::refresh() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 716-720 |
| | 2 | 1 |
QFileInfo::setCaching| Name: | QFileInfo::setCaching | | Prototype: | void QFileInfo::setCaching(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1396-1400 |
| | 2 | 1 |
QFileInfo::setFile| Name: | QFileInfo::setFile | | Prototype: | void QFileInfo::setFile(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 475-480 |
| | 3 | 1 |
QFileInfo::setFile| Name: | QFileInfo::setFile | | Prototype: | void QFileInfo::setFile(const QFile &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 493-496 |
| | 1 | 1 |
QFileInfo::setFile| Name: | QFileInfo::setFile | | Prototype: | void QFileInfo::setFile(const QDir &dir, const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 509-512 |
| | 1 | 1 |
QFileInfo::size| Name: | QFileInfo::size | | Prototype: | qint64 QFileInfo::size() const | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1280-1295 |
| | 11 | 5 |
QFileInfo::suffix| Name: | QFileInfo::suffix | | Prototype: | QString QFileInfo::suffix() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 852-858 |
| | 4 | 2 |
QFileInfoGatherer::QFileInfoGatherer| Name: | QFileInfoGatherer::QFileInfoGatherer | | Prototype: | QFileInfoGatherer::QFileInfoGatherer(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 71-87 |
| | 4 | 1 |
QFileInfoGatherer::clear| Name: | QFileInfoGatherer::clear | | Prototype: | void QFileInfoGatherer::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 175-182 |
| | 3 | 1 |
QFileInfoGatherer::fetch| Name: | QFileInfoGatherer::fetch | | Prototype: | void QFileInfoGatherer::fetch(const QFileInfo &fileInfo, QElapsedTimer &base, bool &firstTime, QVector<QPair<QString, QFileInfo> > &updatedFiles, const QString &path) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 333-343 |
| | 8 | 2 |
QFileInfoGatherer::fetchExtendedInformation| Name: | QFileInfoGatherer::fetchExtendedInformation | | Prototype: | void QFileInfoGatherer::fetchExtendedInformation(const QString &path, const QStringList &files) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 133-156 |
| | 14 | 5 |
QFileInfoGatherer::getFileInfos| Name: | QFileInfoGatherer::getFileInfos | | Prototype: | void QFileInfoGatherer::getFileInfos(const QString &path, const QStringList &files) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 279-331 |
| | 38 | 9 |
QFileInfoGatherer::getInfo| Name: | QFileInfoGatherer::getInfo | | Prototype: | QExtendedInformation QFileInfoGatherer::getInfo(const QFileInfo &fileInfo) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 230-261 |
| | 4 | 1 |
QFileInfoGatherer::iconProvider| Name: | QFileInfoGatherer::iconProvider | | Prototype: | QFileIconProvider *QFileInfoGatherer::iconProvider() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 123-126 |
| | 1 | 1 |
QFileInfoGatherer::list| Name: | QFileInfoGatherer::list | | Prototype: | void QFileInfoGatherer::list(const QString &directoryPath) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 204-207 |
| | 1 | 1 |
QFileInfoGatherer::removePath| Name: | QFileInfoGatherer::removePath | | Prototype: | void QFileInfoGatherer::removePath(const QString &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 189-197 |
| | 2 | 1 |
QFileInfoGatherer::resolveSymlinks| Name: | QFileInfoGatherer::resolveSymlinks | | Prototype: | bool QFileInfoGatherer::resolveSymlinks() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 109-116 |
| | 1 | 1 |
QFileInfoGatherer::run| Name: | QFileInfoGatherer::run | | Prototype: | void QFileInfoGatherer::run() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 212-228 |
| | 12 | 4 |
QFileInfoGatherer::setIconProvider| Name: | QFileInfoGatherer::setIconProvider | | Prototype: | void QFileInfoGatherer::setIconProvider(QFileIconProvider *provider) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 118-121 |
| | 1 | 1 |
QFileInfoGatherer::setResolveSymlinks| Name: | QFileInfoGatherer::setResolveSymlinks | | Prototype: | void QFileInfoGatherer::setResolveSymlinks(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 101-107 |
| | 1 | 1 |
QFileInfoGatherer::updateFile| Name: | QFileInfoGatherer::updateFile | | Prototype: | void QFileInfoGatherer::updateFile(const QString &filePath) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 163-168 |
| | 3 | 1 |
QFileInfoGatherer::~QFileInfoGatherer| Name: | QFileInfoGatherer::~QFileInfoGatherer | | Prototype: | QFileInfoGatherer::~QFileInfoGatherer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 92-99 |
| | 5 | 1 |
QFileInfoPrivate::getFileFlags| Name: | QFileInfoPrivate::getFileFlags | | Prototype: | uint QFileInfoPrivate::getFileFlags(QAbstractFileEngine::FileFlags request) const | | Coverage: | 81.250% (26/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 124-183 |
| | 30 | 11 |