| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 QQuaternion::fromRotationMatrix| Name:  | QQuaternion::fromRotationMatrix |  | Prototype:  | QQuaternion QQuaternion::fromRotationMatrix(const QMatrix3x3 &rot3x3) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp |  | Lines:  | 654-687 |  
  |  | 22 | 4 | 
 QPushButton::setDefault| Name:  | QPushButton::setDefault |  | Prototype:  | void QPushButton::setDefault(bool enable) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp |  | Lines:  | 365-382 |  
  |  | 12 | 4 | 
 QPushButton::keyPressEvent| Name:  | QPushButton::keyPressEvent |  | Prototype:  | void QPushButton::keyPressEvent(QKeyEvent *e) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp |  | Lines:  | 460-474 |  
  |  | 6 | 4 | 
 QPushButton::focusOutEvent| Name:  | QPushButton::focusOutEvent |  | Prototype:  | void QPushButton::focusOutEvent(QFocusEvent *e) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp |  | Lines:  | 494-510 |  
  |  | 9 | 4 | 
 QPropertyAnimationPrivate::updateProperty| Name:  | QPropertyAnimationPrivate::updateProperty |  | Prototype:  | void QPropertyAnimationPrivate::updateProperty(const QVariant &newValue) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp |  | Lines:  | 125-145 |  
  |  | 11 | 4 | 
 QProgressDialogPrivate::adoptChildWidget| Name:  | QProgressDialogPrivate::adoptChildWidget |  | Prototype:  | void QProgressDialogPrivate::adoptChildWidget(QWidget *c) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp |  | Lines:  | 492-505 |  
  |  | 8 | 4 | 
 QProgressDialog::setCancelButton| Name:  | QProgressDialog::setCancelButton |  | Prototype:  | void QProgressDialog::setCancelButton(QPushButton *cancelButton) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp |  | Lines:  | 407-430 |  
  |  | 13 | 4 | 
 QProgressDialog::setBar| Name:  | QProgressDialog::setBar |  | Prototype:  | void QProgressDialog::setBar(QProgressBar *bar) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp |  | Lines:  | 471-490 |  
  |  | 13 | 4 | 
 QProgressBar::setValue| Name:  | QProgressBar::setValue |  | Prototype:  | void QProgressBar::setValue(int value) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp |  | Lines:  | 316-333 |  
  |  | 12 | 4 | 
 QProgressBar::event| Name:  | QProgressBar::event |  | Prototype:  | bool QProgressBar::event(QEvent *e) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp |  | Lines:  | 574-591 |  
  |  | 8 | 4 | 
 QProcessPrivate::writeToStdin| Name:  | QProcessPrivate::writeToStdin |  | Prototype:  | bool QProcessPrivate::writeToStdin() |  | Coverage:  |  75.000% (9/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp |  | Lines:  | 684-714 |  
  |  | 15 | 4 | 
 QProcessPrivate::waitForDeadChild| Name:  | QProcessPrivate::waitForDeadChild |  | Prototype:  | bool QProcessPrivate::waitForDeadChild() |  | Coverage:  |  57.143% (8/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp |  | Lines:  | 906-930 |  
  |  | 12 | 4 | 
 QProcessPoller::QProcessPoller| Name:  | QProcessPoller::QProcessPoller |  | Prototype:  | QProcessPoller::QProcessPoller(const QProcessPrivate &proc) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp |  | Lines:  | 142-159 |  
  |  | 10 | 4 | 
 QProcessEnvironment::operator==| Name:  | QProcessEnvironment::operator== |  | Prototype:  | bool QProcessEnvironment::operator==(const QProcessEnvironment &other) const |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 272-286 |  
  |  | 8 | 4 | 
 QProcess::waitForReadyRead| Name:  | QProcess::waitForReadyRead |  | Prototype:  | bool QProcess::waitForReadyRead(int msecs) |  | Coverage:  | 100.000% (14/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1857-1868 |  
  |  | 8 | 4 | 
 QProcess::waitForFinished| Name:  | QProcess::waitForFinished |  | Prototype:  | bool QProcess::waitForFinished(int msecs) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1908-1923 |  
  |  | 11 | 4 | 
 QProcess::waitForBytesWritten| Name:  | QProcess::waitForBytesWritten |  | Prototype:  | bool QProcess::waitForBytesWritten(int msecs) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1872-1887 |  
  |  | 11 | 4 | 
 QPrinterPrivate::initEngines| Name:  | QPrinterPrivate::initEngines |  | Prototype:  | void QPrinterPrivate::initEngines(QPrinter::OutputFormat format, const QPrinterInfo &printer) |  | Coverage:  |  53.846% (7/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 129-159 |  
  |  | 19 | 4 | 
 QPrinterPrivate::findValidPrinter| Name:  | QPrinterPrivate::findValidPrinter |  | Prototype:  | QPrinterInfo QPrinterPrivate::findValidPrinter(const QPrinterInfo &printer) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 114-127 |  
  |  | 8 | 4 | 
 QPrinter::setOutputFormat| Name:  | QPrinter::setOutputFormat |  | Prototype:  | void QPrinter::setOutputFormat(OutputFormat format) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 787-801 |  
  |  | 8 | 4 | 
 QPrinter::setOutputFileName| Name:  | QPrinter::setOutputFileName |  | Prototype:  | void QPrinter::setOutputFileName(const QString &fileName) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 925-937 |  
  |  | 8 | 4 | 
 QPrintPreviewWidgetPrivate::setCurrentPage| Name:  | QPrintPreviewWidgetPrivate::setCurrentPage |  | Prototype:  | void QPrintPreviewWidgetPrivate::setCurrentPage(int pageNumber) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 413-432 |  
  |  | 12 | 4 | 
 QPrintPreviewWidgetPrivate::calcCurrentPage| Name:  | QPrintPreviewWidgetPrivate::calcCurrentPage |  | Prototype:  | int QPrintPreviewWidgetPrivate::calcCurrentPage() |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 293-311 |  
  |  | 14 | 4 | 
 QPrintPreviewDialogPrivate::setFitting| Name:  | QPrintPreviewDialogPrivate::setFitting |  | Prototype:  | void QPrintPreviewDialogPrivate::setFitting(bool on) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp |  | Lines:  | 448-465 |  
  |  | 11 | 4 | 
 QPrintPreviewDialogPrivate::_q_setMode| Name:  | QPrintPreviewDialogPrivate::_q_setMode |  | Prototype:  | void QPrintPreviewDialogPrivate::_q_setMode(QAction* action) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp |  | Lines:  | 543-564 |  
  |  | 16 | 4 | 
 QPpmHandler::read| Name:  | QPpmHandler::read |  | Prototype:  | bool QPpmHandler::read(QImage *image) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp |  | Lines:  | 468-485 |  
  |  | 10 | 4 | 
 QPolygonF::containsPoint| Name:  | QPolygonF::containsPoint |  | Prototype:  | bool QPolygonF::containsPoint(const QPointF &pt, Qt::FillRule fillRule) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp |  | Lines:  | 830-852 |  
  |  | 14 | 4 | 
 QPolygon::putPoints| Name:  | QPolygon::putPoints |  | Prototype:  | void QPolygon::putPoints(int index, int nPoints, const QPolygon & from, int fromIndex) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp |  | Lines:  | 423-434 |  
  |  | 8 | 4 | 
 QPolygon::putPoints| Name:  | QPolygon::putPoints |  | Prototype:  | void QPolygon::putPoints(int index, int nPoints, int firstx, int firsty, ...) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp |  | Lines:  | 393-409 |  
  |  | 13 | 4 | 
 QPolygon::containsPoint| Name:  | QPolygon::containsPoint |  | Prototype:  | bool QPolygon::containsPoint(const QPoint &pt, Qt::FillRule fillRule) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp |  | Lines:  | 861-883 |  
  |  | 14 | 4 | 
 QPluginLoader::load| Name:  | QPluginLoader::load |  | Prototype:  | bool QPluginLoader::load() |  | Coverage:  |  83.333% (10/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp |  | Lines:  | 230-240 |  
  |  | 8 | 4 | 
 QPlatformWindow::formatWindowTitle| Name:  | QPlatformWindow::formatWindowTitle |  | Prototype:  | QString QPlatformWindow::formatWindowTitle(const QString &title, const QString &separator) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp |  | Lines:  | 463-476 |  
  |  | 8 | 4 | 
 QPlatformThemeFactory::keys| Name:  | QPlatformThemeFactory::keys |  | Prototype:  | QStringList QPlatformThemeFactory::keys(const QString &platformPluginPath) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemefactory.cpp |  | Lines:  | 82-104 |  
  |  | 13 | 4 | 
 QPlatformTheme::keyBindings| Name:  | QPlatformTheme::keyBindings |  | Prototype:  | QList<QKeySequence> QPlatformTheme::keyBindings(QKeySequence::StandardKey key) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp |  | Lines:  | 612-639 |  
  |  | 18 | 4 | 
 QPlatformScreen::screenForPosition| Name:  | QPlatformScreen::screenForPosition |  | Prototype:  | const QPlatformScreen *QPlatformScreen::screenForPosition(const QPoint &point) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp |  | Lines:  | 111-121 |  
  |  | 6 | 4 | 
 QPlatformScreen::mapBetween| Name:  | QPlatformScreen::mapBetween |  | Prototype:  | QRect QPlatformScreen::mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &rect) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp |  | Lines:  | 426-443 |  
  |  | 9 | 4 | 
 QPlatformScreen::angleBetween| Name:  | QPlatformScreen::angleBetween |  | Prototype:  | int QPlatformScreen::angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp |  | Lines:  | 373-393 |  
  |  | 12 | 4 | 
 QPlatformPrinterSupportPlugin::get| Name:  | QPlatformPrinterSupportPlugin::get |  | Prototype:  | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp |  | Lines:  | 76-86 |  
  |  | 7 | 4 | 
 QPlatformPrintDevice::supportedPageSize| Name:  | QPlatformPrintDevice::supportedPageSize |  | Prototype:  | QPageSize QPlatformPrintDevice::supportedPageSize(QPageSize::PageSizeId pageSizeId) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp |  | Lines:  | 201-213 |  
  |  | 6 | 4 | 
 QPlatformPrintDevice::supportedPageSize| Name:  | QPlatformPrintDevice::supportedPageSize |  | Prototype:  | QPageSize QPlatformPrintDevice::supportedPageSize(const QString &pageName) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp |  | Lines:  | 215-226 |  
  |  | 6 | 4 | 
 QPlatformIntegrationFactory::keys| Name:  | QPlatformIntegrationFactory::keys |  | Prototype:  | QStringList QPlatformIntegrationFactory::keys(const QString &platformPluginPath) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationfactory.cpp |  | Lines:  | 81-102 |  
  |  | 13 | 4 | 
 QPlatformIntegration::defaultWindowState| Name:  | QPlatformIntegration::defaultWindowState |  | Prototype:  | Qt::WindowState QPlatformIntegration::defaultWindowState(Qt::WindowFlags flags) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp |  | Lines:  | 410-422 |  
  |  | 7 | 4 | 
 QPlatformInputContext::setSelectionOnFocusObject| Name:  | QPlatformInputContext::setSelectionOnFocusObject |  | Prototype:  | void QPlatformInputContext::setSelectionOnFocusObject(const QPointF &anchorPos, const QPointF &cursorPos) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp |  | Lines:  | 277-296 |  
  |  | 14 | 4 | 
 QPlatformFontDatabase::populateFontDatabase| Name:  | QPlatformFontDatabase::populateFontDatabase |  | Prototype:  | void QPlatformFontDatabase::populateFontDatabase() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp |  | Lines:  | 277-298 |  
  |  | 15 | 4 | 
 QPlatformAccessibility::setRootObject| Name:  | QPlatformAccessibility::setRootObject |  | Prototype:  | void QPlatformAccessibility::setRootObject(QObject *o) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp |  | Lines:  | 91-104 |  
  |  | 8 | 4 | 
 QPlainTextEditPrivate::verticalOffset| Name:  | QPlainTextEditPrivate::verticalOffset |  | Prototype:  | qreal QPlainTextEditPrivate::verticalOffset(int topBlock, int topLine) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp |  | Lines:  | 479-500 |  
  |  | 16 | 4 | 
 QPlainTextEdit::setDocument| Name:  | QPlainTextEdit::setDocument |  | Prototype:  | void QPlainTextEdit::setDocument(QTextDocument *document) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp |  | Lines:  | 1290-1313 |  
  |  | 17 | 4 | 
 QPlainTestLogger::printMessage| Name:  | QPlainTestLogger::printMessage |  | Prototype:  | void QPlainTestLogger::printMessage(const char *type, const char *msg, const char *file, int line) |  | Coverage:  |  76.190% (16/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp |  | Lines:  | 239-271 |  
  |  | 24 | 4 | 
 QPixmapStyle::unpolish| Name:  | QPixmapStyle::unpolish |  | Prototype:  | void QPixmapStyle::unpolish(QWidget *widget) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 210-224 |  
  |  | 8 | 4 | 
 QPixmapStyle::subControlRect| Name:  | QPixmapStyle::subControlRect |  | Prototype:  | QRect QPixmapStyle::subControlRect(ComplexControl cc, const QStyleOptionComplex *option, SubControl sc, const QWidget *widget) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 376-388 |  
  |  | 4 | 4 | 
 QPixmapStyle::styleHint| Name:  | QPixmapStyle::styleHint |  | Prototype:  | int QPixmapStyle::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 480-492 |  
  |  | 4 | 4 | 
 QPixmapStyle::hitTestComplexControl| Name:  | QPixmapStyle::hitTestComplexControl |  | Prototype:  | QStyle::SubControl QPixmapStyle::hitTestComplexControl(QStyle::ComplexControl control, const QStyleOptionComplex *option, const QPoint &pos, const QWidget *widget) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 497-511 |  
  |  | 7 | 4 | 
 QPixmapStyle::comboBoxSubControlRect| Name:  | QPixmapStyle::comboBoxSubControlRect |  | Prototype:  | QRect QPixmapStyle::comboBoxSubControlRect(const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 1039-1065 |  
  |  | 16 | 4 | 
 QPixmapIconEngine::tryMatch| Name:  | QPixmapIconEngine::tryMatch |  | Prototype:  | QPixmapIconEngineEntry *QPixmapIconEngine::tryMatch(const QSize &size, QIcon::Mode mode, QIcon::State state) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 213-224 |  
  |  | 7 | 4 | 
 QPixmapIconEngine::read| Name:  | QPixmapIconEngine::read |  | Prototype:  | bool QPixmapIconEngine::read(QDataStream &in) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 464-493 |  
  |  | 22 | 4 | 
 QPixmapIconEngine::actualSize| Name:  | QPixmapIconEngine::actualSize |  | Prototype:  | QSize QPixmapIconEngine::actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 338-350 |  
  |  | 8 | 4 | 
 QPixmapCache::Key::operator =| Name:  | QPixmapCache::Key::operator = |  | Prototype:  | QPixmapCache::Key &QPixmapCache::Key::operator =(const Key &other) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp |  | Lines:  | 177-187 |  
  |  | 7 | 4 | 
 QPixmap::scaled| Name:  | QPixmap::scaled |  | Prototype:  | QPixmap QPixmap::scaled(const QSize& s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 1156-1176 |  
  |  | 15 | 4 | 
 QPixmap::fill| Name:  | QPixmap::fill |  | Prototype:  | void QPixmap::fill(const QColor &color) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 935-959 |  
  |  | 11 | 4 | 
 QPixmap::QPixmap| Name:  | QPixmap::QPixmap |  | Prototype:  | QPixmap::QPixmap(const char * const xpm[]) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 249-263 |  
  |  | 8 | 4 | 
 QPictureIO::outputFormats| Name:  | QPictureIO::outputFormats |  | Prototype:  | QList<QByteArray> QPictureIO::outputFormats() |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1821-1835 |  
  |  | 9 | 4 | 
 QPictureIO::inputFormats| Name:  | QPictureIO::inputFormats |  | Prototype:  | QList<QByteArray> QPictureIO::inputFormats() |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1798-1815 |  
  |  | 10 | 4 | 
 QPersistentModelIndex::operator=| Name:  | QPersistentModelIndex::operator= |  | Prototype:  | QPersistentModelIndex &QPersistentModelIndex::operator=(const QModelIndex &other) |  | Coverage:  |  92.308% (12/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 246-257 |  
  |  | 7 | 4 | 
 QPersistentModelIndex::operator=| Name:  | QPersistentModelIndex::operator= |  | Prototype:  | QPersistentModelIndex &QPersistentModelIndex::operator=(const QPersistentModelIndex &other) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 223-232 |  
  |  | 7 | 4 | 
 QPdfPrintEnginePrivate::openPrintDevice| Name:  | QPdfPrintEnginePrivate::openPrintDevice |  | Prototype:  | bool QPdfPrintEnginePrivate::openPrintDevice() |  | Coverage:  |  70.000% (7/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp |  | Lines:  | 353-368 |  
  |  | 9 | 4 | 
 QPdfEnginePrivate::printString| Name:  | QPdfEnginePrivate::printString |  | Prototype:  | void QPdfEnginePrivate::printString(const QString &string) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1789-1806 |  
  |  | 10 | 4 | 
 QPdfEnginePrivate::addXrefEntry| Name:  | QPdfEnginePrivate::addXrefEntry |  | Prototype:  | int QPdfEnginePrivate::addXrefEntry(int object, bool printostr) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1774-1787 |  
  |  | 8 | 4 | 
 QPdfEnginePrivate::addConstantAlphaObject| Name:  | QPdfEnginePrivate::addConstantAlphaObject |  | Prototype:  | int QPdfEnginePrivate::addConstantAlphaObject(int brushAlpha, int penAlpha) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 2312-2330 |  
  |  | 14 | 4 | 
 QPdfEngine::updateClipPath| Name:  | QPdfEngine::updateClipPath |  | Prototype:  | void QPdfEngine::updateClipPath(const QPainterPath &p, Qt::ClipOperation op) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1141-1162 |  
  |  | 14 | 4 | 
 QPdfEngine::drawTextItem| Name:  | QPdfEngine::drawTextItem |  | Prototype:  | void QPdfEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 975-1003 |  
  |  | 20 | 4 | 
 QPdfEngine::drawPixmap| Name:  | QPdfEngine::drawPixmap |  | Prototype:  | void QPdfEngine::drawPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QRectF &sr) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 892-921 |  
  |  | 21 | 4 | 
 QPdfEngine::begin| Name:  | QPdfEngine::begin |  | Prototype:  | bool QPdfEngine::begin(QPaintDevice *pdev) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1383-1433 |  
  |  | 35 | 4 | 
 QPdf::generateDashes| Name:  | QPdf::generateDashes |  | Prototype:  | QByteArray QPdf::generateDashes(const QPen &pen) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 370-389 |  
  |  | 15 | 4 | 
 QPdf::ByteStream::prepareBuffer| Name:  | QPdf::ByteStream::prepareBuffer |  | Prototype:  | void ByteStream::prepareBuffer() |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 266-289 |  
  |  | 17 | 4 | 
 QParallelAnimationGroupPrivate::shouldAnimationStart| Name:  | QParallelAnimationGroupPrivate::shouldAnimationStart |  | Prototype:  | bool QParallelAnimationGroupPrivate::shouldAnimationStart(QAbstractAnimation *animation, bool startIfAtEnd) const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp |  | Lines:  | 267-278 |  
  |  | 8 | 4 | 
 QParallelAnimationGroup::updateDirection| Name:  | QParallelAnimationGroup::updateDirection |  | Prototype:  | void QParallelAnimationGroup::updateDirection(QAbstractAnimation::Direction direction) |  | Coverage:  |  41.667% (5/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp |  | Lines:  | 312-329 |  
  |  | 9 | 4 | 
 QPainterPrivate::updateStateImpl| Name:  | QPainterPrivate::updateStateImpl |  | Prototype:  | void QPainterPrivate::updateStateImpl(QPainterState *newState) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 879-909 |  
  |  | 14 | 4 | 
 QPainterPath::translate| Name:  | QPainterPath::translate |  | Prototype:  | void QPainterPath::translate(qreal dx, qreal dy) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 2098-2115 |  
  |  | 12 | 4 | 
 QPainterPath::pointAtPercent| Name:  | QPainterPath::pointAtPercent |  | Prototype:  | QPointF QPainterPath::pointAtPercent(qreal t) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 2987-3007 |  
  |  | 13 | 4 | 
 QPainterPath::arcTo| Name:  | QPainterPath::arcTo |  | Prototype:  | void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 908-940 |  
  |  | 16 | 4 | 
 QPainter::setRenderHints| Name:  | QPainter::setRenderHints |  | Prototype:  | void QPainter::setRenderHints(RenderHints hints, bool on) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7089-7107 |  
  |  | 10 | 4 | 
 QPainter::setPen| Name:  | QPainter::setPen |  | Prototype:  | void QPainter::setPen(const QColor &color) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3840-3862 |  
  |  | 11 | 4 | 
 QPainter::setPen| Name:  | QPainter::setPen |  | Prototype:  | void QPainter::setPen(Qt::PenStyle style) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3908-3928 |  
  |  | 11 | 4 | 
 QPainter::setPen| Name:  | QPainter::setPen |  | Prototype:  | void QPainter::setPen(const QPen &pen) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3873-3899 |  
  |  | 12 | 4 | 
 QPainter::setOpacity| Name:  | QPainter::setOpacity |  | Prototype:  | void QPainter::setOpacity(qreal opacity) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2069-2089 |  
  |  | 11 | 4 | 
 QPainter::setBrush| Name:  | QPainter::setBrush |  | Prototype:  | void QPainter::setBrush(Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3989-4005 |  
  |  | 12 | 4 | 
 QPainter::setBrush| Name:  | QPainter::setBrush |  | Prototype:  | void QPainter::setBrush(const QBrush &brush) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3955-3979 |  
  |  | 13 | 4 | 
 QPainter::setBackgroundMode| Name:  | QPainter::setBackgroundMode |  | Prototype:  | void QPainter::setBackgroundMode(Qt::BGMode mode) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3794-3815 |  
  |  | 10 | 4 | 
 QPainter::initFrom| Name:  | QPainter::initFrom |  | Prototype:  | void QPainter::initFrom(const QPaintDevice *device) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1541-1559 |  
  |  | 12 | 4 | 
 QPainter::drawText| Name:  | QPainter::drawText |  | Prototype:  | void QPainter::drawText(const QRect &r, int flags, const QString &str, QRect *br) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 5920-5940 |  
  |  | 9 | 4 | 
 QPainter::drawRoundedRect| Name:  | QPainter::drawRoundedRect |  | Prototype:  | void QPainter::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4124-4148 |  
  |  | 12 | 4 | 
 QPainter::drawPath| Name:  | QPainter::drawPath |  | Prototype:  | void QPainter::drawPath(const QPainterPath &path) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3371-3399 |  
  |  | 11 | 4 | 
 QPaintEnginePrivate::drawBoxTextItem| Name:  | QPaintEnginePrivate::drawBoxTextItem |  | Prototype:  | void QPaintEnginePrivate::drawBoxTextItem(const QPointF &p, const QTextItemInt &ti) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp |  | Lines:  | 984-1009 |  
  |  | 19 | 4 | 
 QPaintEngine::drawLines| Name:  | QPaintEngine::drawLines |  | Prototype:  | void QPaintEngine::drawLines(const QLineF *lines, int lineCount) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp |  | Lines:  | 775-788 |  
  |  | 7 | 4 | 
 QPageSizePrivate::size| Name:  | QPageSizePrivate::size |  | Prototype:  | QSizeF QPageSizePrivate::size(QPageSize::Unit units) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp |  | Lines:  | 883-899 |  
  |  | 7 | 4 | 
 QPageSetupWidget::pageSizeChanged| Name:  | QPageSetupWidget::pageSizeChanged |  | Prototype:  | void QPageSetupWidget::pageSizeChanged() |  | Coverage:  |  16.667% (2/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp |  | Lines:  | 514-535 |  
  |  | 12 | 4 | 
 QPageSetupDialogPrivate::setPrinter| Name:  | QPageSetupDialogPrivate::setPrinter |  | Prototype:  | void QPageSetupDialogPrivate::setPrinter(QPrinter *newPrinter) |  | Coverage:  |  46.154% (6/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp |  | Lines:  | 107-123 |  
  |  | 9 | 4 | 
 QPMCache::insert| Name:  | QPMCache::insert |  | Prototype:  | bool QPMCache::insert(const QString& key, const QPixmap &pixmap, int cost) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp |  | Lines:  | 325-350 |  
  |  | 14 | 4 | 
 QOutlineMapper::curveTo| Name:  | QOutlineMapper::curveTo |  | Prototype:  | void QOutlineMapper::curveTo(const QPointF &cp1, const QPointF &cp2, const QPointF &ep) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp |  | Lines:  | 75-99 |  
  |  | 12 | 4 | 
 QOpenGLWindow::metric| Name:  | QOpenGLWindow::metric |  | Prototype:  | int QOpenGLWindow::metric(PaintDeviceMetric metric) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp |  | Lines:  | 665-678 |  
  |  | 7 | 4 |