Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDialogButtonBox::eventName: | QDialogButtonBox::event | Prototype: | bool QDialogButtonBox::event(QEvent *event) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 952-979 |
| | 20 | 8 |
QDialogButtonBox::clearName: | QDialogButtonBox::clear | Prototype: | void QDialogButtonBox::clear() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 658-672 |
| | 8 | 3 |
QDialogButtonBox::changeEventName: | QDialogButtonBox::changeEvent | Prototype: | void QDialogButtonBox::changeEvent(QEvent *event) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 923-947 |
| | 13 | 5 |
QDialogButtonBox::centerButtonsName: | QDialogButtonBox::centerButtons | Prototype: | bool QDialogButtonBox::centerButtons() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 914-918 |
| | 2 | 1 |
QDialogButtonBox::buttonsName: | QDialogButtonBox::buttons | Prototype: | QList<QAbstractButton *> QDialogButtonBox::buttons() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 679-689 |
| | 7 | 3 |
QDialogButtonBox::buttonRoleName: | QDialogButtonBox::buttonRole | Prototype: | QDialogButtonBox::ButtonRole QDialogButtonBox::buttonRole(QAbstractButton *button) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 697-708 |
| | 7 | 4 |
QDialogButtonBox::buttonName: | QDialogButtonBox::button | Prototype: | QPushButton *QDialogButtonBox::button(StandardButton which) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 833-837 |
| | 2 | 1 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | void QDialogButtonBox::addButton(QAbstractButton *button, ButtonRole role) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 753-763 |
| | 7 | 2 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | QPushButton *QDialogButtonBox::addButton(const QString &text, ButtonRole role) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 772-782 |
| | 7 | 2 |
QDialogButtonBox::addButtonName: | QDialogButtonBox::addButton | Prototype: | QPushButton *QDialogButtonBox::addButton(StandardButton button) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 791-795 |
| | 2 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 464-468 |
| | 1 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 475-479 |
| | 1 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(StandardButtons buttons, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 489-494 |
| | 2 | 1 |
QDialogButtonBox::QDialogButtonBoxName: | QDialogButtonBox::QDialogButtonBox | Prototype: | QDialogButtonBox::QDialogButtonBox(StandardButtons buttons, Qt::Orientation orientation, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | Lines: | 502-508 |
| | 2 | 1 |
QDialog::~QDialogName: | QDialog::~QDialog | Prototype: | QDialog::~QDialog() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 341-350 |
| | 1 | 1 |
QDialog::sizeHintName: | QDialog::sizeHint | Prototype: | QSize QDialog::sizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1021-1033 |
| | 8 | 3 |
QDialog::showExtensionName: | QDialog::showExtension | Prototype: | void QDialog::showExtension(bool showIt) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 970-1017 |
| | 35 | 8 |
QDialog::showEventName: | QDialog::showEvent | Prototype: | void QDialog::showEvent(QShowEvent *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 782-791 |
| | 6 | 3 |
QDialog::setVisibleName: | QDialog::setVisible | Prototype: | void QDialog::setVisible(bool visible) | Coverage: | 0.000% (0/73) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 705-779 |
| | 40 | 16 |
QDialog::setSizeGripEnabledName: | QDialog::setSizeGripEnabled | Prototype: | void QDialog::setSizeGripEnabled(bool enabled) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1083-1111 |
| | 15 | 5 |
QDialog::setResultName: | QDialog::setResult | Prototype: | void QDialog::setResult(int r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 468-472 |
| | 2 | 1 |
QDialog::setOrientationName: | QDialog::setOrientation | Prototype: | void QDialog::setOrientation(Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 888-892 |
| | 2 | 1 |
QDialog::setModalName: | QDialog::setModal | Prototype: | void QDialog::setModal(bool modal) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1066-1069 |
| | 1 | 1 |
QDialog::setExtensionName: | QDialog::setExtension | Prototype: | void QDialog::setExtension(QWidget* extension) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 925-937 |
| | 8 | 3 |
QDialog::resultName: | QDialog::result | Prototype: | int QDialog::result() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 454-458 |
| | 2 | 1 |
QDialog::resizeEventName: | QDialog::resizeEvent | Prototype: | void QDialog::resizeEvent(QResizeEvent *) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1116-1128 |
| | 6 | 3 |
QDialog::rejectName: | QDialog::reject | Prototype: | void QDialog::reject() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 604-607 |
| | 1 | 1 |
QDialog::orientationName: | QDialog::orientation | Prototype: | Qt::Orientation QDialog::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 905-909 |
| | 2 | 1 |
QDialog::openName: | QDialog::open | Prototype: | void QDialog::open() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 482-499 |
| | 9 | 2 |
QDialog::minimumSizeHintName: | QDialog::minimumSizeHint | Prototype: | QSize QDialog::minimumSizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1037-1050 |
| | 8 | 3 |
QDialog::keyPressEventName: | QDialog::keyPressEvent | Prototype: | void QDialog::keyPressEvent(QKeyEvent *e) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 649-679 |
| | 15 | 9 |
QDialog::isSizeGripEnabledName: | QDialog::isSizeGripEnabled | Prototype: | bool QDialog::isSizeGripEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 1072-1080 |
| | 2 | 1 |
QDialog::extensionName: | QDialog::extension | Prototype: | QWidget* QDialog::extension() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 951-955 |
| | 2 | 1 |
QDialog::execName: | QDialog::exec | Prototype: | int QDialog::exec() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 515-555 |
| | 27 | 6 |
QDialog::eventFilterName: | QDialog::eventFilter | Prototype: | bool QDialog::eventFilter(QObject *o, QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 610-613 |
| | 1 | 1 |
QDialog::doneName: | QDialog::done | Prototype: | void QDialog::done(int r) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 571-585 |
| | 10 | 3 |
QDialog::contextMenuEventName: | QDialog::contextMenuEvent | Prototype: | void QDialog::contextMenuEvent(QContextMenuEvent *e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 621-645 |
| | 15 | 6 |
QDialog::closeEventName: | QDialog::closeEvent | Prototype: | void QDialog::closeEvent(QCloseEvent *e) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 682-696 |
| | 8 | 4 |
QDialog::adjustPositionName: | QDialog::adjustPosition | Prototype: | void QDialog::adjustPosition(QWidget* w) | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 794-872 |
| | 47 | 17 |
QDialog::acceptName: | QDialog::accept | Prototype: | void QDialog::accept() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 593-596 |
| | 1 | 1 |
QDialog::QDialogName: | QDialog::QDialog | Prototype: | QDialog::QDialog(QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 322-326 |
| | 2 | 1 |
QDialog::QDialogName: | QDialog::QDialog | Prototype: | QDialog::QDialog(QDialogPrivate &dd, QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 332-335 |
| | 2 | 1 |
QDialPrivate::valueFromPointName: | QDialPrivate::valueFromPoint | Prototype: | int QDialPrivate::valueFromPoint(const QPoint &p) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 136-166 |
| | 20 | 5 |
QDialPrivate::initName: | QDialPrivate::init | Prototype: | void QDialPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 81-86 |
| | 3 | 1 |
QDialPrivate::boundName: | QDialPrivate::bound | Prototype: | int QDialPrivate::bound(int val) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 88-100 |
| | 8 | 4 |
QDialPrivate::QDialPrivateName: | QDialPrivate::QDialPrivate | Prototype: | QDialPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 62-68 |
| | 4 | 1 |
QDial::wrappingName: | QDial::wrapping | Prototype: | bool QDial::wrapping() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 366-370 |
| | 2 | 1 |
QDial::sliderChangeName: | QDial::sliderChange | Prototype: | void QDial::sliderChange(SliderChange change) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 336-339 |
| | 1 | 1 |
QDial::sizeHintName: | QDial::sizeHint | Prototype: | QSize QDial::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 469-472 |
| | 1 | 1 |
QDial::setWrappingName: | QDial::setWrapping | Prototype: | void QDial::setWrapping(bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 341-348 |
| | 5 | 2 |
QDial::setNotchesVisibleName: | QDial::setNotchesVisible | Prototype: | void QDial::setNotchesVisible(bool visible) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 433-438 |
| | 3 | 1 |
QDial::setNotchTargetName: | QDial::setNotchTarget | Prototype: | void QDial::setNotchTarget(double target) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 408-413 |
| | 3 | 1 |
QDial::resizeEventName: | QDial::resizeEvent | Prototype: | void QDial::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 256-259 |
| | 1 | 1 |
QDial::paintEventName: | QDial::paintEvent | Prototype: | void QDial::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 265-271 |
| | 4 | 1 |
QDial::notchesVisibleName: | QDial::notchesVisible | Prototype: | bool QDial::notchesVisible() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 450-454 |
| | 2 | 1 |
QDial::notchTargetName: | QDial::notchTarget | Prototype: | qreal QDial::notchTarget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 426-430 |
| | 2 | 1 |
QDial::notchSizeName: | QDial::notchSize | Prototype: | int QDial::notchSize() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 386-406 |
| | 12 | 4 |
QDial::mouseReleaseEventName: | QDial::mouseReleaseEvent | Prototype: | void QDial::mouseReleaseEvent(QMouseEvent * e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 300-311 |
| | 8 | 2 |
QDial::mousePressEventName: | QDial::mousePressEvent | Prototype: | void QDial::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 277-293 |
| | 9 | 2 |
QDial::mouseMoveEventName: | QDial::mouseMoveEvent | Prototype: | void QDial::mouseMoveEvent(QMouseEvent * e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 318-329 |
| | 8 | 2 |
QDial::minimumSizeHintName: | QDial::minimumSizeHint | Prototype: | QSize QDial::minimumSizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 460-463 |
| | 1 | 1 |
QDial::initStyleOptionName: | QDial::initStyleOption | Prototype: | void QDial::initStyleOption(QStyleOptionSlider *option) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 109-134 |
| | 20 | 3 |
QDial::eventName: | QDial::event | Prototype: | bool QDial::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 477-480 |
| | 1 | 1 |
QDial::QDialName: | QDial::QDial | Prototype: | QDial::QDial(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 241-246 |
| | 2 | 1 |
QDeviceDiscoveryUDev::~QDeviceDiscoveryUDevName: | QDeviceDiscoveryUDev::~QDeviceDiscoveryUDev | Prototype: | QDeviceDiscoveryUDev::~QDeviceDiscoveryUDev() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 88-95 |
| | 4 | 3 |
QDeviceDiscoveryUDev::scanConnectedDevicesName: | QDeviceDiscoveryUDev::scanConnectedDevices | Prototype: | QStringList QDeviceDiscoveryUDev::scanConnectedDevices() | Coverage: | 0.000% (0/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 97-153 |
| | 40 | 16 |
QDeviceDiscoveryUDev::handleUDevNotificationName: | QDeviceDiscoveryUDev::handleUDevNotification | Prototype: | void QDeviceDiscoveryUDev::handleUDevNotification() | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 155-204 |
| | 33 | 13 |
QDeviceDiscoveryUDev::checkDeviceTypeName: | QDeviceDiscoveryUDev::checkDeviceType | Prototype: | bool QDeviceDiscoveryUDev::checkDeviceType(udev_device *dev) | Coverage: | 0.000% (0/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 206-248 |
| | 27 | 13 |
QDeviceDiscoveryUDev::QDeviceDiscoveryUDevName: | QDeviceDiscoveryUDev::QDeviceDiscoveryUDev | Prototype: | QDeviceDiscoveryUDev::QDeviceDiscoveryUDev(QDeviceTypes types, struct udev *udev, QObject *parent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 66-86 |
| | 12 | 3 |
QDeviceDiscovery::createName: | QDeviceDiscovery::create | Prototype: | QDeviceDiscovery *QDeviceDiscovery::create(QDeviceTypes types, QObject *parent) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | Lines: | 49-64 |
| | 8 | 3 |
QDesktopWidgetPrivate::widgetForScreenName: | QDesktopWidgetPrivate::widgetForScreen | Prototype: | QDesktopScreenWidget *QDesktopWidgetPrivate::widgetForScreen(QScreen *qScreen) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 95-102 |
| | 4 | 3 |
QDesktopWidgetPrivate::_q_updateScreensName: | QDesktopWidgetPrivate::_q_updateScreens | Prototype: | void QDesktopWidgetPrivate::_q_updateScreens() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 104-167 |
| | 36 | 8 |
QDesktopWidgetPrivate::_q_availableGeometryChangedName: | QDesktopWidgetPrivate::_q_availableGeometryChanged | Prototype: | void QDesktopWidgetPrivate::_q_availableGeometryChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 169-174 |
| | 3 | 2 |
QDesktopWidget::screenNumberName: | QDesktopWidget::screenNumber | Prototype: | int QDesktopWidget::screenNumber(const QWidget *w) const | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 235-280 |
| | 28 | 11 |
QDesktopWidget::screenNumberName: | QDesktopWidget::screenNumber | Prototype: | int QDesktopWidget::screenNumber(const QPoint &p) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 282-304 |
| | 11 | 7 |
QDesktopWidget::screenGeometryName: | QDesktopWidget::screenGeometry | Prototype: | const QRect QDesktopWidget::screenGeometry(const QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 68-79 |
| | 8 | 3 |
QDesktopWidget::screenGeometryName: | QDesktopWidget::screenGeometry | Prototype: | const QRect QDesktopWidget::screenGeometry(int screenNo) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 224-233 |
| | 6 | 3 |
QDesktopWidget::screenName: | QDesktopWidget::screen | Prototype: | QWidget *QDesktopWidget::screen(int screen) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 205-211 |
| | 4 | 2 |
QDesktopWidget::primaryScreenName: | QDesktopWidget::primaryScreen | Prototype: | int QDesktopWidget::primaryScreen() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 195-198 |
| | 1 | 1 |
QDesktopWidget::numScreensName: | QDesktopWidget::numScreens | Prototype: | int QDesktopWidget::numScreens() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 200-203 |
| | 1 | 1 |
QDesktopWidget::isVirtualDesktopName: | QDesktopWidget::isVirtualDesktop | Prototype: | bool QDesktopWidget::isVirtualDesktop() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 190-193 |
| | 1 | 1 |
QDesktopWidget::availableGeometryName: | QDesktopWidget::availableGeometry | Prototype: | const QRect QDesktopWidget::availableGeometry(const QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 81-93 |
| | 8 | 3 |
QDesktopWidget::availableGeometryName: | QDesktopWidget::availableGeometry | Prototype: | const QRect QDesktopWidget::availableGeometry(int screenNo) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 213-222 |
| | 6 | 3 |
QDesktopWidget::QDesktopWidgetName: | QDesktopWidget::QDesktopWidget | Prototype: | QDesktopWidget::QDesktopWidget() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 176-184 |
| | 5 | 1 |
QDesktopServices::unsetUrlHandlerName: | QDesktopServices::unsetUrlHandler | Prototype: | void QDesktopServices::unsetUrlHandler(const QString &scheme) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 250-253 |
| | 1 | 1 |
QDesktopServices::storageLocationImplName: | QDesktopServices::storageLocationImpl | Prototype: | QString QDesktopServices::storageLocationImpl(QStandardPaths::StandardLocation type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 317-339 |
| | 7 | 2 |
QDesktopServices::setUrlHandlerName: | QDesktopServices::setUrlHandler | Prototype: | void QDesktopServices::setUrlHandler(const QString &scheme, QObject *receiver, const char *method) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 229-243 |
| | 11 | 2 |
QDesktopServices::openUrlName: | QDesktopServices::openUrl | Prototype: | bool QDesktopServices::openUrl(const QUrl &url) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 176-205 |
| | 20 | 6 |
QDesktopScreenWidget::setScreenGeometryName: | QDesktopScreenWidget::setScreenGeometry | Prototype: | void QDesktopScreenWidget::setScreenGeometry(const QRect &geometry) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 55-59 |
| | 2 | 1 |
QDesktopScreenWidget::screenNumberName: | QDesktopScreenWidget::screenNumber | Prototype: | int QDesktopScreenWidget::screenNumber() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 61-66 |
| | 3 | 1 |
QDesktopScreenWidget::QDesktopScreenWidgetName: | QDesktopScreenWidget::QDesktopScreenWidget | Prototype: | QDesktopScreenWidget::QDesktopScreenWidget(QScreen *screen, const QRect &geometry) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | Lines: | 46-53 |
| | 4 | 2 |
QDefaultItemEditorFactory::valuePropertyNameName: | QDefaultItemEditorFactory::valuePropertyName | Prototype: | QByteArray QDefaultItemEditorFactory::valuePropertyName(int userType) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 284-310 |
| | 7 | 10 |
QDefaultItemEditorFactory::createEditorName: | QDefaultItemEditorFactory::createEditor | Prototype: | QWidget *QDefaultItemEditorFactory::createEditor(int userType, QWidget *parent) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 220-282 |
| | 34 | 12 |
QDefaultFactoryCleaner::~QDefaultFactoryCleanerName: | QDefaultFactoryCleaner::~QDefaultFactoryCleaner | Prototype: | ~QDefaultFactoryCleaner() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 316-316 |
| | 1 | 1 |
QDateTimeParser::stateNameName: | QDateTimeParser::stateName | Prototype: | QString QDateTimeParser::stateName(State s) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1641-1649 |
| | 5 | 5 |
QDateTimeParser::SectionNode::nameName: | QDateTimeParser::SectionNode::name | Prototype: | QString QDateTimeParser::SectionNode::name(QDateTimeParser::Section s) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1614-1634 |
| | 17 | 17 |
QDateTimeEditPrivate::valueFromTextName: | QDateTimeEditPrivate::valueFromText | Prototype: | QVariant QDateTimeEditPrivate::valueFromText(const QString &f) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 1977-1981 |
| | 2 | 1 |
QDateTimeEditPrivate::validateAndInterpretName: | QDateTimeEditPrivate::validateAndInterpret | Prototype: | QDateTime QDateTimeEditPrivate::validateAndInterpret(QString &input, int &position, QValidator::State &state, bool fixup) const | Coverage: | 0.000% (0/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 1902-1957 |
| | 39 | 12 |
QDateTimeEditPrivate::updateTimeSpecName: | QDateTimeEditPrivate::updateTimeSpec | Prototype: | void QDateTimeEditPrivate::updateTimeSpec() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 1689-1703 |
| | 8 | 3 |
QDateTimeEditPrivate::updateEditFieldGeometryName: | QDateTimeEditPrivate::updateEditFieldGeometry | Prototype: | void QDateTimeEditPrivate::updateEditFieldGeometry() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2465-2480 |
| | 10 | 2 |