Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QSocks5SocketEngine::isExceptionNotificationEnabledName: | QSocks5SocketEngine::isExceptionNotificationEnabled | Prototype: | bool QSocks5SocketEngine::isExceptionNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1903-1907 |
| | 2 | 1 |
QSocks5SocketEngine::initializeName: | QSocks5SocketEngine::initialize | Prototype: | bool QSocks5SocketEngine::initialize(QAbstractSocket::SocketType type, QAbstractSocket::NetworkLayerProtocol protocol) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1010-1020 |
| | 5 | 1 |
QSocks5SocketEngine::connectToHostByNameName: | QSocks5SocketEngine::connectToHostByName | Prototype: | bool QSocks5SocketEngine::connectToHostByName(const QString &hostname, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1151-1160 |
| | 5 | 1 |
QSocks5SocketEngine::connectToHostName: | QSocks5SocketEngine::connectToHost | Prototype: | bool QSocks5SocketEngine::connectToHost(const QHostAddress &address, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1139-1149 |
| | 5 | 1 |
QSocks5SocketEngine::QSocks5SocketEngineName: | QSocks5SocketEngine::QSocks5SocketEngine | Prototype: | QSocks5SocketEngine::QSocks5SocketEngine(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 983-986 |
| | 2 | 1 |
QSocks5PasswordAuthenticator::methodIdName: | QSocks5PasswordAuthenticator::methodId | Prototype: | char QSocks5PasswordAuthenticator::methodId() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 460-463 |
| | 1 | 1 |
QSocks5PasswordAuthenticator::errorStringName: | QSocks5PasswordAuthenticator::errorString | Prototype: | QString QSocks5PasswordAuthenticator::errorString() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 500-503 |
| | 1 | 1 |
QSocks5PasswordAuthenticator::beginAuthenticateName: | QSocks5PasswordAuthenticator::beginAuthenticate | Prototype: | bool QSocks5PasswordAuthenticator::beginAuthenticate(QTcpSocket *socket, bool *completed) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 465-480 |
| | 13 | 1 |
QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticatorName: | QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticator | Prototype: | QSocks5PasswordAuthenticator::QSocks5PasswordAuthenticator(const QString &userName, const QString &password) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 454-458 |
| | 2 | 1 |
QSocks5BindStore::containsName: | QSocks5BindStore::contains | Prototype: | bool QSocks5BindStore::contains(qintptr socketDescriptor) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 364-368 |
| | 2 | 1 |
QSocks5Authenticator::unSealName: | QSocks5Authenticator::unSeal | Prototype: | bool QSocks5Authenticator::unSeal(QTcpSocket *sealedSocket, QByteArray *buf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 449-452 |
| | 1 | 1 |
QSocks5Authenticator::unSealName: | QSocks5Authenticator::unSeal | Prototype: | bool QSocks5Authenticator::unSeal(const QByteArray &sealedBuf, QByteArray *buf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 443-447 |
| | 2 | 1 |
QSocks5Authenticator::sealName: | QSocks5Authenticator::seal | Prototype: | bool QSocks5Authenticator::seal(const QByteArray &buf, QByteArray *sealedBuf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 437-441 |
| | 2 | 1 |
QSocks5Authenticator::methodIdName: | QSocks5Authenticator::methodId | Prototype: | char QSocks5Authenticator::methodId() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 418-421 |
| | 1 | 1 |
QSocks5Authenticator::continueAuthenticateName: | QSocks5Authenticator::continueAuthenticate | Prototype: | bool QSocks5Authenticator::continueAuthenticate(QTcpSocket *socket, bool *completed) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 430-435 |
| | 3 | 1 |
QSocks5Authenticator::beginAuthenticateName: | QSocks5Authenticator::beginAuthenticate | Prototype: | bool QSocks5Authenticator::beginAuthenticate(QTcpSocket *socket, bool *completed) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 423-428 |
| | 3 | 1 |
QSocketNotifier::~QSocketNotifierName: | QSocketNotifier::~QSocketNotifier | Prototype: | QSocketNotifier::~QSocketNotifier() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 162-165 |
| | 1 | 1 |
QSocketNotifier::typeName: | QSocketNotifier::type | Prototype: | QSocketNotifier::Type QSocketNotifier::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 196-200 |
| | 2 | 1 |
QSocketNotifier::socketName: | QSocketNotifier::socket | Prototype: | qintptr QSocketNotifier::socket() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 185-189 |
| | 2 | 1 |
QSocketNotifier::isEnabledName: | QSocketNotifier::isEnabled | Prototype: | bool QSocketNotifier::isEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 207-211 |
| | 2 | 1 |
QSmSocketReceiver::socketActivatedName: | QSmSocketReceiver::socketActivated | Prototype: | void QSmSocketReceiver::socketActivated(int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 327-330 |
| | 1 | 1 |
QSmSocketReceiver::QSmSocketReceiverName: | QSmSocketReceiver::QSmSocketReceiver | Prototype: | QSmSocketReceiver(int socket) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 57-61 |
| | 2 | 1 |
QSliderPrivate::resetLayoutItemMarginsName: | QSliderPrivate::resetLayoutItemMargins | Prototype: | void QSliderPrivate::resetLayoutItemMargins() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 90-96 |
| | 4 | 1 |
QSliderPrivate::pickName: | QSliderPrivate::pick | Prototype: | inline int QSliderPrivate::pick(const QPoint &pt) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 120-123 |
| | 1 | 1 |
QSlider::tickPositionName: | QSlider::tickPosition | Prototype: | QSlider::TickPosition QSlider::tickPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 524-527 |
| | 1 | 1 |
QSlider::tickIntervalName: | QSlider::tickInterval | Prototype: | int QSlider::tickInterval() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 547-550 |
| | 1 | 1 |
QSlider::setTickPositionName: | QSlider::setTickPosition | Prototype: | void QSlider::setTickPosition(TickPosition position) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 515-522 |
| | 5 | 1 |
QSlider::setTickIntervalName: | QSlider::setTickInterval | Prototype: | void QSlider::setTickInterval(int ts) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 541-545 |
| | 2 | 1 |
QSlider::QSliderName: | QSlider::QSlider | Prototype: | QSlider::QSlider(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 286-291 |
| | 2 | 1 |
QSlider::QSliderName: | QSlider::QSlider | Prototype: | QSlider::QSlider(Qt::Orientation orientation, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 299-304 |
| | 2 | 1 |
QSizePolicy::controlTypeName: | QSizePolicy::controlType | Prototype: | QSizePolicy::ControlType QSizePolicy::controlType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qsizepolicy.cpp | Lines: | 235-238 |
| | 1 | 1 |
QSizeGripPrivate::initName: | QSizeGripPrivate::init | Prototype: | void QSizeGripPrivate::init() | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 226-237 |
| | 6 | 1 |
QSizeGripPrivate::atLeftName: | QSizeGripPrivate::atLeft | Prototype: | inline bool atLeft() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 94-97 |
| | 1 | 1 |
QSizeGripPrivate::atBottomName: | QSizeGripPrivate::atBottom | Prototype: | inline bool atBottom() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 89-92 |
| | 1 | 1 |
QSizeGripPrivate::QSizeGripPrivateName: | QSizeGripPrivate::QSizeGripPrivate | Prototype: | QSizeGripPrivate::QSizeGripPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 136-143 |
| | 2 | 1 |
QSizeGrip::sizeHintName: | QSizeGrip::sizeHint | Prototype: | QSize QSizeGrip::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 250-256 |
| | 4 | 1 |
QSizeGrip::showEventName: | QSizeGrip::showEvent | Prototype: | void QSizeGrip::showEvent(QShowEvent *showEvent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 453-459 |
| | 1 | 1 |
QSizeGrip::setVisibleName: | QSizeGrip::setVisible | Prototype: | void QSizeGrip::setVisible(bool visible) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 475-478 |
| | 1 | 1 |
QSizeGrip::paintEventName: | QSizeGrip::paintEvent | Prototype: | void QSizeGrip::paintEvent(QPaintEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 265-274 |
| | 7 | 1 |
QSizeGrip::hideEventName: | QSizeGrip::hideEvent | Prototype: | void QSizeGrip::hideEvent(QHideEvent *hideEvent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 464-470 |
| | 1 | 1 |
QSizeGrip::eventName: | QSizeGrip::event | Prototype: | bool QSizeGrip::event(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 502-505 |
| | 1 | 1 |
QSizeGrip::QSizeGripName: | QSizeGrip::QSizeGrip | Prototype: | QSizeGrip::QSizeGrip(QWidget * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 218-223 |
| | 2 | 1 |
QSizeF::transposeName: | QSizeF::transpose | Prototype: | void QSizeF::transpose() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 597-600 |
| | 1 | 1 |
QSize::transposeName: | QSize::transpose | Prototype: | void QSize::transpose() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 166-169 |
| | 1 | 1 |
QSingleShotTimer::QSingleShotTimerName: | QSingleShotTimer::QSingleShotTimer | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, const char *member) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 276-281 |
| | 2 | 1 |
QSimplex::~QSimplexName: | QSimplex::~QSimplex | Prototype: | QSimplex::~QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 86-89 |
| | 1 | 1 |
QSimplex::solveMinName: | QSimplex::solveMin | Prototype: | qreal QSimplex::solveMin() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 561-564 |
| | 1 | 1 |
QSimplex::solveMaxName: | QSimplex::solveMax | Prototype: | qreal QSimplex::solveMax() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 570-573 |
| | 1 | 1 |
QSimplex::setObjectiveName: | QSimplex::setObjective | Prototype: | void QSimplex::setObjective(QSimplexConstraint *newObjective) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 323-326 |
| | 1 | 1 |
QSimplex::QSimplexName: | QSimplex::QSimplex | Prototype: | QSimplex::QSimplex() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 79-81 |
| | 2 | 1 |
QSimpleTextCodec::~QSimpleTextCodecName: | QSimpleTextCodec::~QSimpleTextCodec | Prototype: | QSimpleTextCodec::~QSimpleTextCodec() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 613-616 |
| | 1 | 1 |
QSimpleTextCodec::nameName: | QSimpleTextCodec::name | Prototype: | QByteArray QSimpleTextCodec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 705-708 |
| | 1 | 1 |
QSimpleTextCodec::mibEnumName: | QSimpleTextCodec::mibEnum | Prototype: | int QSimpleTextCodec::mibEnum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 721-724 |
| | 1 | 1 |
QSimpleTextCodec::QSimpleTextCodecName: | QSimpleTextCodec::QSimpleTextCodec | Prototype: | QSimpleTextCodec::QSimpleTextCodec(int i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | Lines: | 608-610 |
| | 2 | 1 |
QSimpleDrag::QSimpleDragName: | QSimpleDrag::QSimpleDrag | Prototype: | QSimpleDrag::QSimpleDrag() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 331-333 |
| | 2 | 1 |
QSimdSse2::v_toIntName: | QSimdSse2::v_toInt | Prototype: | static inline Int32x4 v_toInt(Float32x4 x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 468-468 |
| | 1 | 1 |
QSimdSse2::v_subName: | QSimdSse2::v_sub | Prototype: | static inline Float32x4 v_sub(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 461-461 |
| | 1 | 1 |
QSimdSse2::v_subName: | QSimdSse2::v_sub | Prototype: | static inline Int32x4 v_sub(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 462-462 |
| | 1 | 1 |
QSimdSse2::v_sqrtName: | QSimdSse2::v_sqrt | Prototype: | static inline Float32x4 v_sqrt(Float32x4 x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 466-466 |
| | 1 | 1 |
QSimdSse2::v_mulName: | QSimdSse2::v_mul | Prototype: | static inline Float32x4 v_mul(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 464-464 |
| | 1 | 1 |
QSimdSse2::v_min_16Name: | QSimdSse2::v_min_16 | Prototype: | static inline Int32x4 v_min_16(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 457-457 |
| | 1 | 1 |
QSimdSse2::v_minName: | QSimdSse2::v_min | Prototype: | static inline Float32x4 v_min(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 456-456 |
| | 1 | 1 |
QSimdSse2::v_maxName: | QSimdSse2::v_max | Prototype: | static inline Float32x4 v_max(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 455-455 |
| | 1 | 1 |
QSimdSse2::v_greaterOrEqualName: | QSimdSse2::v_greaterOrEqual | Prototype: | static inline Int32x4 v_greaterOrEqual(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 470-470 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Float32x4 v_dup(float x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 447-447 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Float32x4 v_dup(double x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 448-448 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Int32x4 v_dup(int x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 449-449 |
| | 1 | 1 |
QSimdSse2::v_dupName: | QSimdSse2::v_dup | Prototype: | static inline Int32x4 v_dup(uint x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 450-450 |
| | 1 | 1 |
QSimdSse2::v_andName: | QSimdSse2::v_and | Prototype: | static inline Int32x4 v_and(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 459-459 |
| | 1 | 1 |
QSimdSse2::v_addName: | QSimdSse2::v_add | Prototype: | static inline Float32x4 v_add(Float32x4 a, Float32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 452-452 |
| | 1 | 1 |
QSimdSse2::v_addName: | QSimdSse2::v_add | Prototype: | static inline Int32x4 v_add(Int32x4 a, Int32x4 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 453-453 |
| | 1 | 1 |
QSignalTransitionPrivate::QSignalTransitionPrivateName: | QSignalTransitionPrivate::QSignalTransitionPrivate | Prototype: | QSignalTransitionPrivate::QSignalTransitionPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 111-115 |
| | 2 | 1 |
QSignalTransition::signalName: | QSignalTransition::signal | Prototype: | QByteArray QSignalTransition::signal() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 199-203 |
| | 2 | 1 |
QSignalTransition::senderObjectName: | QSignalTransition::senderObject | Prototype: | QObject *QSignalTransition::senderObject() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 176-180 |
| | 2 | 1 |
QSignalTransition::onTransitionName: | QSignalTransition::onTransition | Prototype: | void QSignalTransition::onTransition(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 242-245 |
| | 1 | 1 |
QSignalTransition::eventName: | QSignalTransition::event | Prototype: | bool QSignalTransition::event(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 250-253 |
| | 1 | 1 |
QSignalTransition::QSignalTransitionName: | QSignalTransition::QSignalTransition | Prototype: | QSignalTransition::QSignalTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 135-138 |
| | 2 | 1 |
QSignalTransition::QSignalTransitionName: | QSignalTransition::QSignalTransition | Prototype: | QSignalTransition::QSignalTransition(const QObject *sender, const char *signal, QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | Lines: | 144-152 |
| | 4 | 1 |
QSignalMapperPrivate::_q_senderDestroyedName: | QSignalMapperPrivate::_q_senderDestroyed | Prototype: | void _q_senderDestroyed() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 50-53 |
| | 2 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 163-168 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, QObject *object) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 176-181 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, int id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 137-142 |
| | 3 | 1 |
QSignalMapper::setMappingName: | QSignalMapper::setMapping | Prototype: | void QSignalMapper::setMapping(QObject *sender, const QString &text) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 150-155 |
| | 3 | 1 |
QSignalMapper::removeMappingsName: | QSignalMapper::removeMappings | Prototype: | void QSignalMapper::removeMappings(QObject *sender) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 233-241 |
| | 5 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(int id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 188-192 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(const QString &id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 197-201 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(QWidget *widget) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 208-212 |
| | 2 | 1 |
QSignalMapper::mappingName: | QSignalMapper::mapping | Prototype: | QObject *QSignalMapper::mapping(QObject *object) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 219-223 |
| | 2 | 1 |
QSignalMapper::mapName: | QSignalMapper::map | Prototype: | void QSignalMapper::map() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 246-246 |
| | 1 | 1 |
QSignalMapper::QSignalMapperName: | QSignalMapper::QSignalMapper | Prototype: | QSignalMapper::QSignalMapper(QObject* parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | Lines: | 117-120 |
| | 2 | 1 |
QSignalEventGenerator::executeName: | QSignalEventGenerator::execute | Prototype: | void QSignalEventGenerator::execute(void **_a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3096-3102 |
| | 4 | 1 |
QSignalEventGenerator::QSignalEventGeneratorName: | QSignalEventGenerator::QSignalEventGenerator | Prototype: | QSignalEventGenerator::QSignalEventGenerator(QStateMachine *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3104-3107 |
| | 2 | 1 |
QSignalDumper::startDumpName: | QSignalDumper::startDump | Prototype: | void QSignalDumper::startDump() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 169-174 |
| | 1 | 1 |
QSignalDumper::endDumpName: | QSignalDumper::endDump | Prototype: | void QSignalDumper::endDump() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | Lines: | 176-180 |
| | 1 | 1 |
QSidebar::setModelAndUrlsName: | QSidebar::setModelAndUrls | Prototype: | void QSidebar::setModelAndUrls(QFileSystemModel *model, const QList<QUrl> &newUrls) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 382-402 |
| | 14 | 1 |
QSidebar::focusInEventName: | QSidebar::focusInEvent | Prototype: | void QSidebar::focusInEvent(QFocusEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 497-501 |
| | 2 | 1 |
QSidebar::clickedName: | QSidebar::clicked | Prototype: | void QSidebar::clicked(const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 486-491 |
| | 3 | 1 |
QSidebar::QSidebarName: | QSidebar::QSidebar | Prototype: | QSidebar::QSidebar(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 378-380 |
| | 2 | 1 |
QShowEvent::QShowEventName: | QShowEvent::QShowEvent | Prototype: | QShowEvent::QShowEvent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3468-3470 |
| | 1 | 1 |
QShortcutPrivate::QShortcutPrivateName: | QShortcutPrivate::QShortcutPrivate | Prototype: | QShortcutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 406-406 |
| | 1 | 1 |