Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPen::setJoinStyleName: | QPen::setJoinStyle | Prototype: | void QPen::setJoinStyle(Qt::PenJoinStyle j) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 738-744 |
| | 4 | 2 |
QPen::setDashPatternName: | QPen::setDashPattern | Prototype: | void QPen::setDashPattern(const QVector<qreal> &pattern) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 520-534 |
| | 9 | 3 |
QPen::setDashOffsetName: | QPen::setDashOffset | Prototype: | void QPen::setDashOffset(qreal offset) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 565-576 |
| | 8 | 3 |
QPen::setCosmeticName: | QPen::setCosmetic | Prototype: | void QPen::setCosmetic(bool cosmetic) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 832-837 |
| | 3 | 1 |
QPen::setColorName: | QPen::setColor | Prototype: | void QPen::setColor(const QColor &c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 766-770 |
| | 2 | 1 |
QPen::setCapStyleName: | QPen::setCapStyle | Prototype: | void QPen::setCapStyle(Qt::PenCapStyle c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 711-717 |
| | 4 | 2 |
QPen::setBrushName: | QPen::setBrush | Prototype: | void QPen::setBrush(const QBrush &brush) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 787-791 |
| | 2 | 1 |
QPen::operator==Name: | QPen::operator== | Prototype: | bool QPen::operator==(const QPen &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 861-877 |
| | 14 | 1 |
QPen::operator=Name: | QPen::operator= | Prototype: | QPen &QPen::operator=(const QPen &p) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 384-388 |
| | 2 | 1 |
QPen::miterLimitName: | QPen::miterLimit | Prototype: | qreal QPen::miterLimit() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 584-588 |
| | 2 | 1 |
QPen::joinStyleName: | QPen::joinStyle | Prototype: | Qt::PenJoinStyle QPen::joinStyle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 724-727 |
| | 1 | 1 |
QPen::isSolidName: | QPen::isSolid | Prototype: | bool QPen::isSolid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 799-802 |
| | 1 | 1 |
QPen::isDetachedName: | QPen::isDetached | Prototype: | bool QPen::isDetached() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 886-889 |
| | 1 | 1 |
QPen::isCosmeticName: | QPen::isCosmetic | Prototype: | bool QPen::isCosmetic() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 818-822 |
| | 2 | 1 |
QPen::detachName: | QPen::detach | Prototype: | void QPen::detach() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 364-374 |
| | 7 | 3 |
QPen::dashPatternName: | QPen::dashPattern | Prototype: | QVector<qreal> QPen::dashPattern() const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 456-488 |
| | 22 | 8 |
QPen::dashOffsetName: | QPen::dashOffset | Prototype: | qreal QPen::dashOffset() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 542-546 |
| | 2 | 1 |
QPen::colorName: | QPen::color | Prototype: | QColor QPen::color() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 753-756 |
| | 1 | 1 |
QPen::capStyleName: | QPen::capStyle | Prototype: | Qt::PenCapStyle QPen::capStyle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 697-700 |
| | 1 | 1 |
QPen::brushName: | QPen::brush | Prototype: | QBrush QPen::brush() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 776-779 |
| | 1 | 1 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 270-274 |
| | 2 | 1 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen(Qt::PenStyle style) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 282-290 |
| | 4 | 2 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen(const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 299-302 |
| | 1 | 1 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen(const QBrush &brush, qreal width, Qt::PenStyle s, Qt::PenCapStyle c, Qt::PenJoinStyle j) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 314-317 |
| | 1 | 1 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen(const QPen &p) noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 325-330 |
| | 3 | 2 |
QPdfWriterPrivate::~QPdfWriterPrivateName: | QPdfWriterPrivate::~QPdfWriterPrivate | Prototype: | ~QPdfWriterPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 60-64 |
| | 2 | 1 |
QPdfWriterPrivate::QPdfWriterPrivateName: | QPdfWriterPrivate::QPdfWriterPrivate | Prototype: | QPdfWriterPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 54-59 |
| | 2 | 1 |
QPdfWriter::titleName: | QPdfWriter::title | Prototype: | QString QPdfWriter::title() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 182-186 |
| | 2 | 1 |
QPdfWriter::setTitleName: | QPdfWriter::setTitle | Prototype: | void QPdfWriter::setTitle(const QString &title) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 191-195 |
| | 2 | 1 |
QPdfWriter::setResolutionName: | QPdfWriter::setResolution | Prototype: | void QPdfWriter::setResolution(int resolution) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 236-241 |
| | 3 | 2 |
QPdfWriter::setPageSizeMMName: | QPdfWriter::setPageSizeMM | Prototype: | void QPdfWriter::setPageSizeMM(const QSizeF &size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 385-388 |
| | 1 | 1 |
QPdfWriter::setPageSizeName: | QPdfWriter::setPageSize | Prototype: | void QPdfWriter::setPageSize(PageSize size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 372-375 |
| | 1 | 1 |
QPdfWriter::setMarginsName: | QPdfWriter::setMargins | Prototype: | void QPdfWriter::setMargins(const Margins &m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 419-422 |
| | 1 | 1 |
QPdfWriter::setCreatorName: | QPdfWriter::setCreator | Prototype: | void QPdfWriter::setCreator(const QString &creator) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 209-213 |
| | 2 | 1 |
QPdfWriter::resolutionName: | QPdfWriter::resolution | Prototype: | int QPdfWriter::resolution() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 251-255 |
| | 2 | 1 |
QPdfWriter::paintEngineName: | QPdfWriter::paintEngine | Prototype: | QPaintEngine *QPdfWriter::paintEngine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 218-223 |
| | 2 | 1 |
QPdfWriter::newPageName: | QPdfWriter::newPage | Prototype: | bool QPdfWriter::newPage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 404-409 |
| | 2 | 1 |
QPdfWriter::metricName: | QPdfWriter::metric | Prototype: | int QPdfWriter::metric(PaintDeviceMetric id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 395-399 |
| | 2 | 1 |
QPdfWriter::creatorName: | QPdfWriter::creator | Prototype: | QString QPdfWriter::creator() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 200-204 |
| | 2 | 1 |
QPdfWriter::QPdfWriterName: | QPdfWriter::QPdfWriter | Prototype: | QPdfWriter::QPdfWriter(const QString &filename) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 144-154 |
| | 3 | 1 |
QPdfWriter::QPdfWriterName: | QPdfWriter::QPdfWriter | Prototype: | QPdfWriter::QPdfWriter(QIODevice *device) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 159-169 |
| | 3 | 1 |
QPdfPrintEnginePrivate::openPrintDeviceName: | 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 |
QPdfPrintEnginePrivate::closePrintDeviceName: | QPdfPrintEnginePrivate::closePrintDevice | Prototype: | void QPdfPrintEnginePrivate::closePrintDevice() | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 370-384 |
| | 7 | 3 |
QPdfPrintEnginePrivate::QPdfPrintEnginePrivateName: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate | Prototype: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate(QPrinter::PrinterMode m) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 388-402 |
| | 5 | 3 |
QPdfPrintEngine::setPropertyName: | QPdfPrintEngine::setProperty | Prototype: | void QPdfPrintEngine::setProperty(PrintEnginePropertyKey key, const QVariant &value) | Coverage: | 56.790% (46/81) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 112-238 |
| | 75 | 38 |
QPdfPrintEngine::propertyName: | QPdfPrintEngine::property | Prototype: | QVariant QPdfPrintEngine::property(PrintEnginePropertyKey key) const | Coverage: | 74.603% (47/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 240-350 |
| | 67 | 31 |
QPdfPrintEngine::newPageName: | QPdfPrintEngine::newPage | Prototype: | bool QPdfPrintEngine::newPage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 102-105 |
| | 1 | 1 |
QPdfPrintEngine::metricName: | QPdfPrintEngine::metric | Prototype: | int QPdfPrintEngine::metric(QPaintDevice::PaintDeviceMetric m) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 107-110 |
| | 1 | 1 |
QPdfPrintEngine::endName: | QPdfPrintEngine::end | Prototype: | bool QPdfPrintEngine::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 90-100 |
| | 5 | 1 |
QPdfPrintEngine::beginName: | QPdfPrintEngine::begin | Prototype: | bool QPdfPrintEngine::begin(QPaintDevice *pdev) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 77-88 |
| | 6 | 2 |
QPdfPrintEngine::QPdfPrintEngineName: | QPdfPrintEngine::QPdfPrintEngine | Prototype: | QPdfPrintEngine::QPdfPrintEngine(QPrinter::PrinterMode m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 61-65 |
| | 1 | 1 |
QPdfPrintEngine::QPdfPrintEngineName: | QPdfPrintEngine::QPdfPrintEngine | Prototype: | QPdfPrintEngine::QPdfPrintEngine(QPdfPrintEnginePrivate &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 67-71 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::setPageSizeName: | QPdfPagedPaintDevicePrivate::setPageSize | Prototype: | bool setPageSize(const QPageSize &pageSize) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 89-96 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageOrientationName: | QPdfPagedPaintDevicePrivate::setPageOrientation | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 98-105 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageMarginsName: | QPdfPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 107-110 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::setPageMarginsName: | QPdfPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 112-119 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageLayoutName: | QPdfPagedPaintDevicePrivate::setPageLayout | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 80-87 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::pageLayoutName: | QPdfPagedPaintDevicePrivate::pageLayout | Prototype: | QPageLayout pageLayout() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 121-124 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::QPdfPagedPaintDevicePrivateName: | QPdfPagedPaintDevicePrivate::QPdfPagedPaintDevicePrivate | Prototype: | QPdfPagedPaintDevicePrivate(QPdfWriterPrivate *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 73-75 |
| | 1 | 1 |
QPdfPage::streamImageName: | QPdfPage::streamImage | Prototype: | void QPdfPage::streamImage(int w, int h, int object) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 739-744 |
| | 3 | 2 |
QPdfPage::QPdfPageName: | QPdfPage::QPdfPage | Prototype: | QPdfPage::QPdfPage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 734-737 |
| | 2 | 1 |
QPdfEnginePrivate::~QPdfEnginePrivateName: | QPdfEnginePrivate::~QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::~QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1457-1462 |
| | 3 | 1 |
QPdfEnginePrivate::xprintfName: | QPdfEnginePrivate::xprintf | Prototype: | void QPdfEnginePrivate::xprintf(const char* fmt, ...) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1810-1828 |
| | 11 | 2 |
QPdfEnginePrivate::writeTailName: | QPdfEnginePrivate::writeTail | Prototype: | void QPdfEnginePrivate::writeTail() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1750-1772 |
| | 18 | 2 |
QPdfEnginePrivate::writePageRootName: | QPdfEnginePrivate::writePageRoot | Prototype: | void QPdfEnginePrivate::writePageRoot() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1522-1541 |
| | 13 | 2 |
QPdfEnginePrivate::writePageName: | QPdfEnginePrivate::writePage | Prototype: | void QPdfEnginePrivate::writePage() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1666-1748 |
| | 65 | 8 |
QPdfEnginePrivate::writeInfoName: | QPdfEnginePrivate::writeInfo | Prototype: | void QPdfEnginePrivate::writeInfo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1499-1520 |
| | 19 | 1 |
QPdfEnginePrivate::writeImageName: | QPdfEnginePrivate::writeImage | Prototype: | int QPdfEnginePrivate::writeImage(const QByteArray &data, int width, int height, int depth, int maskObject, int softMaskObject, bool dct, bool isMono) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1927-1977 |
| | 37 | 8 |
QPdfEnginePrivate::writeHeaderName: | QPdfEnginePrivate::writeHeader | Prototype: | void QPdfEnginePrivate::writeHeader() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1464-1497 |
| | 24 | 1 |
QPdfEnginePrivate::writeFontsName: | QPdfEnginePrivate::writeFonts | Prototype: | void QPdfEnginePrivate::writeFonts() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1657-1664 |
| | 4 | 2 |
QPdfEnginePrivate::writeCompressedName: | QPdfEnginePrivate::writeCompressed | Prototype: | int QPdfEnginePrivate::writeCompressed(QIODevice *dev) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1830-1902 |
| | 55 | 10 |
QPdfEnginePrivate::writeCompressedName: | QPdfEnginePrivate::writeCompressed | Prototype: | int QPdfEnginePrivate::writeCompressed(const char *src, int len) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1904-1925 |
| | 12 | 3 |
QPdfEnginePrivate::printStringName: | 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::pageMatrixName: | QPdfEnginePrivate::pageMatrix | Prototype: | QTransform QPdfEnginePrivate::pageMatrix() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2708-2717 |
| | 6 | 2 |
QPdfEnginePrivate::newPageName: | QPdfEnginePrivate::newPage | Prototype: | void QPdfEnginePrivate::newPage() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2719-2734 |
| | 11 | 2 |
QPdfEnginePrivate::gradientBrushName: | QPdfEnginePrivate::gradientBrush | Prototype: | int QPdfEnginePrivate::gradientBrush(const QBrush &b, const QTransform &matrix, int *gStateObject) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2231-2310 |
| | 61 | 6 |
QPdfEnginePrivate::generateRadialGradientShaderName: | QPdfEnginePrivate::generateRadialGradientShader | Prototype: | int QPdfEnginePrivate::generateRadialGradientShader(const QRadialGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2146-2213 |
| | 49 | 7 |
QPdfEnginePrivate::generateLinearGradientShaderName: | QPdfEnginePrivate::generateLinearGradientShader | Prototype: | int QPdfEnginePrivate::generateLinearGradientShader(const QLinearGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2085-2144 |
| | 41 | 5 |
QPdfEnginePrivate::generateGradientShaderName: | QPdfEnginePrivate::generateGradientShader | Prototype: | int QPdfEnginePrivate::generateGradientShader(const QGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2215-2229 |
| | 7 | 5 |
QPdfEnginePrivate::embedFontName: | QPdfEnginePrivate::embedFont | Prototype: | void QPdfEnginePrivate::embedFont(QFontSubset *font) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1544-1654 |
| | 83 | 3 |
QPdfEnginePrivate::drawTextItemName: | QPdfEnginePrivate::drawTextItem | Prototype: | void QPdfEnginePrivate::drawTextItem(const QPointF &p, const QTextItemInt &ti) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2551-2706 |
| | 99 | 13 |
QPdfEnginePrivate::createShadingFunctionName: | QPdfEnginePrivate::createShadingFunction | Prototype: | int QPdfEnginePrivate::createShadingFunction(const QGradient *gradient, int from, int to, bool reflect, bool alpha) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1987-2083 |
| | 76 | 15 |
QPdfEnginePrivate::addXrefEntryName: | 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::addImageName: | QPdfEnginePrivate::addImage | Prototype: | int QPdfEnginePrivate::addImage(const QImage &img, bool *bitmap, qint64 serial_no) | Coverage: | 0.000% (0/87) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2426-2549 |
| | 94 | 22 |
QPdfEnginePrivate::addConstantAlphaObjectName: | 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 |
QPdfEnginePrivate::addBrushPatternName: | QPdfEnginePrivate::addBrushPattern | Prototype: | int QPdfEnginePrivate::addBrushPattern(const QTransform &m, bool *specifyColor, int *gStateObject) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2333-2413 |
| | 65 | 8 |
QPdfEnginePrivate::QPdfEnginePrivateName: | QPdfEnginePrivate::QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1366-1381 |
| | 6 | 1 |
QPdfEngine::updateStateName: | QPdfEngine::updateState | Prototype: | void QPdfEngine::updateState(const QPaintEngineState &state) | Coverage: | 0.000% (0/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1035-1096 |
| | 47 | 16 |
QPdfEngine::updateClipPathName: | 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::typeName: | QPdfEngine::type | Prototype: | QPaintEngine::Type QPdfEngine::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1273-1276 |
| | 1 | 1 |
QPdfEngine::setupGraphicsStateName: | QPdfEngine::setupGraphicsState | Prototype: | void QPdfEngine::setupGraphicsState(QPaintEngine::DirtyFlags flags) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1098-1137 |
| | 25 | 13 |
QPdfEngine::setResolutionName: | QPdfEngine::setResolution | Prototype: | void QPdfEngine::setResolution(int resolution) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1278-1282 |
| | 2 | 1 |
QPdfEngine::setPenName: | QPdfEngine::setPen | Prototype: | void QPdfEngine::setPen() | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1164-1220 |
| | 36 | 12 |
QPdfEngine::setPageSizeName: | QPdfEngine::setPageSize | Prototype: | void QPdfEngine::setPageSize(const QPageSize &pageSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1296-1300 |
| | 2 | 1 |
QPdfEngine::setPageOrientationName: | QPdfEngine::setPageOrientation | Prototype: | void QPdfEngine::setPageOrientation(QPageLayout::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1302-1306 |
| | 2 | 1 |
QPdfEngine::setPageMarginsName: | QPdfEngine::setPageMargins | Prototype: | void QPdfEngine::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1308-1313 |
| | 3 | 1 |
QPdfEngine::setPageLayoutName: | QPdfEngine::setPageLayout | Prototype: | void QPdfEngine::setPageLayout(const QPageLayout &pageLayout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1290-1294 |
| | 2 | 1 |
QPdfEngine::setOutputFilenameName: | QPdfEngine::setOutputFilename | Prototype: | void QPdfEngine::setOutputFilename(const QString &filename) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 757-761 |
| | 2 | 1 |
QPdfEngine::setBrushName: | QPdfEngine::setBrush | Prototype: | void QPdfEngine::setBrush() | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1223-1256 |
| | 24 | 7 |
QPdfEngine::resolutionName: | QPdfEngine::resolution | Prototype: | int QPdfEngine::resolution() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1284-1288 |
| | 2 | 1 |