Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDBusTrayIcon::notificationClosedName: | QDBusTrayIcon::notificationClosed | Prototype: | void QDBusTrayIcon::notificationClosed(uint id, uint reason) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 285-288 |
| | 1 | 2 |
QDBusTrayIcon::setStatusName: | QDBusTrayIcon::setStatus | Prototype: | void QDBusTrayIcon::setStatus(const QString &status) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 136-143 |
| | 5 | 3 |
QDBusTrayIcon::showMessageName: | QDBusTrayIcon::showMessage | Prototype: | void QDBusTrayIcon::showMessage(const QString &title, const QString &msg, const QIcon &icon, QPlatformSystemTrayIcon::MessageIcon iconType, int msecs) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 226-277 |
| | 31 | 14 |
QDBusTrayIcon::showMessage::[lambda]Name: | QDBusTrayIcon::showMessage::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 262-262 |
| | 0 | 1 |
QDBusTrayIcon::tempIconName: | QDBusTrayIcon::tempIcon | Prototype: | QTemporaryFile *QDBusTrayIcon::tempIcon(const QIcon &icon) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 145-165 |
| | 12 | 4 |
QDBusTrayIcon::tempIcon::[lambda]Name: | QDBusTrayIcon::tempIcon::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 155-155 |
| | 0 | 1 |
QDBusTrayIcon::updateIconName: | QDBusTrayIcon::updateIcon | Prototype: | void QDBusTrayIcon::updateIcon(const QIcon &icon) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 179-192 |
| | 10 | 5 |
QDBusTrayIcon::updateMenuName: | QDBusTrayIcon::updateMenu | Prototype: | void QDBusTrayIcon::updateMenu(QPlatformMenu * menu) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 206-224 |
| | 13 | 4 |
QDBusTrayIcon::updateToolTipName: | QDBusTrayIcon::updateToolTip | Prototype: | void QDBusTrayIcon::updateToolTip(const QString &tooltip) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | Lines: | 194-199 |
| | 3 | 2 |
QDBusUnixFileDescriptor::QDBusUnixFileDescriptorName: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 131-134 |
| | 2 | 1 |
QDBusUnixFileDescriptor::QDBusUnixFileDescriptorName: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(int fileDescriptor) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 149-154 |
| | 2 | 2 |
QDBusUnixFileDescriptor::QDBusUnixFileDescriptorName: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor | Prototype: | QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(const QDBusUnixFileDescriptor &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 159-162 |
| | 2 | 1 |
QDBusUnixFileDescriptor::fileDescriptorName: | QDBusUnixFileDescriptor::fileDescriptor | Prototype: | int QDBusUnixFileDescriptor::fileDescriptor() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 221-224 |
| | 1 | 1 |
QDBusUnixFileDescriptor::giveFileDescriptorName: | QDBusUnixFileDescriptor::giveFileDescriptor | Prototype: | void QDBusUnixFileDescriptor::giveFileDescriptor(int fileDescriptor) | Coverage: | 54.545% (6/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 271-286 |
| | 8 | 4 |
QDBusUnixFileDescriptor::isSupportedName: | QDBusUnixFileDescriptor::isSupported | Prototype: | bool QDBusUnixFileDescriptor::isSupported() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 241-244 |
| | 1 | 1 |
QDBusUnixFileDescriptor::isValidName: | QDBusUnixFileDescriptor::isValid | Prototype: | bool QDBusUnixFileDescriptor::isValid() const | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 203-206 |
| | 1 | 1 |
QDBusUnixFileDescriptor::operator=Name: | QDBusUnixFileDescriptor::operator= | Prototype: | QDBusUnixFileDescriptor &QDBusUnixFileDescriptor::operator=(const QDBusUnixFileDescriptor &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 169-174 |
| | 3 | 2 |
QDBusUnixFileDescriptor::setFileDescriptorName: | QDBusUnixFileDescriptor::setFileDescriptor | Prototype: | void QDBusUnixFileDescriptor::setFileDescriptor(int fileDescriptor) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 259-263 |
| | 2 | 2 |
QDBusUnixFileDescriptor::takeFileDescriptorName: | QDBusUnixFileDescriptor::takeFileDescriptor | Prototype: | int QDBusUnixFileDescriptor::takeFileDescriptor() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 296-302 |
| | 3 | 2 |
QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivateName: | QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivate | Prototype: | QDBusUnixFileDescriptorPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 111-111 |
| | 1 | 1 |
QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivateName: | QDBusUnixFileDescriptorPrivate::QDBusUnixFileDescriptorPrivate | Prototype: | QDBusUnixFileDescriptorPrivate(const QDBusUnixFileDescriptorPrivate &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 112-114 |
| | 1 | 1 |
QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivateName: | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate | Prototype: | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 304-309 |
| | 3 | 2 |
QDBusUtil::argumentToStringName: | QDBusUtil::argumentToString | Prototype: | QString argumentToString(const QVariant &arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 312-323 |
| | 3 | 1 |
QDBusUtil::isValidBasicTypeName: | QDBusUtil::isValidBasicType | Prototype: | bool isValidBasicType(int c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 513-516 |
| | 1 | 1 |
QDBusUtil::isValidBusNameName: | QDBusUtil::isValidBusName | Prototype: | bool isValidBusName(const QString &busName) | Coverage: | 65.385% (17/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 418-444 |
| | 18 | 9 |
QDBusUtil::isValidErrorNameName: | QDBusUtil::isValidErrorName | Prototype: | bool isValidErrorName(const QString &errorName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 471-474 |
| | 1 | 1 |
QDBusUtil::isValidFixedTypeName: | QDBusUtil::isValidFixedType | Prototype: | bool isValidFixedType(int c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 522-525 |
| | 1 | 1 |
QDBusUtil::isValidInterfaceNameName: | QDBusUtil::isValidInterfaceName | Prototype: | bool isValidInterfaceName(const QString& ifaceName) | Coverage: | 64.286% (9/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 356-370 |
| | 9 | 5 |
QDBusUtil::isValidMemberNameName: | QDBusUtil::isValidMemberName | Prototype: | bool isValidMemberName(const QString &memberName) | Coverage: | 64.286% (9/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 452-464 |
| | 9 | 5 |
QDBusUtil::isValidObjectPathName: | QDBusUtil::isValidObjectPath | Prototype: | bool isValidObjectPath(const QString &path) | Coverage: | 81.250% (13/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 489-507 |
| | 12 | 5 |
QDBusUtil::isValidPartOfObjectPathName: | QDBusUtil::isValidPartOfObjectPath | Prototype: | bool isValidPartOfObjectPath(const QString &part) | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 330-341 |
| | 7 | 4 |
QDBusUtil::isValidSignatureName: | QDBusUtil::isValidSignature | Prototype: | bool isValidSignature(const QString &signature) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 536-547 |
| | 7 | 4 |
QDBusUtil::isValidSingleSignatureName: | QDBusUtil::isValidSingleSignature | Prototype: | bool isValidSingleSignature(const QString &signature) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 555-560 |
| | 3 | 1 |
QDBusUtil::isValidUniqueConnectionNameName: | QDBusUtil::isValidUniqueConnectionName | Prototype: | bool isValidUniqueConnectionName(const QString &connName) | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 379-401 |
| | 15 | 7 |
QDBusVirtualObject::QDBusVirtualObjectName: | QDBusVirtualObject::QDBusVirtualObject | Prototype: | QDBusVirtualObject::QDBusVirtualObject(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusvirtualobject.cpp | Lines: | 43-46 |
| | 2 | 1 |
QDBusXmlParser::QDBusXmlParserName: | QDBusXmlParser::QDBusXmlParser | Prototype: | QDBusXmlParser::QDBusXmlParser(const QString& service, const QString& path, const QString& xmlData) | Coverage: | 84.848% (28/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | Lines: | 341-394 |
| | 21 | 14 |
QDaemonThread::QDaemonThreadName: | QDaemonThread::QDaemonThread | Prototype: | QDaemonThread::QDaemonThread(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 881-886 |
| | 1 | 1 |
QDashStroker::QDashStrokerName: | QDashStroker::QDashStroker | Prototype: | QDashStroker::QDashStroker(QStroker *stroker) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 1012-1020 |
| | 4 | 2 |
QDashStroker::patternForStyleName: | QDashStroker::patternForStyle | Prototype: | QVector<qfixed> QDashStroker::patternForStyle(Qt::PenStyle style) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 1026-1052 |
| | 15 | 6 |
QDashStroker::processCurrentSubpathName: | QDashStroker::processCurrentSubpath | Prototype: | void QDashStroker::processCurrentSubpath() | Coverage: | 0.000% (0/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 1096-1259 |
| | 101 | 19 |
QDashedStrokeProcessor::QDashedStrokeProcessorName: | QDashedStrokeProcessor::QDashedStrokeProcessor | Prototype: | QDashedStrokeProcessor::QDashedStrokeProcessor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | Lines: | 505-512 |
| | 3 | 1 |
QDashedStrokeProcessor::processName: | QDashedStrokeProcessor::process | Prototype: | void QDashedStrokeProcessor::process(const QVectorPath &path, const QPen &pen, const QRectF &clip, QPainter::RenderHints hints) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | Lines: | 514-604 |
| | 63 | 14 |
QDataStream::QDataStreamName: | QDataStream::QDataStream | Prototype: | QDataStream::QDataStream() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 251-259 |
| | 6 | 1 |
QDataStream::QDataStreamName: | QDataStream::QDataStream | Prototype: | QDataStream::QDataStream(QIODevice *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 267-275 |
| | 6 | 1 |
QDataStream::QDataStreamName: | QDataStream::QDataStream | Prototype: | QDataStream::QDataStream(QByteArray *a, QIODevice::OpenMode flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 290-303 |
| | 9 | 1 |
QDataStream::QDataStreamName: | QDataStream::QDataStream | Prototype: | QDataStream::QDataStream(const QByteArray &a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 313-327 |
| | 10 | 1 |
QDataStream::atEndName: | QDataStream::atEnd | Prototype: | bool QDataStream::atEnd() const | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 394-397 |
| | 1 | 1 |
QDataStream::floatingPointPrecisionName: | QDataStream::floatingPointPrecision | Prototype: | QDataStream::FloatingPointPrecision QDataStream::floatingPointPrecision() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 406-409 |
| | 1 | 1 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(qint8 i) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 895-901 |
| | 4 | 4 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(qint16 i) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 919-928 |
| | 6 | 5 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(qint32 i) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 937-946 |
| | 6 | 5 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(qint64 i) | Coverage: | 76.471% (13/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 963-978 |
| | 10 | 6 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(bool i) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 993-999 |
| | 4 | 4 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(float f) | Coverage: | 42.857% (9/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1010-1036 |
| | 15 | 7 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(double f) | Coverage: | 68.182% (15/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1048-1071 |
| | 13 | 7 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(const char *s) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1085-1095 |
| | 7 | 2 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(qint8 &i) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 586-596 |
| | 7 | 3 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(qint16 &i) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 614-627 |
| | 8 | 4 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(qint32 &i) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 645-658 |
| | 8 | 4 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(qint64 &i) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 675-694 |
| | 12 | 5 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(bool &i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 700-706 |
| | 4 | 1 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(float &f) | Coverage: | 81.250% (13/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 718-744 |
| | 15 | 5 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(double &f) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 756-782 |
| | 15 | 5 |
QDataStream::operator>>Name: | QDataStream::operator>> | Prototype: | QDataStream &QDataStream::operator>>(char *&s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 799-803 |
| | 2 | 1 |
QDataStream::readBytesName: | QDataStream::readBytes | Prototype: | QDataStream &QDataStream::readBytes(char *&s, uint &l) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 823-859 |
| | 27 | 6 |
QDataStream::readRawDataName: | QDataStream::readRawData | Prototype: | int QDataStream::readRawData(char *s, int len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 870-874 |
| | 2 | 2 |
QDataStream::resetStatusName: | QDataStream::resetStatus | Prototype: | void QDataStream::resetStatus() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 451-454 |
| | 1 | 1 |
QDataStream::setByteOrderName: | QDataStream::setByteOrder | Prototype: | void QDataStream::setByteOrder(ByteOrder bo) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 491-498 |
| | 4 | 2 |
QDataStream::setDeviceName: | QDataStream::setDevice | Prototype: | void QDataStream::setDevice(QIODevice *d) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 363-370 |
| | 4 | 2 |
QDataStream::setFloatingPointPrecisionName: | QDataStream::setFloatingPointPrecision | Prototype: | void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 428-433 |
| | 3 | 2 |
QDataStream::setStatusName: | QDataStream::setStatus | Prototype: | void QDataStream::setStatus(Status status) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 464-468 |
| | 2 | 2 |
QDataStream::skipRawDataName: | QDataStream::skipRawData | Prototype: | int QDataStream::skipRawData(int len) | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1146-1175 |
| | 21 | 8 |
QDataStream::statusName: | QDataStream::status | Prototype: | QDataStream::Status QDataStream::status() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 441-444 |
| | 1 | 1 |
QDataStream::unsetDeviceName: | QDataStream::unsetDevice | Prototype: | void QDataStream::unsetDevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 378-381 |
| | 1 | 1 |
QDataStream::writeBytesName: | QDataStream::writeBytes | Prototype: | QDataStream &QDataStream::writeBytes(const char *s, uint len) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1108-1115 |
| | 5 | 4 |
QDataStream::writeRawDataName: | QDataStream::writeRawData | Prototype: | int QDataStream::writeRawData(const char *s, int len) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1126-1133 |
| | 5 | 4 |
QDataStream::~QDataStreamName: | QDataStream::~QDataStream | Prototype: | QDataStream::~QDataStream() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 338-342 |
| | 2 | 2 |
QDataWidgetMapper::QDataWidgetMapperName: | QDataWidgetMapper::QDataWidgetMapper | Prototype: | QDataWidgetMapper::QDataWidgetMapper(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 324-328 |
| | 1 | 1 |
QDataWidgetMapper::addMappingName: | QDataWidgetMapper::addMapping | Prototype: | void QDataWidgetMapper::addMapping(QWidget *widget, int section) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 471-478 |
| | 4 | 1 |
QDataWidgetMapper::addMappingName: | QDataWidgetMapper::addMapping | Prototype: | void QDataWidgetMapper::addMapping(QWidget *widget, int section, const QByteArray &propertyName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 489-496 |
| | 4 | 1 |
QDataWidgetMapper::clearMappingName: | QDataWidgetMapper::clearMapping | Prototype: | void QDataWidgetMapper::clearMapping() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 739-749 |
| | 6 | 3 |
QDataWidgetMapper::currentIndexName: | QDataWidgetMapper::currentIndex | Prototype: | int QDataWidgetMapper::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 697-701 |
| | 2 | 1 |
QDataWidgetMapper::itemDelegateName: | QDataWidgetMapper::itemDelegate | Prototype: | QAbstractItemDelegate *QDataWidgetMapper::itemDelegate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 417-421 |
| | 2 | 1 |
QDataWidgetMapper::mappedPropertyNameName: | QDataWidgetMapper::mappedPropertyName | Prototype: | QByteArray QDataWidgetMapper::mappedPropertyName(QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 540-552 |
| | 8 | 3 |
QDataWidgetMapper::mappedSectionName: | QDataWidgetMapper::mappedSection | Prototype: | int QDataWidgetMapper::mappedSection(QWidget *widget) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 521-530 |
| | 5 | 2 |
QDataWidgetMapper::mappedWidgetAtName: | QDataWidgetMapper::mappedWidgetAt | Prototype: | QWidget *QDataWidgetMapper::mappedWidgetAt(int section) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 560-570 |
| | 5 | 3 |
QDataWidgetMapper::modelName: | QDataWidgetMapper::model | Prototype: | QAbstractItemModel *QDataWidgetMapper::model() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 372-378 |
| | 4 | 1 |
QDataWidgetMapper::orientationName: | QDataWidgetMapper::orientation | Prototype: | Qt::Orientation QDataWidgetMapper::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 796-800 |
| | 2 | 1 |
QDataWidgetMapper::removeMappingName: | QDataWidgetMapper::removeMapping | Prototype: | void QDataWidgetMapper::removeMapping(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 503-513 |
| | 6 | 2 |
QDataWidgetMapper::revertName: | QDataWidgetMapper::revert | Prototype: | void QDataWidgetMapper::revert() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 578-583 |
| | 2 | 1 |
QDataWidgetMapper::rootIndexName: | QDataWidgetMapper::rootIndex | Prototype: | QModelIndex QDataWidgetMapper::rootIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 441-445 |
| | 2 | 1 |
QDataWidgetMapper::setCurrentIndexName: | QDataWidgetMapper::setCurrentIndex | Prototype: | void QDataWidgetMapper::setCurrentIndex(int index) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 683-695 |
| | 8 | 2 |
QDataWidgetMapper::setCurrentModelIndexName: | QDataWidgetMapper::setCurrentModelIndex | Prototype: | void QDataWidgetMapper::setCurrentModelIndex(const QModelIndex &index) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 722-732 |
| | 6 | 2 |
QDataWidgetMapper::setItemDelegateName: | QDataWidgetMapper::setItemDelegate | Prototype: | void QDataWidgetMapper::setItemDelegate(QAbstractItemDelegate *delegate) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 393-412 |
| | 12 | 3 |
QDataWidgetMapper::setModelName: | QDataWidgetMapper::setModel | Prototype: | void QDataWidgetMapper::setModel(QAbstractItemModel *model) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 343-365 |
| | 15 | 3 |
QDataWidgetMapper::setOrientationName: | QDataWidgetMapper::setOrientation | Prototype: | void QDataWidgetMapper::setOrientation(Qt::Orientation orientation) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 785-794 |
| | 5 | 2 |
QDataWidgetMapper::setRootIndexName: | QDataWidgetMapper::setRootIndex | Prototype: | void QDataWidgetMapper::setRootIndex(const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 430-434 |
| | 2 | 1 |
QDataWidgetMapper::setSubmitPolicyName: | QDataWidgetMapper::setSubmitPolicy | Prototype: | void QDataWidgetMapper::setSubmitPolicy(SubmitPolicy policy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 809-817 |
| | 5 | 2 |
QDataWidgetMapper::submitName: | QDataWidgetMapper::submit | Prototype: | bool QDataWidgetMapper::submit() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 599-609 |
| | 5 | 3 |
QDataWidgetMapper::submitPolicyName: | QDataWidgetMapper::submitPolicy | Prototype: | QDataWidgetMapper::SubmitPolicy QDataWidgetMapper::submitPolicy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 819-823 |
| | 2 | 1 |