Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSocks5SocketEngine::bindName: | 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::acceptName: | 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::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: | 974-977 |
| | 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: | 452-455 |
| | 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: | 492-495 |
| | 1 | 1 |
QSocks5PasswordAuthenticator::continueAuthenticateName: | 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::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: | 457-472 |
| | 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: | 446-450 |
| | 2 | 1 |
QSocks5BindStore::timerEventName: | 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::retrieveName: | 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::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: | 358-362 |
| | 2 | 1 |
QSocks5BindStore::addName: | 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::QSocks5BindStoreName: | 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::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: | 435-439 |
| | 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: | 441-444 |
| | 1 | 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: | 429-433 |
| | 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: | 410-413 |
| | 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: | 422-427 |
| | 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: | 415-420 |
| | 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: | 156-159 |
| | 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: | 190-194 |
| | 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: | 179-183 |
| | 2 | 1 |
QSocketNotifier::setEnabledName: | 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::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: | 201-205 |
| | 2 | 1 |
QSocketNotifier::eventName: | 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::QSocketNotifierName: | 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::~QSocketEngineHandlerName: | 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::QSocketEngineHandlerName: | 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::~QSockNotTypeName: | 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::QSockNotTypeName: | 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::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: | 321-324 |
| | 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: | 51-55 |
| | 2 | 1 |
QSlotObjectBaseDeleter::cleanupName: | 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::updateHoverControlName: | 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::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: | 84-90 |
| | 4 | 1 |
QSliderPrivate::pixelPosToRangeValueName: | 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::pickName: | 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::newHoverControlName: | 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::initName: | 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::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: | 518-521 |
| | 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: | 541-544 |
| | 1 | 1 |
QSlider::sizeHintName: | 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::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: | 509-516 |
| | 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: | 535-539 |
| | 2 | 1 |
QSlider::paintEventName: | 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::mouseReleaseEventName: | 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::mousePressEventName: | 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::mouseMoveEventName: | 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::minimumSizeHintName: | 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::initStyleOptionName: | 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::eventName: | 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::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: | 280-285 |
| | 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: | 293-298 |
| | 2 | 1 |
QSizePolicy::setControlTypeName: | 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::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: | 229-232 |
| | 1 | 1 |
QSizeGripPrivate::updateTopLevelWidgetName: | 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::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: | 220-231 |
| | 6 | 1 |
QSizeGripPrivate::cornerName: | 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::atLeftName: | 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::atBottomName: | 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_showIfNotHiddenName: | 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::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: | 130-137 |
| | 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: | 244-250 |
| | 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: | 447-453 |
| | 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: | 469-472 |
| | 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: | 259-268 |
| | 7 | 1 |
QSizeGrip::moveEventName: | 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::mouseReleaseEventName: | 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::mousePressEventName: | 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::mouseMoveEventName: | 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::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: | 458-464 |
| | 1 | 1 |
QSizeGrip::eventFilterName: | 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::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: | 496-499 |
| | 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: | 212-217 |
| | 2 | 1 |
QSizeF::transposeName: | 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::scaledName: | 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::transposeName: | 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::scaledName: | 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::~QSingleShotTimerName: | 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::timerEventName: | 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::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: | 269-274 |
| | 2 | 1 |
QSingleShotTimer::QSingleShotTimerName: | 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::invertName: | 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::~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: | 80-83 |
| | 1 | 1 |
QSimplex::solverName: | 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::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: | 553-556 |
| | 1 | 1 |
QSimplex::solveMaxHelperName: | 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::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: | 562-565 |
| | 1 | 1 |
QSimplex::simplifyConstraintsName: | 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::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: | 315-318 |
| | 1 | 1 |
QSimplex::setConstraintsName: | 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::reducedRowEchelonName: | 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::pivotRowForColumnName: | 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::iterateName: | 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::findPivotColumnName: | 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::dumpMatrixName: | 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::combineRowsName: | 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::collectResultsName: | 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::clearRowName: | 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::clearDataStructuresName: | 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 |