| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDialogButtonBox::event| Name: | 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::clear| Name: | 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::changeEvent| Name: | 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::centerButtons| Name: | 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::buttons| Name: | 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::buttonRole| Name: | 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::button| Name: | 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::addButton| Name: | 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::addButton| Name: | 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::addButton| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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::QDialogButtonBox| Name: | 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::~QDialog| Name: | 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::sizeHint| Name: | 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::showExtension| Name: | 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::showEvent| Name: | 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::setVisible| Name: | 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::setSizeGripEnabled| Name: | 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::setResult| Name: | 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::setOrientation| Name: | 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::setModal| Name: | 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::setExtension| Name: | 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::result| Name: | 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::resizeEvent| Name: | 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::reject| Name: | 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::orientation| Name: | 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::open| Name: | 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::minimumSizeHint| Name: | 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::keyPressEvent| Name: | 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::isSizeGripEnabled| Name: | 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::extension| Name: | 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::exec| Name: | 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::eventFilter| Name: | 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::done| Name: | 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::contextMenuEvent| Name: | 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::closeEvent| Name: | 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::adjustPosition| Name: | 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::accept| Name: | 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::QDialog| Name: | 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::QDialog| Name: | 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::valueFromPoint| Name: | 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::init| Name: | 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::bound| Name: | 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::QDialPrivate| Name: | 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::wrapping| Name: | 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::sliderChange| Name: | 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::sizeHint| Name: | 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::setWrapping| Name: | 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::setNotchesVisible| Name: | 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::setNotchTarget| Name: | 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::resizeEvent| Name: | 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::paintEvent| Name: | 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::notchesVisible| Name: | 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::notchTarget| Name: | 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::notchSize| Name: | 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::mouseReleaseEvent| Name: | 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::mousePressEvent| Name: | 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::mouseMoveEvent| Name: | 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::minimumSizeHint| Name: | 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::initStyleOption| Name: | 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::event| Name: | 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::QDial| Name: | 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::~QDeviceDiscoveryUDev| Name: | 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::scanConnectedDevices| Name: | 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::handleUDevNotification| Name: | 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::checkDeviceType| Name: | 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::QDeviceDiscoveryUDev| Name: | 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::create| Name: | 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::widgetForScreen| Name: | 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_updateScreens| Name: | 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_availableGeometryChanged| Name: | 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::screenNumber| Name: | 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::screenNumber| Name: | 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::screenGeometry| Name: | 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::screenGeometry| Name: | 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::screen| Name: | 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::primaryScreen| Name: | 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::numScreens| Name: | 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::isVirtualDesktop| Name: | 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::availableGeometry| Name: | 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::availableGeometry| Name: | 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::QDesktopWidget| Name: | 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::unsetUrlHandler| Name: | 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::storageLocationImpl| Name: | 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::setUrlHandler| Name: | 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::openUrl| Name: | 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::setScreenGeometry| Name: | 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::screenNumber| Name: | 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::QDesktopScreenWidget| Name: | 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::valuePropertyName| Name: | 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::createEditor| Name: | 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::~QDefaultFactoryCleaner| Name: | 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::stateName| Name: | 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::name| Name: | 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::valueFromText| Name: | 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::validateAndInterpret| Name: | 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::updateTimeSpec| Name: | 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::updateEditFieldGeometry| Name: | 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 |