| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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::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 |
QFileDevicePrivate::~QFileDevicePrivate| Name: | 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::setError| Name: | 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::setError| Name: | 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::QFileDevicePrivate| Name: | 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::~QFileDevice| Name: | 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::unsetError| Name: | 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::setPermissions| Name: | 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::pos| Name: | 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::permissions| Name: | 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::isSequential| Name: | 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::error| Name: | 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::QFileDevice| Name: | 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::size| Name: | 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::setPermissions| Name: | 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::setPermissions| Name: | 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::resize| Name: | 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::resize| Name: | 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::rename| Name: | 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::remove| Name: | 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::readLink| Name: | 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::readLink| Name: | 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::permissions| Name: | 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::permissions| Name: | 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::link| Name: | 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::fileName| Name: | 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::exists| Name: | 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::exists| Name: | 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::copy| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::~QFactoryLoaderPrivate| Name: | 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::~QFactoryLoader| Name: | 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::refreshAll| Name: | 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::metaData| Name: | 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::keyMap| Name: | 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::indexOf| Name: | 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::QFactoryLoader| Name: | 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::unmapAll| Name: | 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::sizeFdFh| Name: | 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::posFdFh| Name: | 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::nativeWrite| Name: | 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::nativeSize| Name: | 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::nativeSeek| Name: | 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::nativeReadLine| Name: | 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::nativePos| Name: | 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::nativeIsSequential| Name: | 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::nativeHandle| Name: | 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::nativeFlush| Name: | 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::nativeClose| Name: | 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::init| Name: | 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::QFSFileEnginePrivate| Name: | 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::write| Name: | 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::syncToDisk| Name: | 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::size| Name: | 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::setPermissions| Name: | 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::setFileName| Name: | 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::seek| Name: | 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::rootPath| Name: | 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::renameOverwrite| Name: | 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::rename| Name: | 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::remove| Name: | 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::readLine| Name: | 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::read| Name: | 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::pos| Name: | 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::open| Name: | 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::isSequential| Name: | 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::handle| Name: | 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::flush| Name: | 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::drives| Name: | 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::close| Name: | 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::QFSFileEngine| Name: | 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::QFSFileEngine| Name: | 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::~QExplicitlySharedDataPointer| Name: | 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::raise| Name: | 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::clone| Name: | 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::maybeRegister| Name: | 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::QEventTransitionPrivate| Name: | 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::onTransition| Name: | 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::eventType| Name: | 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::eventTest| Name: | 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::eventSource| Name: | 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::QEventTransition| Name: | 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::QEventTransition| Name: | 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::QEventTransition| Name: | 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::QEventTransition| Name: | 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::~QEventLoopLockerPrivate| Name: | 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::QEventLoopLockerPrivate| Name: | 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::QEventLoopLockerPrivate| Name: | 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::QEventLoopLockerPrivate| Name: | 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 |