| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPrinterInfo::operator=| Name: | QPrinterInfo::operator= | | Prototype: | QPrinterInfo &QPrinterInfo::operator=(const QPrinterInfo &other) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 136-144 |
| | 5 | 2 |
QPrinterInfo::supportedDuplexModes| Name: | QPrinterInfo::supportedDuplexModes | | Prototype: | QList<QPrinter::DuplexMode> QPrinterInfo::supportedDuplexModes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 379-388 |
| | 7 | 2 |
QPrinterInfo::supportedPaperSizes| Name: | QPrinterInfo::supportedPaperSizes | | Prototype: | QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 315-324 |
| | 7 | 2 |
QPrinterInfo::supportedSizesWithNames| Name: | QPrinterInfo::supportedSizesWithNames | | Prototype: | QList<QPair<QString, QSizeF> > QPrinterInfo::supportedSizesWithNames() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 337-346 |
| | 7 | 2 |
QPrinterInfoPrivateDeleter::cleanup| Name: | QPrinterInfoPrivateDeleter::cleanup | | Prototype: | static inline void cleanup(QPrinterInfoPrivate *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 46-50 |
| | 2 | 2 |
QPrinterPagedPaintDevicePrivate::setPageLayout| Name: | QPrinterPagedPaintDevicePrivate::setPageLayout | | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 232-247 |
| | 7 | 2 |
QPrinterPagedPaintDevicePrivate::setPageSize| Name: | QPrinterPagedPaintDevicePrivate::setPageSize | | Prototype: | bool setPageSize(const QPageSize &pageSize) override | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 249-265 |
| | 7 | 2 |
QPrinterPrivate::init| Name: | QPrinterPrivate::init | | Prototype: | void QPrinterPrivate::init(const QPrinterInfo &printer, QPrinter::PrinterMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 703-713 |
| | 5 | 2 |
QPrinterPrivate::previewPages| Name: | QPrinterPrivate::previewPages | | Prototype: | QList<const QPicture *> QPrinterPrivate::previewPages() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 189-194 |
| | 3 | 2 |
QProcess::close| Name: | QProcess::close | | Prototype: | void QProcess::close() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1688-1698 |
| | 7 | 2 |
QProcess::closeReadChannel| Name: | QProcess::closeReadChannel | | Prototype: | void QProcess::closeReadChannel(ProcessChannel channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1387-1395 |
| | 4 | 2 |
QProcess::closeWriteChannel| Name: | QProcess::closeWriteChannel | | Prototype: | void QProcess::closeWriteChannel() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1415-1421 |
| | 4 | 2 |
QProcess::execute| Name: | QProcess::execute | | Prototype: | int QProcess::execute(const QString &command) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2446-2454 |
| | 6 | 2 |
QProcess::execute| Name: | QProcess::execute | | Prototype: | int QProcess::execute(const QString &program, const QStringList &arguments) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2423-2431 |
| | 6 | 2 |
QProcess::nullDevice| Name: | QProcess::nullDevice | | Prototype: | QString QProcess::nullDevice() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2593-2600 |
| | 0 | 2 |
QProcess::setArguments| Name: | QProcess::setArguments | | Prototype: | void QProcess::setArguments(const QStringList &arguments) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2334-2342 |
| | 5 | 2 |
QProcess::setProcessState| Name: | QProcess::setProcessState | | Prototype: | void QProcess::setProcessState(ProcessState state) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1930-1937 |
| | 5 | 2 |
QProcess::setProgram| Name: | QProcess::setProgram | | Prototype: | void QProcess::setProgram(const QString &program) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2303-2311 |
| | 5 | 2 |
QProcess::start| Name: | QProcess::start | | Prototype: | void QProcess::start(const QString &command, OpenMode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2267-2279 |
| | 7 | 2 |
QProcess::startDetached| Name: | QProcess::startDetached | | Prototype: | bool QProcess::startDetached(const QString &command) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2512-2521 |
| | 5 | 2 |
QProcess::systemEnvironment| Name: | QProcess::systemEnvironment | | Prototype: | QStringList QProcess::systemEnvironment() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2554-2562 |
| | 6 | 2 |
QProcess::waitForStarted| Name: | QProcess::waitForStarted | | Prototype: | bool QProcess::waitForStarted(int msecs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1846-1853 |
| | 4 | 2 |
QProcess::~QProcess| Name: | QProcess::~QProcess | | Prototype: | QProcess::~QProcess() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1254-1268 |
| | 8 | 2 |
QProcessEnvironment::clear| Name: | QProcessEnvironment::clear | | Prototype: | void QProcessEnvironment::clear() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 306-312 |
| | 2 | 2 |
QProcessEnvironment::contains| Name: | QProcessEnvironment::contains | | Prototype: | bool QProcessEnvironment::contains(const QString &name) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 321-327 |
| | 4 | 2 |
QProcessEnvironment::insert| Name: | QProcessEnvironment::insert | | Prototype: | void QProcessEnvironment::insert(const QProcessEnvironment &e) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 426-434 |
| | 4 | 2 |
QProcessEnvironment::keys| Name: | QProcessEnvironment::keys | | Prototype: | QStringList QProcessEnvironment::keys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 411-417 |
| | 4 | 2 |
QProcessEnvironment::remove| Name: | QProcessEnvironment::remove | | Prototype: | void QProcessEnvironment::remove(const QString &name) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 356-362 |
| | 3 | 2 |
QProcessEnvironment::toStringList| Name: | QProcessEnvironment::toStringList | | Prototype: | QStringList QProcessEnvironment::toStringList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 397-403 |
| | 4 | 2 |
QProcessEnvironmentPrivate::keys| Name: | QProcessEnvironmentPrivate::keys | | Prototype: | QStringList QProcessEnvironmentPrivate::keys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 186-195 |
| | 7 | 2 |
QProcessEnvironmentPrivate::toList| Name: | QProcessEnvironmentPrivate::toList | | Prototype: | QStringList QProcessEnvironmentPrivate::toList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 159-166 |
| | 5 | 2 |
QProcessPrivate::bytesAvailableInChannel| Name: | QProcessPrivate::bytesAvailableInChannel | | Prototype: | qint64 QProcessPrivate::bytesAvailableInChannel(const Channel *channel) const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 655-666 |
| | 6 | 2 |
QProcessPrivate::closeWriteChannel| Name: | QProcessPrivate::closeWriteChannel | | Prototype: | void QProcessPrivate::closeWriteChannel() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1220-1235 |
| | 4 | 2 |
QProcessPrivate::killProcess| Name: | QProcessPrivate::killProcess | | Prototype: | void QProcessPrivate::killProcess() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 725-732 |
| | 2 | 2 |
QProcessPrivate::readFromChannel| Name: | QProcessPrivate::readFromChannel | | Prototype: | qint64 QProcessPrivate::readFromChannel(const Channel *channel, char *data, qint64 maxlen) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 668-682 |
| | 5 | 2 |
QProcessPrivate::terminateProcess| Name: | QProcessPrivate::terminateProcess | | Prototype: | void QProcessPrivate::terminateProcess() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 716-723 |
| | 2 | 2 |
QProcessPrivate::waitForStarted| Name: | QProcessPrivate::waitForStarted | | Prototype: | bool QProcessPrivate::waitForStarted(int msecs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 734-756 |
| | 6 | 2 |
QProgressBar::minimumSizeHint| Name: | QProgressBar::minimumSizeHint | | Prototype: | QSize QProgressBar::minimumSizeHint() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 438-446 |
| | 5 | 2 |
QProgressBar::reset| Name: | QProgressBar::reset | | Prototype: | void QProgressBar::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 260-267 |
| | 5 | 2 |
QProgressBar::setAlignment| Name: | QProgressBar::setAlignment | | Prototype: | void QProgressBar::setAlignment(Qt::Alignment alignment) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 394-400 |
| | 3 | 2 |
QProgressBar::setFormat| Name: | QProgressBar::setFormat | | Prototype: | void QProgressBar::setFormat(const QString &format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 606-614 |
| | 6 | 2 |
QProgressBar::setTextVisible| Name: | QProgressBar::setTextVisible | | Prototype: | void QProgressBar::setTextVisible(bool visible) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 376-383 |
| | 4 | 2 |
QProgressBar::sizeHint| Name: | QProgressBar::sizeHint | | Prototype: | QSize QProgressBar::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 422-433 |
| | 9 | 2 |
QProgressBarPrivate::init| Name: | QProgressBarPrivate::init | | Prototype: | void QProgressBarPrivate::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 95-104 |
| | 7 | 2 |
QProgressBarPrivate::initDefaultFormat| Name: | QProgressBarPrivate::initDefaultFormat | | Prototype: | void QProgressBarPrivate::initDefaultFormat() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 89-93 |
| | 2 | 2 |
QProgressDialog::forceShow| Name: | QProgressDialog::forceShow | | Prototype: | void QProgressDialog::forceShow() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 856-865 |
| | 6 | 2 |
QProgressDialog::labelText| Name: | QProgressDialog::labelText | | Prototype: | QString QProgressDialog::labelText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 379-385 |
| | 4 | 2 |
QProgressDialog::setLabelText| Name: | QProgressDialog::setLabelText | | Prototype: | void QProgressDialog::setLabelText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 387-394 |
| | 4 | 2 |
QProgressDialog::setMinimumDuration| Name: | QProgressDialog::setMinimumDuration | | Prototype: | void QProgressDialog::setMinimumDuration(int ms) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 768-776 |
| | 5 | 2 |
QProgressDialog::sizeHint| Name: | QProgressDialog::sizeHint | | Prototype: | QSize QProgressDialog::sizeHint() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 719-730 |
| | 9 | 2 |
QProgressDialogPrivate::_q_disconnectOnClose| Name: | QProgressDialogPrivate::_q_disconnectOnClose | | Prototype: | void QProgressDialogPrivate::_q_disconnectOnClose() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 190-199 |
| | 6 | 2 |
QProgressDialogPrivate::ensureSizeIsAtLeastSizeHint| Name: | QProgressDialogPrivate::ensureSizeIsAtLeastSizeHint | | Prototype: | void QProgressDialogPrivate::ensureSizeIsAtLeastSizeHint() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 507-515 |
| | 5 | 2 |
QProgressDialogPrivate::init| Name: | QProgressDialogPrivate::init | | Prototype: | void QProgressDialogPrivate::init(const QString &labelText, const QString &cancelText, int min, int max) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 114-136 |
| | 17 | 2 |
QProgressDialogPrivate::retranslateStrings| Name: | QProgressDialogPrivate::retranslateStrings | | Prototype: | void QProgressDialogPrivate::retranslateStrings() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 184-188 |
| | 2 | 2 |
QProgressStyleAnimation::progressStep| Name: | QProgressStyleAnimation::progressStep | | Prototype: | int QProgressStyleAnimation::progressStep(int width) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 146-153 |
| | 5 | 2 |
QPropertyAnimation::setPropertyName| Name: | QPropertyAnimation::setPropertyName | | Prototype: | void QPropertyAnimation::setPropertyName(const QByteArray &propertyName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 217-227 |
| | 6 | 2 |
QProxyStyle::QProxyStyle| Name: | QProxyStyle::QProxyStyle | | Prototype: | QProxyStyle::QProxyStyle(QStyle *style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 115-124 |
| | 5 | 2 |
QProxyStyle::QProxyStyle| Name: | QProxyStyle::QProxyStyle | | Prototype: | QProxyStyle::QProxyStyle(const QString &key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 134-144 |
| | 6 | 2 |
QPushButton::autoDefault| Name: | QPushButton::autoDefault | | Prototype: | bool QPushButton::autoDefault() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 357-363 |
| | 4 | 2 |
QPushButton::setAutoDefault| Name: | QPushButton::setAutoDefault | | Prototype: | void QPushButton::setAutoDefault(bool enable) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 345-355 |
| | 8 | 2 |
QPushButton::setFlat| Name: | QPushButton::setFlat | | Prototype: | void QPushButton::setFlat(bool flat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 642-652 |
| | 8 | 2 |
QPushButton::showMenu| Name: | QPushButton::showMenu | | Prototype: | void QPushButton::showMenu() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 563-570 |
| | 5 | 2 |
QQuaternion::fromAxisAndAngle| Name: | QQuaternion::fromAxisAndAngle | | Prototype: | QQuaternion QQuaternion::fromAxisAndAngle (float x, float y, float z, float angle) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 461-474 |
| | 9 | 2 |
QQuaternion::normalize| Name: | QQuaternion::normalize | | Prototype: | void QQuaternion::normalize() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 281-297 |
| | 11 | 2 |
QRadioButton::event| Name: | QRadioButton::event | | Prototype: | bool QRadioButton::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 258-268 |
| | 4 | 2 |
QRasterBuffer::prepare| Name: | QRasterBuffer::prepare | | Prototype: | QImage::Format QRasterBuffer::prepare(QImage *image) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3659-3677 |
| | 13 | 2 |
QRasterPaintEngine::clipEnabledChanged| Name: | QRasterPaintEngine::clipEnabledChanged | | Prototype: | void QRasterPaintEngine::clipEnabledChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 939-953 |
| | 6 | 2 |
QRasterPaintEngine::clipType| Name: | QRasterPaintEngine::clipType | | Prototype: | QRasterPaintEngine::ClipType QRasterPaintEngine::clipType() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3422-3431 |
| | 5 | 2 |
QRasterPaintEngine::createState| Name: | QRasterPaintEngine::createState | | Prototype: | QPainterState *QRasterPaintEngine::createState(QPainterState *orig) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 652-661 |
| | 5 | 2 |
QRasterPaintEngine::fillRect| Name: | QRasterPaintEngine::fillRect | | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1761-1773 |
| | 5 | 2 |
QRasterPaintEngine::fillRect| Name: | QRasterPaintEngine::fillRect | | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QColor &color) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1778-1795 |
| | 9 | 2 |
QRasterPaintEngine::requiresPretransformedGlyphPositions| Name: | QRasterPaintEngine::requiresPretransformedGlyphPositions | | Prototype: | bool QRasterPaintEngine::requiresPretransformedGlyphPositions(QFontEngine *fontEngine, const QTransform &m) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3285-3293 |
| | 3 | 2 |
QRasterPaintEngine::updateBrush| Name: | QRasterPaintEngine::updateBrush | | Prototype: | void QRasterPaintEngine::updateBrush(const QBrush &brush) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 804-819 |
| | 9 | 2 |
QRasterPaintEnginePrivate::getPenFunc| Name: | QRasterPaintEnginePrivate::getPenFunc | | Prototype: | inline ProcessSpans QRasterPaintEnginePrivate::getPenFunc(const QRectF &rect, const QSpanData *data) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2936-2947 |
| | 6 | 2 |
QRasterPaintEnginePrivate::initializeRasterizer| Name: | QRasterPaintEnginePrivate::initializeRasterizer | | Prototype: | void QRasterPaintEnginePrivate::initializeRasterizer(QSpanData *data) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3452-3476 |
| | 15 | 2 |
QRasterPaintEngineState::~QRasterPaintEngineState| Name: | QRasterPaintEngineState::~QRasterPaintEngineState | | Prototype: | QRasterPaintEngineState::~QRasterPaintEngineState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 594-598 |
| | 2 | 2 |
QRasterPlatformPixmap::fromData| Name: | QRasterPlatformPixmap::fromData | | Prototype: | bool QRasterPlatformPixmap::fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 119-131 |
| | 8 | 2 |
QRasterPlatformPixmap::fromImageReader| Name: | QRasterPlatformPixmap::fromImageReader | | Prototype: | void QRasterPlatformPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 146-155 |
| | 5 | 2 |
QRasterPlatformPixmap::scroll| Name: | QRasterPlatformPixmap::scroll | | Prototype: | bool QRasterPlatformPixmap::scroll(int dx, int dy, const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 165-170 |
| | 3 | 2 |
QRasterWindowPrivate::beginPaint| Name: | QRasterWindowPrivate::beginPaint | | Prototype: | void beginPaint(const QRegion ®ion) override | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 73-82 |
| | 6 | 2 |
QRawFont::boundingRect| Name: | QRawFont::boundingRect | | Prototype: | QRectF QRawFont::boundingRect(quint32 glyphIndex) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 772-779 |
| | 4 | 2 |
QRawFont::fontTable| Name: | QRawFont::fontTable | | Prototype: | QByteArray QRawFont::fontTable(const char *tagName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 628-634 |
| | 3 | 2 |
QRawFont::loadFromFile| Name: | QRawFont::loadFromFile | | Prototype: | void QRawFont::loadFromFile(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 231-238 |
| | 3 | 2 |
QRawFont::pathForGlyph| Name: | QRawFont::pathForGlyph | | Prototype: | QPainterPath QRawFont::pathForGlyph(quint32 glyphIndex) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 292-301 |
| | 6 | 2 |
QRawFont::setPixelSize| Name: | QRawFont::setPixelSize | | Prototype: | void QRawFont::setPixelSize(qreal pixelSize) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 746-753 |
| | 4 | 2 |
QReadWriteLock::lockForRead| Name: | QReadWriteLock::lockForRead | | Prototype: | void QReadWriteLock::lockForRead() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 175-180 |
| | 3 | 2 |
QReadWriteLock::~QReadWriteLock| Name: | QReadWriteLock::~QReadWriteLock | | Prototype: | QReadWriteLock::~QReadWriteLock() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 156-164 |
| | 5 | 2 |
QRect_unite| Name: | QRect_unite | | Prototype: | static inline void QRect_unite(QRect *rect, const QRect &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 953-961 |
| | 4 | 2 |
QRecursiveMutexPrivate::unlock| Name: | QRecursiveMutexPrivate::unlock | | Prototype: | inline void QRecursiveMutexPrivate::unlock() noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 654-662 |
| | 4 | 2 |
QRegExp::errorString| Name: | QRegExp::errorString | | Prototype: | QString QRegExp::errorString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4490-4497 |
| | 3 | 2 |
QRegExp::exactMatch| Name: | QRegExp::exactMatch | | Prototype: | bool QRegExp::exactMatch(const QString &str) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4244-4255 |
| | 7 | 2 |
QRegExp::indexIn| Name: | QRegExp::indexIn | | Prototype: | int QRegExp::indexIn(const QString &str, int offset, CaretMode caretMode) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4286-4294 |
| | 6 | 2 |
QRegExp::isValid| Name: | QRegExp::isValid | | Prototype: | bool QRegExp::isValid() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4093-4101 |
| | 4 | 2 |
QRegExp::pos| Name: | QRegExp::pos | | Prototype: | int QRegExp::pos(int nth) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4468-4474 |
| | 3 | 2 |
QRegExp::setCaseSensitivity| Name: | QRegExp::setCaseSensitivity | | Prototype: | void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4148-4154 |
| | 3 | 2 |
QRegExp::setPattern| Name: | QRegExp::setPattern | | Prototype: | void QRegExp::setPattern(const QString &pattern) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4121-4127 |
| | 3 | 2 |
QRegExp::setPatternSyntax| Name: | QRegExp::setPatternSyntax | | Prototype: | void QRegExp::setPatternSyntax(PatternSyntax syntax) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4182-4188 |
| | 3 | 2 |
QRegExpEngine::Box::set| Name: | QRegExpEngine::Box::set | | Prototype: | void QRegExpEngine::Box::set(int bref) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2513-2524 |
| | 7 | 2 |
QRegExpEngine::QRegExpEngine| Name: | QRegExpEngine::QRegExpEngine | | Prototype: | QRegExpEngine::QRegExpEngine(const QRegExpEngineKey &key) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1347-1362 |
| | 6 | 2 |
QRegExpEngine::addAnchors| Name: | QRegExpEngine::addAnchors | | Prototype: | void QRegExpEngine::addAnchors(int from, int to, int a) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1597-1603 |
| | 4 | 2 |