| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 QSocks5SocketEngine::isExceptionNotificationEnabled| Name:  | 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::initialize| Name:  | 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::connectToHostByName| Name:  | 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::connectToHost| Name:  | 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::QSocks5SocketEngine| Name:  | 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::methodId| Name:  | 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::errorString| Name:  | 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::beginAuthenticate| Name:  | 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::QSocks5PasswordAuthenticator| Name:  | 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::contains| Name:  | 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::unSeal| Name:  | 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::unSeal| Name:  | 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::seal| Name:  | 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::methodId| Name:  | 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::continueAuthenticate| Name:  | 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::beginAuthenticate| Name:  | 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::~QSocketNotifier| Name:  | 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::type| Name:  | 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::socket| Name:  | 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::isEnabled| Name:  | 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::socketActivated| Name:  | 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::QSmSocketReceiver| Name:  | 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::resetLayoutItemMargins| Name:  | 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::pick| Name:  | 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::tickPosition| Name:  | 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::tickInterval| Name:  | 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::setTickPosition| Name:  | 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::setTickInterval| Name:  | 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::QSlider| Name:  | 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::QSlider| Name:  | 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::controlType| Name:  | 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::init| Name:  | 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::atLeft| Name:  | 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::atBottom| Name:  | 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::QSizeGripPrivate| Name:  | 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::sizeHint| Name:  | 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::showEvent| Name:  | 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::setVisible| Name:  | 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::paintEvent| Name:  | 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::hideEvent| Name:  | 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::event| Name:  | 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::QSizeGrip| Name:  | 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::transpose| Name:  | 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::transpose| Name:  | 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::QSingleShotTimer| Name:  | 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::~QSimplex| Name:  | 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::solveMin| Name:  | 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::solveMax| Name:  | 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::setObjective| Name:  | 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::QSimplex| Name:  | 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::~QSimpleTextCodec| Name:  | 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::name| Name:  | 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::mibEnum| Name:  | 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::QSimpleTextCodec| Name:  | 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::QSimpleDrag| Name:  | 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_toInt| Name:  | 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_sub| Name:  | 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_sub| Name:  | 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_sqrt| Name:  | 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_mul| Name:  | 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_16| Name:  | 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_min| Name:  | 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_max| Name:  | 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_greaterOrEqual| Name:  | 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_dup| Name:  | 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_dup| Name:  | 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_dup| Name:  | 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_dup| Name:  | 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_and| Name:  | 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_add| Name:  | 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_add| Name:  | 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::QSignalTransitionPrivate| Name:  | 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::signal| Name:  | 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::senderObject| Name:  | 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::onTransition| Name:  | 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::event| Name:  | 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::QSignalTransition| Name:  | 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::QSignalTransition| Name:  | 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_senderDestroyed| Name:  | 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::setMapping| Name:  | 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::setMapping| Name:  | 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::setMapping| Name:  | 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::setMapping| Name:  | 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::removeMappings| Name:  | 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::mapping| Name:  | 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::mapping| Name:  | 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::mapping| Name:  | 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::mapping| Name:  | 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::map| Name:  | 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::QSignalMapper| Name:  | 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::execute| Name:  | 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::QSignalEventGenerator| Name:  | 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::startDump| Name:  | 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::endDump| Name:  | 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::setModelAndUrls| Name:  | 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::focusInEvent| Name:  | 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::clicked| Name:  | 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::QSidebar| Name:  | 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::QShowEvent| Name:  | 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::QShortcutPrivate| Name:  | 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 |