| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSettingsIniKey::QSettingsIniKey| Name: | QSettingsIniKey::QSettingsIniKey | | Prototype: | inline QSettingsIniKey() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1788-1788 |
| | 1 | 1 |
QSettingsIniKey::QSettingsIniKey| Name: | QSettingsIniKey::QSettingsIniKey | | Prototype: | inline QSettingsIniKey(const QString &str, int pos = -1) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1789-1789 |
| | 1 | 1 |
QSettingsIniSection::QSettingsIniSection| Name: | QSettingsIniSection::QSettingsIniSection | | Prototype: | inline QSettingsIniSection() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1809-1809 |
| | 1 | 1 |
QSettingsPrivate::QSettingsPrivate| Name: | QSettingsPrivate::QSettingsPrivate | | Prototype: | QSettingsPrivate::QSettingsPrivate(QSettings::Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 225-229 |
| | 2 | 1 |
QSettingsPrivate::QSettingsPrivate| Name: | QSettingsPrivate::QSettingsPrivate | | Prototype: | QSettingsPrivate::QSettingsPrivate(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 231-236 |
| | 2 | 1 |
QSettingsPrivate::actualKey| Name: | QSettingsPrivate::actualKey | | Prototype: | QString QSettingsPrivate::actualKey(const QString &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 242-248 |
| | 4 | 1 |
QSettingsPrivate::beginGroupOrArray| Name: | QSettingsPrivate::beginGroupOrArray | | Prototype: | void QSettingsPrivate::beginGroupOrArray(const QSettingsGroup &group) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 319-326 |
| | 4 | 2 |
QSettingsPrivate::create| Name: | QSettingsPrivate::create | | Prototype: | QSettingsPrivate *QSettingsPrivate::create(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 289-293 |
| | 1 | 1 |
QSettingsPrivate::create| Name: | QSettingsPrivate::create | | Prototype: | QSettingsPrivate *QSettingsPrivate::create(const QString &fileName, QSettings::Format format) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QSettingsPrivate::iniEscapedKey| Name: | QSettingsPrivate::iniEscapedKey | | Prototype: | void QSettingsPrivate::iniEscapedKey(const QString &key, QByteArray &result) | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 545-570 |
| | 18 | 6 |
QSettingsPrivate::iniEscapedString| Name: | QSettingsPrivate::iniEscapedString | | Prototype: | void QSettingsPrivate::iniEscapedString(const QString &str, QByteArray &result, QTextCodec *codec) | | Coverage: | 98.592% (70/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 628-709 |
| | 53 | 18 |
QSettingsPrivate::iniEscapedStringList| Name: | QSettingsPrivate::iniEscapedStringList | | Prototype: | void QSettingsPrivate::iniEscapedStringList(const QStringList &strs, QByteArray &result, QTextCodec *codec) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 719-738 |
| | 6 | 4 |
QSettingsPrivate::iniUnescapedKey| Name: | QSettingsPrivate::iniUnescapedKey | | Prototype: | bool QSettingsPrivate::iniUnescapedKey(const QByteArray &key, int from, int to, QString &result) | | Coverage: | 92.593% (25/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 572-626 |
| | 37 | 9 |
QSettingsPrivate::iniUnescapedStringList| Name: | QSettingsPrivate::iniUnescapedStringList | | Prototype: | bool QSettingsPrivate::iniUnescapedStringList(const QByteArray &str, int from, int to, QString &stringResult, QStringList &stringListResult, QTextCodec *codec) | | Coverage: | 93.846% (122/130) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 740-907 |
| | 98 | 37 |
QSettingsPrivate::normalizedKey| Name: | QSettingsPrivate::normalizedKey | | Prototype: | QString QSettingsPrivate::normalizedKey(const QString &key) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 261-284 |
| | 15 | 8 |
QSettingsPrivate::processChild| Name: | QSettingsPrivate::processChild | | Prototype: | void QSettingsPrivate::processChild(QStringRef key, ChildSpec spec, QStringList &result) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 303-317 |
| | 9 | 5 |
QSettingsPrivate::requestUpdate| Name: | QSettingsPrivate::requestUpdate | | Prototype: | void QSettingsPrivate::requestUpdate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 345-356 |
| | 4 | 2 |
QSettingsPrivate::setStatus| Name: | QSettingsPrivate::setStatus | | Prototype: | void QSettingsPrivate::setStatus(QSettings::Status status) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 333-337 |
| | 2 | 2 |
QSettingsPrivate::splitArgs| Name: | QSettingsPrivate::splitArgs | | Prototype: | QStringList QSettingsPrivate::splitArgs(const QString &s, int idx) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 909-933 |
| | 16 | 4 |
QSettingsPrivate::stringListToVariantList| Name: | QSettingsPrivate::stringListToVariantList | | Prototype: | QVariant QSettingsPrivate::stringListToVariantList(const QStringList &l) | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 368-388 |
| | 13 | 5 |
QSettingsPrivate::stringToVariant| Name: | QSettingsPrivate::stringToVariant | | Prototype: | QVariant QSettingsPrivate::stringToVariant(const QString &s) | | Coverage: | 82.609% (38/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 488-541 |
| | 38 | 15 |
QSettingsPrivate::update| Name: | QSettingsPrivate::update | | Prototype: | void QSettingsPrivate::update() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 339-343 |
| | 2 | 1 |
QSettingsPrivate::variantListToStringList| Name: | QSettingsPrivate::variantListToStringList | | Prototype: | QStringList QSettingsPrivate::variantListToStringList(const QVariantList &l) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 358-366 |
| | 6 | 2 |
QSettingsPrivate::variantToString| Name: | QSettingsPrivate::variantToString | | Prototype: | QString QSettingsPrivate::variantToString(const QVariant &v) | | Coverage: | 84.375% (27/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 390-485 |
| | 56 | 18 |
QShapedPixmapWindow::QShapedPixmapWindow| Name: | QShapedPixmapWindow::QShapedPixmapWindow | | Prototype: | QShapedPixmapWindow::QShapedPixmapWindow(QScreen *screen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 44-53 |
| | 6 | 1 |
QShapedPixmapWindow::paintEvent| Name: | QShapedPixmapWindow::paintEvent | | Prototype: | void QShapedPixmapWindow::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 77-88 |
| | 7 | 3 |
QShapedPixmapWindow::setHotspot| Name: | QShapedPixmapWindow::setHotspot | | Prototype: | void QShapedPixmapWindow::setHotspot(const QPoint &hotspot) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 72-75 |
| | 1 | 1 |
QShapedPixmapWindow::setPixmap| Name: | QShapedPixmapWindow::setPixmap | | Prototype: | void QShapedPixmapWindow::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 59-70 |
| | 7 | 4 |
QShapedPixmapWindow::updateGeometry| Name: | QShapedPixmapWindow::updateGeometry | | Prototype: | void QShapedPixmapWindow::updateGeometry(const QPoint &pos) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 90-99 |
| | 6 | 2 |
QSharedDataPointer::clone| Name: | QSharedDataPointer::clone | | Prototype: | template <> inline QUrlQueryPrivate * QSharedDataPointer<QUrlQueryPrivate>::clone() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 323-327 |
| | 1 | 1 |
QSharedDataPointer::clone| Name: | QSharedDataPointer::clone | | Prototype: | template<> QTimeZonePrivate *QSharedDataPointer<QTimeZonePrivate>::clone() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 581-584 |
| | 1 | 1 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QUrlQueryPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 178-188 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QNetworkProxyPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 429-439 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach() | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 873-883 |
| | 8 | 3 |
QSharedMemory::QSharedMemory| Name: | QSharedMemory::QSharedMemory | | Prototype: | QSharedMemory::QSharedMemory(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 145-148 |
| | 2 | 1 |
QSharedMemory::QSharedMemory| Name: | QSharedMemory::QSharedMemory | | Prototype: | QSharedMemory::QSharedMemory(const QString &key, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 157-161 |
| | 1 | 1 |
QSharedMemory::attach| Name: | QSharedMemory::attach | | Prototype: | bool QSharedMemory::attach(AccessMode mode) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 391-407 |
| | 9 | 4 |
QSharedMemory::constData| Name: | QSharedMemory::constData | | Prototype: | const void* QSharedMemory::constData() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 470-474 |
| | 2 | 1 |
QSharedMemory::create| Name: | QSharedMemory::create | | Prototype: | bool QSharedMemory::create(int size, AccessMode mode) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 320-353 |
| | 16 | 5 |
QSharedMemory::data| Name: | QSharedMemory::data | | Prototype: | void *QSharedMemory::data() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 455-459 |
| | 2 | 1 |
QSharedMemory::data| Name: | QSharedMemory::data | | Prototype: | const void *QSharedMemory::data() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 479-483 |
| | 2 | 1 |
QSharedMemory::detach| Name: | QSharedMemory::detach | | Prototype: | bool QSharedMemory::detach() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 431-444 |
| | 7 | 3 |
QSharedMemory::error| Name: | QSharedMemory::error | | Prototype: | QSharedMemory::SharedMemoryError QSharedMemory::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 572-576 |
| | 2 | 1 |
QSharedMemory::errorString| Name: | QSharedMemory::errorString | | Prototype: | QString QSharedMemory::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 586-590 |
| | 2 | 1 |
QSharedMemory::isAttached| Name: | QSharedMemory::isAttached | | Prototype: | bool QSharedMemory::isAttached() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 415-419 |
| | 2 | 1 |
QSharedMemory::key| Name: | QSharedMemory::key | | Prototype: | QString QSharedMemory::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 286-290 |
| | 2 | 1 |
QSharedMemory::lock| Name: | QSharedMemory::lock | | Prototype: | bool QSharedMemory::lock() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 497-512 |
| | 11 | 3 |
QSharedMemory::nativeKey| Name: | QSharedMemory::nativeKey | | Prototype: | QString QSharedMemory::nativeKey() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 304-308 |
| | 2 | 1 |
QSharedMemory::setKey| Name: | QSharedMemory::setKey | | Prototype: | void QSharedMemory::setKey(const QString &key) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 191-202 |
| | 8 | 3 |
QSharedMemory::setNativeKey| Name: | QSharedMemory::setNativeKey | | Prototype: | void QSharedMemory::setNativeKey(const QString &key) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 223-234 |
| | 8 | 3 |
QSharedMemory::size| Name: | QSharedMemory::size | | Prototype: | int QSharedMemory::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 361-365 |
| | 2 | 1 |
QSharedMemory::unlock| Name: | QSharedMemory::unlock | | Prototype: | bool QSharedMemory::unlock() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 522-534 |
| | 10 | 3 |
QSharedMemory::~QSharedMemory| Name: | QSharedMemory::~QSharedMemory | | Prototype: | QSharedMemory::~QSharedMemory() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QSharedMemoryPrivate::QSharedMemoryPrivate| Name: | QSharedMemoryPrivate::QSharedMemoryPrivate | | Prototype: | QSharedMemoryPrivate::QSharedMemoryPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | | Lines: | 61-72 |
| | 2 | 1 |
QSharedMemoryPrivate::attach| Name: | QSharedMemoryPrivate::attach | | Prototype: | bool QSharedMemoryPrivate::attach(QSharedMemory::AccessMode mode) | | Coverage: | 45.455% (5/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 169-196 |
| | 15 | 4 |
QSharedMemoryPrivate::cleanHandle| Name: | QSharedMemoryPrivate::cleanHandle | | Prototype: | bool QSharedMemoryPrivate::cleanHandle() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 123-127 |
| | 2 | 1 |
QSharedMemoryPrivate::create| Name: | QSharedMemoryPrivate::create | | Prototype: | bool QSharedMemoryPrivate::create(int size) | | Coverage: | 56.000% (14/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 129-167 |
| | 23 | 9 |
QSharedMemoryPrivate::createUnixKeyFile| Name: | QSharedMemoryPrivate::createUnixKeyFile | | Prototype: | int QSharedMemoryPrivate::createUnixKeyFile(const QString &fileName) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 106-118 |
| | 8 | 3 |
QSharedMemoryPrivate::detach| Name: | QSharedMemoryPrivate::detach | | Prototype: | bool QSharedMemoryPrivate::detach() | | Coverage: | 30.769% (8/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 198-247 |
| | 26 | 12 |
QSharedMemoryPrivate::handle| Name: | QSharedMemoryPrivate::handle | | Prototype: | key_t QSharedMemoryPrivate::handle() | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 65-92 |
| | 16 | 5 |
QSharedMemoryPrivate::initKey| Name: | QSharedMemoryPrivate::initKey | | Prototype: | bool QSharedMemoryPrivate::initKey() | | Coverage: | 45.000% (9/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 236-273 |
| | 24 | 10 |
QSharedMemoryPrivate::makePlatformSafeKey| Name: | QSharedMemoryPrivate::makePlatformSafeKey | | Prototype: | QString QSharedMemoryPrivate::makePlatformSafeKey(const QString &key, const QString &prefix) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 55-77 |
| | 9 | 2 |
QSharedMemoryPrivate::setErrorString| Name: | QSharedMemoryPrivate::setErrorString | | Prototype: | void QSharedMemoryPrivate::setErrorString(QLatin1String function) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | | Lines: | 74-103 |
| | 15 | 8 |
QSharedNetworkSessionManager::getSession| Name: | QSharedNetworkSessionManager::getSession | | Prototype: | QSharedPointer<QNetworkSession> QSharedNetworkSessionManager::getSession(QNetworkConfiguration config) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 59-72 |
| | 8 | 3 |
QSharedNetworkSessionManager::setSession| Name: | QSharedNetworkSessionManager::setSession | | Prototype: | void QSharedNetworkSessionManager::setSession(QNetworkConfiguration config, QSharedPointer<QNetworkSession> session) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 74-78 |
| | 2 | 1 |
QShortcut::QShortcut| Name: | QShortcut::QShortcut | | Prototype: | QShortcut::QShortcut(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 436-440 |
| | 1 | 1 |
QShortcut::QShortcut| Name: | QShortcut::QShortcut | | Prototype: | QShortcut::QShortcut(const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 450-466 |
| | 10 | 4 |
QShortcut::autoRepeat| Name: | QShortcut::autoRepeat | | Prototype: | bool QShortcut::autoRepeat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 610-614 |
| | 2 | 1 |
QShortcut::context| Name: | QShortcut::context | | Prototype: | Qt::ShortcutContext QShortcut::context() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 558-562 |
| | 2 | 1 |
QShortcut::event| Name: | QShortcut::event | | Prototype: | bool QShortcut::event(QEvent *e) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 630-651 |
| | 13 | 5 |
QShortcut::id| Name: | QShortcut::id | | Prototype: | int QShortcut::id() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 621-625 |
| | 2 | 1 |
QShortcut::isEnabled| Name: | QShortcut::isEnabled | | Prototype: | bool QShortcut::isEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 530-534 |
| | 2 | 1 |
QShortcut::key| Name: | QShortcut::key | | Prototype: | QKeySequence QShortcut::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 499-503 |
| | 2 | 1 |
QShortcut::setAutoRepeat| Name: | QShortcut::setAutoRepeat | | Prototype: | void QShortcut::setAutoRepeat(bool on) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 600-608 |
| | 6 | 3 |
QShortcut::setContext| Name: | QShortcut::setContext | | Prototype: | void QShortcut::setContext(Qt::ShortcutContext context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 548-556 |
| | 6 | 3 |
QShortcut::setEnabled| Name: | QShortcut::setEnabled | | Prototype: | void QShortcut::setEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 520-528 |
| | 6 | 3 |
QShortcut::setKey| Name: | QShortcut::setKey | | Prototype: | void QShortcut::setKey(const QKeySequence &key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 489-497 |
| | 6 | 3 |
QShortcut::setWhatsThis| Name: | QShortcut::setWhatsThis | | Prototype: | void QShortcut::setWhatsThis(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 578-582 |
| | 2 | 1 |
QShortcut::whatsThis| Name: | QShortcut::whatsThis | | Prototype: | QString QShortcut::whatsThis() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 584-588 |
| | 2 | 1 |
QShortcut::~QShortcut| Name: | QShortcut::~QShortcut | | Prototype: | QShortcut::~QShortcut() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 471-476 |
| | 3 | 2 |
QShortcutEntry::QShortcutEntry| Name: | QShortcutEntry::QShortcutEntry | | Prototype: | QShortcutEntry() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 61-63 |
| | 1 | 1 |
QShortcutEntry::QShortcutEntry| Name: | QShortcutEntry::QShortcutEntry | | Prototype: | QShortcutEntry(const QKeySequence &k) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 65-67 |
| | 1 | 1 |
QShortcutEntry::QShortcutEntry| Name: | QShortcutEntry::QShortcutEntry | | Prototype: | QShortcutEntry(QObject *o, const QKeySequence &k, Qt::ShortcutContext c, int i, bool a, QShortcutMap::ContextMatcher m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 69-71 |
| | 1 | 1 |
QShortcutEntry::correctContext| Name: | QShortcutEntry::correctContext | | Prototype: | bool correctContext() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 73-73 |
| | 1 | 1 |
QShortcutEntry::operator<| Name: | QShortcutEntry::operator< | | Prototype: | bool operator<(const QShortcutEntry &f) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 75-76 |
| | 1 | 1 |
QShortcutEvent::QShortcutEvent| Name: | QShortcutEvent::QShortcutEvent | | Prototype: | QShortcutEvent::QShortcutEvent(const QKeySequence &key, int id, bool ambiguous) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3562-3565 |
| | 2 | 1 |
QShortcutMap::QShortcutMap| Name: | QShortcutMap::QShortcutMap | | Prototype: | QShortcutMap::QShortcutMap() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 135-139 |
| | 1 | 1 |
QShortcutMap::addShortcut| Name: | QShortcutMap::addShortcut | | Prototype: | int QShortcutMap::addShortcut(QObject *owner, const QKeySequence &key, Qt::ShortcutContext context, ContextMatcher matcher) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 152-167 |
| | 7 | 1 |
QShortcutMap::clearSequence| Name: | QShortcutMap::clearSequence | | Prototype: | void QShortcutMap::clearSequence(QVector<QKeySequence> &ksl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 523-527 |
| | 2 | 1 |
QShortcutMap::createNewSequences| Name: | QShortcutMap::createNewSequences | | Prototype: | void QShortcutMap::createNewSequences(QKeyEvent *e, QVector<QKeySequence> &ksl, int ignoredModifiers) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 533-566 |
| | 24 | 5 |
QShortcutMap::dispatchEvent| Name: | QShortcutMap::dispatchEvent | | Prototype: | void QShortcutMap::dispatchEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 631-669 |
| | 22 | 7 |
QShortcutMap::find| Name: | QShortcutMap::find | | Prototype: | QKeySequence::SequenceMatch QShortcutMap::find(QKeyEvent *e, int ignoredModifiers) | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 425-516 |
| | 56 | 17 |
QShortcutMap::hasShortcutForKeySequence| Name: | QShortcutMap::hasShortcutForKeySequence | | Prototype: | bool QShortcutMap::hasShortcutForKeySequence(const QKeySequence &seq) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 401-416 |
| | 8 | 3 |
QShortcutMap::matches| Name: | QShortcutMap::matches | | Prototype: | QKeySequence::SequenceMatch QShortcutMap::matches(const QKeySequence &seq1, const QKeySequence &seq2) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 573-599 |
| | 17 | 6 |
QShortcutMap::matches| Name: | QShortcutMap::matches | | Prototype: | QVector<const QShortcutEntry*> QShortcutMap::matches() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 622-626 |
| | 2 | 1 |
QShortcutMap::nextState| Name: | QShortcutMap::nextState | | Prototype: | QKeySequence::SequenceMatch QShortcutMap::nextState(QKeyEvent *e) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 360-395 |
| | 17 | 6 |
QShortcutMap::removeShortcut| Name: | QShortcutMap::removeShortcut | | Prototype: | int QShortcutMap::removeShortcut(int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 178-214 |
| | 22 | 5 |
QShortcutMap::resetState| Name: | QShortcutMap::resetState | | Prototype: | void QShortcutMap::resetState() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 295-300 |
| | 3 | 1 |
QShortcutMap::setShortcutAutoRepeat| Name: | QShortcutMap::setShortcutAutoRepeat | | Prototype: | int QShortcutMap::setShortcutAutoRepeat(bool on, int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 262-290 |
| | 17 | 4 |
QShortcutMap::setShortcutEnabled| Name: | QShortcutMap::setShortcutEnabled | | Prototype: | int QShortcutMap::setShortcutEnabled(bool enable, int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 224-252 |
| | 17 | 4 |