| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSocks5SocketEngine::bind| Name: | QSocks5SocketEngine::bind | | Prototype: | bool QSocks5SocketEngine::bind(const QHostAddress &addr, quint16 port) | | Coverage: | 70.455% (31/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1320-1412 |
| | 52 | 12 |
QSocks5SocketEngine::accept| Name: | QSocks5SocketEngine::accept | | Prototype: | int QSocks5SocketEngine::accept() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1434-1467 |
| | 20 | 4 |
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: | 974-977 |
| | 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: | 452-455 |
| | 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: | 492-495 |
| | 1 | 1 |
QSocks5PasswordAuthenticator::continueAuthenticate| Name: | QSocks5PasswordAuthenticator::continueAuthenticate | | Prototype: | bool QSocks5PasswordAuthenticator::continueAuthenticate(QTcpSocket *socket, bool *completed) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 474-490 |
| | 9 | 3 |
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: | 457-472 |
| | 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: | 446-450 |
| | 2 | 1 |
QSocks5BindStore::timerEvent| Name: | QSocks5BindStore::timerEvent | | Prototype: | void QSocks5BindStore::timerEvent(QTimerEvent * event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 386-400 |
| | 7 | 4 |
QSocks5BindStore::retrieve| Name: | QSocks5BindStore::retrieve | | Prototype: | QSocks5BindData *QSocks5BindStore::retrieve(qintptr socketDescriptor) | | Coverage: | 50.000% (7/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 364-384 |
| | 12 | 5 |
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: | 358-362 |
| | 2 | 1 |
QSocks5BindStore::add| Name: | QSocks5BindStore::add | | Prototype: | void QSocks5BindStore::add(qintptr socketDescriptor, QSocks5BindData *bindData) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 345-356 |
| | 6 | 3 |
QSocks5BindStore::QSocks5BindStore| Name: | QSocks5BindStore::QSocks5BindStore | | Prototype: | QSocks5BindStore::QSocks5BindStore() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 332-339 |
| | 3 | 2 |
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: | 435-439 |
| | 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: | 441-444 |
| | 1 | 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: | 429-433 |
| | 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: | 410-413 |
| | 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: | 422-427 |
| | 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: | 415-420 |
| | 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: | 156-159 |
| | 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: | 190-194 |
| | 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: | 179-183 |
| | 2 | 1 |
QSocketNotifier::setEnabled| Name: | QSocketNotifier::setEnabled | | Prototype: | void QSocketNotifier::setEnabled(bool enable) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 222-241 |
| | 14 | 6 |
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: | 201-205 |
| | 2 | 1 |
QSocketNotifier::event| Name: | QSocketNotifier::event | | Prototype: | bool QSocketNotifier::event(QEvent *e) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 246-264 |
| | 11 | 4 |
QSocketNotifier::QSocketNotifier| Name: | QSocketNotifier::QSocketNotifier | | Prototype: | QSocketNotifier::QSocketNotifier(qintptr socket, Type type, QObject *parent) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 136-150 |
| | 9 | 3 |
QSocketEngineHandler::~QSocketEngineHandler| Name: | QSocketEngineHandler::~QSocketEngineHandler | | Prototype: | QSocketEngineHandler::~QSocketEngineHandler() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 63-69 |
| | 4 | 2 |
QSocketEngineHandler::QSocketEngineHandler| Name: | QSocketEngineHandler::QSocketEngineHandler | | Prototype: | QSocketEngineHandler::QSocketEngineHandler() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 55-61 |
| | 4 | 2 |
QSockNotType::~QSockNotType| Name: | QSockNotType::~QSockNotType | | Prototype: | QSockNotType::~QSockNotType() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 402-406 |
| | 2 | 2 |
QSockNotType::QSockNotType| Name: | QSockNotType::QSockNotType | | Prototype: | QSockNotType::QSockNotType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 395-400 |
| | 3 | 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: | 321-324 |
| | 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: | 51-55 |
| | 2 | 1 |
QSlotObjectBaseDeleter::cleanup| Name: | QSlotObjectBaseDeleter::cleanup | | Prototype: | static void cleanup(QtPrivate::QSlotObjectBase *slot) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 79-81 |
| | 1 | 2 |
QSliderPrivate::updateHoverControl| Name: | QSliderPrivate::updateHoverControl | | Prototype: | bool QSliderPrivate::updateHoverControl(const QPoint &pos) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 152-164 |
| | 9 | 2 |
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: | 84-90 |
| | 4 | 1 |
QSliderPrivate::pixelPosToRangeValue| Name: | QSliderPrivate::pixelPosToRangeValue | | Prototype: | int QSliderPrivate::pixelPosToRangeValue(int pos) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 92-112 |
| | 15 | 2 |
QSliderPrivate::pick| Name: | QSliderPrivate::pick | | Prototype: | inline int QSliderPrivate::pick(const QPoint &pt) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 114-117 |
| | 1 | 1 |
QSliderPrivate::newHoverControl| Name: | QSliderPrivate::newHoverControl | | Prototype: | QStyle::SubControl QSliderPrivate::newHoverControl(const QPoint &pos) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 166-191 |
| | 19 | 4 |
QSliderPrivate::init| Name: | QSliderPrivate::init | | Prototype: | void QSliderPrivate::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 68-82 |
| | 12 | 2 |
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: | 518-521 |
| | 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: | 541-544 |
| | 1 | 1 |
QSlider::sizeHint| Name: | QSlider::sizeHint | | Prototype: | QSize QSlider::sizeHint() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 461-479 |
| | 15 | 4 |
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: | 509-516 |
| | 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: | 535-539 |
| | 2 | 1 |
QSlider::paintEvent| Name: | QSlider::paintEvent | | Prototype: | void QSlider::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 311-329 |
| | 12 | 3 |
QSlider::mouseReleaseEvent| Name: | QSlider::mouseReleaseEvent | | Prototype: | void QSlider::mouseReleaseEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 439-456 |
| | 14 | 3 |
QSlider::mousePressEvent| Name: | QSlider::mousePressEvent | | Prototype: | void QSlider::mousePressEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 359-416 |
| | 42 | 9 |
QSlider::mouseMoveEvent| Name: | QSlider::mouseMoveEvent | | Prototype: | void QSlider::mouseMoveEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 421-433 |
| | 9 | 2 |
QSlider::minimumSizeHint| Name: | QSlider::minimumSizeHint | | Prototype: | QSize QSlider::minimumSizeHint() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 484-496 |
| | 9 | 2 |
QSlider::initStyleOption| Name: | QSlider::initStyleOption | | Prototype: | void QSlider::initStyleOption(QStyleOptionSlider *option) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 126-150 |
| | 21 | 3 |
QSlider::event| Name: | QSlider::event | | Prototype: | bool QSlider::event(QEvent *event) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 335-354 |
| | 9 | 8 |
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: | 280-285 |
| | 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: | 293-298 |
| | 2 | 1 |
QSizePolicy::setControlType| Name: | QSizePolicy::setControlType | | Prototype: | void QSizePolicy::setControlType(ControlType type) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qsizepolicy.cpp | | Lines: | 250-274 |
| | 5 | 3 |
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: | 229-232 |
| | 1 | 1 |
QSizeGripPrivate::updateTopLevelWidget| Name: | QSizeGripPrivate::updateTopLevelWidget | | Prototype: | void updateTopLevelWidget() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 93-104 |
| | 9 | 4 |
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: | 220-231 |
| | 6 | 1 |
QSizeGripPrivate::corner| Name: | QSizeGripPrivate::corner | | Prototype: | Qt::Corner QSizeGripPrivate::corner() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 151-162 |
| | 8 | 2 |
QSizeGripPrivate::atLeft| Name: | QSizeGripPrivate::atLeft | | Prototype: | inline bool atLeft() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 88-91 |
| | 1 | 1 |
QSizeGripPrivate::atBottom| Name: | QSizeGripPrivate::atBottom | | Prototype: | inline bool atBottom() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 83-86 |
| | 1 | 1 |
QSizeGripPrivate::_q_showIfNotHidden| Name: | QSizeGripPrivate::_q_showIfNotHidden | | Prototype: | void _q_showIfNotHidden() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 110-125 |
| | 9 | 3 |
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: | 130-137 |
| | 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: | 244-250 |
| | 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: | 447-453 |
| | 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: | 469-472 |
| | 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: | 259-268 |
| | 7 | 1 |
QSizeGrip::moveEvent| Name: | QSizeGrip::moveEvent | | Prototype: | void QSizeGrip::moveEvent(QMoveEvent * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 430-442 |
| | 6 | 2 |
QSizeGrip::mouseReleaseEvent| Name: | QSizeGrip::mouseReleaseEvent | | Prototype: | void QSizeGrip::mouseReleaseEvent(QMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 416-425 |
| | 5 | 2 |
QSizeGrip::mousePressEvent| Name: | QSizeGrip::mousePressEvent | | Prototype: | void QSizeGrip::mousePressEvent(QMouseEvent * e) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 278-360 |
| | 48 | 12 |
QSizeGrip::mouseMoveEvent| Name: | QSizeGrip::mouseMoveEvent | | Prototype: | void QSizeGrip::mouseMoveEvent(QMouseEvent * e) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 368-411 |
| | 26 | 8 |
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: | 458-464 |
| | 1 | 1 |
QSizeGrip::eventFilter| Name: | QSizeGrip::eventFilter | | Prototype: | bool QSizeGrip::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 475-491 |
| | 10 | 2 |
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: | 496-499 |
| | 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: | 212-217 |
| | 2 | 1 |
QSizeF::transpose| Name: | QSizeF::transpose | | Prototype: | void QSizeF::transpose() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 593-598 |
| | 3 | 1 |
QSizeF::scaled| Name: | QSizeF::scaled | | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 654-674 |
| | 10 | 4 |
QSize::transpose| Name: | QSize::transpose | | Prototype: | void QSize::transpose() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 160-165 |
| | 3 | 1 |
QSize::scaled| Name: | QSize::scaled | | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 221-242 |
| | 11 | 4 |
QSingleShotTimer::~QSingleShotTimer| Name: | QSingleShotTimer::~QSingleShotTimer | | Prototype: | QSingleShotTimer::~QSingleShotTimer() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 288-294 |
| | 4 | 3 |
QSingleShotTimer::timerEvent| Name: | QSingleShotTimer::timerEvent | | Prototype: | void QSingleShotTimer::timerEvent(QTimerEvent *) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 296-320 |
| | 9 | 4 |
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: | 269-274 |
| | 2 | 1 |
QSingleShotTimer::QSingleShotTimer| Name: | QSingleShotTimer::QSingleShotTimer | | Prototype: | QSingleShotTimer::QSingleShotTimer(int msec, Qt::TimerType timerType, const QObject *r, QtPrivate::QSlotObjectBase *slotObj) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 276-286 |
| | 5 | 2 |
QSimplexConstraint::invert| Name: | QSimplexConstraint::invert | | Prototype: | void QSimplexConstraint::invert() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 654-663 |
| | 5 | 2 |
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: | 80-83 |
| | 1 | 1 |
QSimplex::solver| Name: | QSimplex::solver | | Prototype: | qreal QSimplex::solver(SolverFactor factor) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 512-547 |
| | 15 | 4 |
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: | 553-556 |
| | 1 | 1 |
QSimplex::solveMaxHelper| Name: | QSimplex::solveMaxHelper | | Prototype: | void QSimplex::solveMaxHelper() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 306-310 |
| | 2 | 2 |
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: | 562-565 |
| | 1 | 1 |
QSimplex::simplifyConstraints| Name: | QSimplex::simplifyConstraints | | Prototype: | bool QSimplex::simplifyConstraints(QList<QSimplexConstraint *> *constraints) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 597-652 |
| | 28 | 9 |
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: | 315-318 |
| | 1 | 1 |
QSimplex::setConstraints| Name: | QSimplex::setConstraints | | Prototype: | bool QSimplex::setConstraints(const QList<QSimplexConstraint *> &newConstraints) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 121-295 |
| | 79 | 19 |
QSimplex::reducedRowEchelon| Name: | QSimplex::reducedRowEchelon | | Prototype: | void QSimplex::reducedRowEchelon() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 450-456 |
| | 3 | 2 |
QSimplex::pivotRowForColumn| Name: | QSimplex::pivotRowForColumn | | Prototype: | int QSimplex::pivotRowForColumn(int column) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 425-445 |
| | 13 | 5 |
QSimplex::iterate| Name: | QSimplex::iterate | | Prototype: | bool QSimplex::iterate() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 464-497 |
| | 16 | 6 |
QSimplex::findPivotColumn| Name: | QSimplex::findPivotColumn | | Prototype: | int QSimplex::findPivotColumn() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 393-406 |
| | 7 | 3 |
QSimplex::dumpMatrix| Name: | QSimplex::dumpMatrix | | Prototype: | void QSimplex::dumpMatrix() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 345-362 |
| | 12 | 4 |
QSimplex::combineRows| Name: | QSimplex::combineRows | | Prototype: | void QSimplex::combineRows(int toIndex, int fromIndex, qreal factor) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 367-388 |
| | 11 | 5 |
QSimplex::collectResults| Name: | QSimplex::collectResults | | Prototype: | void QSimplex::collectResults() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 573-590 |
| | 6 | 4 |
QSimplex::clearRow| Name: | QSimplex::clearRow | | Prototype: | void QSimplex::clearRow(int rowIndex) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 323-328 |
| | 3 | 2 |
QSimplex::clearDataStructures| Name: | QSimplex::clearDataStructures | | Prototype: | void QSimplex::clearDataStructures() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 88-111 |
| | 14 | 3 |