Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFileInfo::cachingName: | 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::absoluteDirName: | 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::QFileInfoName: | 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::QFileInfoName: | 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::QFileInfoName: | 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::QFileInfoName: | 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::QFileInfoName: | 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::QFileInfoName: | 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 |
QFileDevicePrivate::~QFileDevicePrivateName: | QFileDevicePrivate::~QFileDevicePrivate | Prototype: | QFileDevicePrivate::~QFileDevicePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 63-67 |
| | 2 | 1 |
QFileDevicePrivate::setErrorName: | QFileDevicePrivate::setError | Prototype: | void QFileDevicePrivate::setError(QFileDevice::FileError err) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 76-80 |
| | 2 | 1 |
QFileDevicePrivate::setErrorName: | QFileDevicePrivate::setError | Prototype: | void QFileDevicePrivate::setError(QFileDevice::FileError err, const QString &errStr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 82-86 |
| | 2 | 1 |
QFileDevicePrivate::QFileDevicePrivateName: | QFileDevicePrivate::QFileDevicePrivate | Prototype: | QFileDevicePrivate::QFileDevicePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 55-61 |
| | 1 | 1 |
QFileDevice::~QFileDeviceName: | QFileDevice::~QFileDevice | Prototype: | QFileDevice::~QFileDevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 229-232 |
| | 1 | 1 |
QFileDevice::unsetErrorName: | QFileDevice::unsetError | Prototype: | void QFileDevice::unsetError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 587-591 |
| | 2 | 1 |
QFileDevice::setPermissionsName: | QFileDevice::setPermissions | Prototype: | bool QFileDevice::setPermissions(Permissions permissions) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 658-667 |
| | 6 | 2 |
QFileDevice::posName: | QFileDevice::pos | Prototype: | qint64 QFileDevice::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 341-344 |
| | 1 | 1 |
QFileDevice::permissionsName: | QFileDevice::permissions | Prototype: | QFile::Permissions QFileDevice::permissions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 641-646 |
| | 3 | 1 |
QFileDevice::isSequentialName: | QFileDevice::isSequential | Prototype: | bool QFileDevice::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 242-246 |
| | 2 | 1 |
QFileDevice::errorName: | QFileDevice::error | Prototype: | QFileDevice::FileError QFileDevice::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 576-580 |
| | 2 | 1 |
QFileDevice::QFileDeviceName: | QFileDevice::QFileDevice | Prototype: | QFileDevice::QFileDevice(QFileDevicePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 220-223 |
| | 2 | 1 |
QFile::sizeName: | QFile::size | Prototype: | qint64 QFile::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1103-1106 |
| | 1 | 1 |
QFile::setPermissionsName: | QFile::setPermissions | Prototype: | bool QFile::setPermissions(Permissions permissions) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1083-1086 |
| | 1 | 1 |
QFile::setPermissionsName: | QFile::setPermissions | Prototype: | bool QFile::setPermissions(const QString &fileName, Permissions permissions) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1094-1098 |
| | 1 | 1 |
QFile::resizeName: | QFile::resize | Prototype: | bool QFile::resize(qint64 sz) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1029-1032 |
| | 1 | 1 |
QFile::resizeName: | QFile::resize | Prototype: | bool QFile::resize(const QString &fileName, qint64 sz) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1045-1049 |
| | 1 | 1 |
QFile::renameName: | QFile::rename | Prototype: | bool QFile::rename(const QString &oldName, const QString &newName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 680-684 |
| | 1 | 1 |
QFile::removeName: | QFile::remove | Prototype: | bool QFile::remove(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 529-533 |
| | 1 | 1 |
QFile::readLinkName: | QFile::readLink | Prototype: | QString QFile::readLink() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 460-465 |
| | 2 | 1 |
QFile::readLinkName: | QFile::readLink | Prototype: | QString QFile::readLink(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 484-488 |
| | 1 | 1 |
QFile::permissionsName: | QFile::permissions | Prototype: | QFile::Permissions QFile::permissions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1054-1057 |
| | 1 | 1 |
QFile::permissionsName: | QFile::permissions | Prototype: | QFile::Permissions QFile::permissions(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 1066-1070 |
| | 1 | 1 |
QFile::linkName: | QFile::link | Prototype: | bool QFile::link(const QString &fileName, const QString &linkName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 730-734 |
| | 1 | 1 |
QFile::fileNameName: | QFile::fileName | Prototype: | QString QFile::fileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 295-299 |
| | 2 | 1 |
QFile::existsName: | QFile::exists | Prototype: | bool QFile::exists() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 417-424 |
| | 3 | 1 |
QFile::existsName: | QFile::exists | Prototype: | bool QFile::exists(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 434-438 |
| | 1 | 1 |
QFile::copyName: | QFile::copy | Prototype: | bool QFile::copy(const QString &fileName, const QString &newName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 850-854 |
| | 1 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 243-246 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 250-253 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 257-262 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(const QString &name, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 267-272 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(QFilePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 276-279 |
| | 2 | 1 |
QFactoryLoaderPrivate::~QFactoryLoaderPrivateName: | QFactoryLoaderPrivate::~QFactoryLoaderPrivate | Prototype: | QFactoryLoaderPrivate::~QFactoryLoaderPrivate() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 82-89 |
| | 4 | 2 |
QFactoryLoader::~QFactoryLoaderName: | QFactoryLoader::~QFactoryLoader | Prototype: | QFactoryLoader::~QFactoryLoader() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 207-211 |
| | 2 | 1 |
QFactoryLoader::refreshAllName: | QFactoryLoader::refreshAll | Prototype: | void QFactoryLoader::refreshAll() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 221-229 |
| | 5 | 2 |
QFactoryLoader::metaDataName: | QFactoryLoader::metaData | Prototype: | QList<QJsonObject> QFactoryLoader::metaData() const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 254-272 |
| | 12 | 4 |
QFactoryLoader::keyMapName: | QFactoryLoader::keyMap | Prototype: | QMultiMap<int, QString> QFactoryLoader::keyMap() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 312-324 |
| | 9 | 3 |
QFactoryLoader::indexOfName: | QFactoryLoader::indexOf | Prototype: | int QFactoryLoader::indexOf(const QString &needle) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 326-339 |
| | 9 | 4 |
QFactoryLoader::QFactoryLoaderName: | QFactoryLoader::QFactoryLoader | Prototype: | QFactoryLoader::QFactoryLoader(const char *iid, const QString &suffix, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 233-252 |
| | 8 | 1 |
QFSFileEnginePrivate::unmapAllName: | QFSFileEnginePrivate::unmapAll | Prototype: | void QFSFileEnginePrivate::unmapAll() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 470-477 |
| | 4 | 3 |
QFSFileEnginePrivate::sizeFdFhName: | QFSFileEnginePrivate::sizeFdFh | Prototype: | qint64 QFSFileEnginePrivate::sizeFdFh() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 483-493 |
| | 7 | 2 |
QFSFileEnginePrivate::posFdFhName: | QFSFileEnginePrivate::posFdFh | Prototype: | qint64 QFSFileEnginePrivate::posFdFh() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 508-513 |
| | 3 | 2 |
QFSFileEnginePrivate::nativeWriteName: | QFSFileEnginePrivate::nativeWrite | Prototype: | qint64 QFSFileEnginePrivate::nativeWrite(const char *data, qint64 len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 357-360 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeSizeName: | QFSFileEnginePrivate::nativeSize | Prototype: | qint64 QFSFileEnginePrivate::nativeSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 447-450 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeSeekName: | QFSFileEnginePrivate::nativeSeek | Prototype: | bool QFSFileEnginePrivate::nativeSeek(qint64 pos) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 373-376 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeReadLineName: | QFSFileEnginePrivate::nativeReadLine | Prototype: | qint64 QFSFileEnginePrivate::nativeReadLine(char *data, qint64 maxlen) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 349-352 |
| | 1 | 1 |
QFSFileEnginePrivate::nativePosName: | QFSFileEnginePrivate::nativePos | Prototype: | qint64 QFSFileEnginePrivate::nativePos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 365-368 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeIsSequentialName: | QFSFileEnginePrivate::nativeIsSequential | Prototype: | bool QFSFileEnginePrivate::nativeIsSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 389-392 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeHandleName: | QFSFileEnginePrivate::nativeHandle | Prototype: | int QFSFileEnginePrivate::nativeHandle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 381-384 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeFlushName: | QFSFileEnginePrivate::nativeFlush | Prototype: | bool QFSFileEnginePrivate::nativeFlush() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 263-266 |
| | 1 | 1 |
QFSFileEnginePrivate::nativeCloseName: | QFSFileEnginePrivate::nativeClose | Prototype: | bool QFSFileEnginePrivate::nativeClose() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 254-257 |
| | 1 | 1 |
QFSFileEnginePrivate::initName: | QFSFileEnginePrivate::init | Prototype: | void QFSFileEnginePrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 124-146 |
| | 10 | 1 |
QFSFileEnginePrivate::QFSFileEnginePrivateName: | QFSFileEnginePrivate::QFSFileEnginePrivate | Prototype: | QFSFileEnginePrivate::QFSFileEnginePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 116-119 |
| | 1 | 1 |
QFSFileEngine::writeName: | QFSFileEngine::write | Prototype: | qint64 QFSFileEngine::write(const char *data, qint64 len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 705-718 |
| | 5 | 2 |
QFSFileEngine::syncToDiskName: | QFSFileEngine::syncToDisk | Prototype: | bool QFSFileEngine::syncToDisk() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 425-431 |
| | 4 | 2 |
QFSFileEngine::sizeName: | QFSFileEngine::size | Prototype: | qint64 QFSFileEngine::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 461-465 |
| | 2 | 1 |
QFSFileEngine::setPermissionsName: | QFSFileEngine::setPermissions | Prototype: | bool QFSFileEngine::setPermissions(uint perms) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 653-662 |
| | 6 | 2 |
QFSFileEngine::setFileNameName: | QFSFileEngine::setFileName | Prototype: | void QFSFileEngine::setFileName(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 192-197 |
| | 3 | 1 |
QFSFileEngine::seekName: | QFSFileEngine::seek | Prototype: | bool QFSFileEngine::seek(qint64 pos) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 518-522 |
| | 2 | 1 |
QFSFileEngine::rootPathName: | QFSFileEngine::rootPath | Prototype: | QString QFSFileEngine::rootPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 482-485 |
| | 1 | 1 |
QFSFileEngine::renameOverwriteName: | QFSFileEngine::renameOverwrite | Prototype: | bool QFSFileEngine::renameOverwrite(const QString &newName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 417-421 |
| | 1 | 1 |
QFSFileEngine::renameName: | QFSFileEngine::rename | Prototype: | bool QFSFileEngine::rename(const QString &newName) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 423-434 |
| | 6 | 2 |
QFSFileEngine::removeName: | QFSFileEngine::remove | Prototype: | bool QFSFileEngine::remove() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 394-404 |
| | 7 | 2 |
QFSFileEngine::readLineName: | QFSFileEngine::readLine | Prototype: | qint64 QFSFileEngine::readLine(char *data, qint64 maxlen) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 652-665 |
| | 5 | 2 |
QFSFileEngine::readName: | QFSFileEngine::read | Prototype: | qint64 QFSFileEngine::read(char *data, qint64 maxlen) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 574-587 |
| | 5 | 2 |
QFSFileEngine::posName: | QFSFileEngine::pos | Prototype: | qint64 QFSFileEngine::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 499-503 |
| | 2 | 1 |
QFSFileEngine::openName: | QFSFileEngine::open | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 202-226 |
| | 15 | 4 |
QFSFileEngine::isSequentialName: | QFSFileEngine::isSequential | Prototype: | bool QFSFileEngine::isSequential() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 803-809 |
| | 4 | 2 |
QFSFileEngine::handleName: | QFSFileEngine::handle | Prototype: | int QFSFileEngine::handle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 565-569 |
| | 2 | 1 |
QFSFileEngine::flushName: | QFSFileEngine::flush | Prototype: | bool QFSFileEngine::flush() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 411-420 |
| | 4 | 2 |
QFSFileEngine::drivesName: | QFSFileEngine::drives | Prototype: | QFileInfoList QFSFileEngine::drives() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 492-497 |
| | 3 | 1 |
QFSFileEngine::closeName: | QFSFileEngine::close | Prototype: | bool QFSFileEngine::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 356-361 |
| | 3 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 151-156 |
| | 2 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 161-163 |
| | 2 | 1 |
QExplicitlySharedDataPointer::~QExplicitlySharedDataPointerName: | QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer | Prototype: | template<> inline QExplicitlySharedDataPointer<QDBusUnixFileDescriptorPrivate>::~QExplicitlySharedDataPointer() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 126-128 |
| | 1 | 2 |
QException::raiseName: | QException::raise | Prototype: | void QException::raise() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 126-130 |
| | 2 | 1 |
QException::cloneName: | QException::clone | Prototype: | QException *QException::clone() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 132-135 |
| | 1 | 1 |
QEventTransitionPrivate::maybeRegisterName: | QEventTransitionPrivate::maybeRegister | Prototype: | void QEventTransitionPrivate::maybeRegister() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 123-128 |
| | 3 | 2 |
QEventTransitionPrivate::QEventTransitionPrivateName: | QEventTransitionPrivate::QEventTransitionPrivate | Prototype: | QEventTransitionPrivate::QEventTransitionPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 104-109 |
| | 3 | 1 |
QEventTransition::onTransitionName: | QEventTransition::onTransition | Prototype: | void QEventTransition::onTransition(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 244-247 |
| | 1 | 1 |
QEventTransition::eventTypeName: | QEventTransition::eventType | Prototype: | QEvent::Type QEventTransition::eventType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 185-189 |
| | 2 | 1 |
QEventTransition::eventTestName: | QEventTransition::eventTest | Prototype: | bool QEventTransition::eventTest(QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 230-239 |
| | 6 | 2 |
QEventTransition::eventSourceName: | QEventTransition::eventSource | Prototype: | QObject *QEventTransition::eventSource() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 207-211 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 133-136 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QObject *object, QEvent::Type type, QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 142-151 |
| | 5 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 156-159 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QObject *object, QEvent::Type type, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 164-173 |
| | 5 | 1 |
QEventLoopLockerPrivate::~QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::~QEventLoopLockerPrivate | Prototype: | ~QEventLoopLockerPrivate() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 346-360 |
| | 7 | 4 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QEventLoopPrivate *loop) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 328-332 |
| | 1 | 1 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QThreadPrivate *thread) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 334-338 |
| | 1 | 1 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QCoreApplicationPrivate *app) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 340-344 |
| | 1 | 1 |