| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPen::setJoinStyle| Name: | 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::setDashPattern| Name: | 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::setDashOffset| Name: | 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::setCosmetic| Name: | 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::setColor| Name: | 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::setCapStyle| Name: | 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::setBrush| Name: | 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::miterLimit| Name: | 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::joinStyle| Name: | 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::isSolid| Name: | 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::isDetached| Name: | 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::isCosmetic| Name: | 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::detach| Name: | 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::dashPattern| Name: | 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::dashOffset| Name: | 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::color| Name: | 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::capStyle| Name: | 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::brush| Name: | 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::QPen| Name: | 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::QPen| Name: | 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::QPen| Name: | 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::QPen| Name: | 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::QPen| Name: | 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::~QPdfWriterPrivate| Name: | 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::QPdfWriterPrivate| Name: | 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::title| Name: | 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::setTitle| Name: | 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::setResolution| Name: | 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::setPageSizeMM| Name: | 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::setPageSize| Name: | 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::setMargins| Name: | 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::setCreator| Name: | 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::resolution| Name: | 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::paintEngine| Name: | 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::newPage| Name: | 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::metric| Name: | 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::creator| Name: | 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::QPdfWriter| Name: | 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::QPdfWriter| Name: | 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::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 |
QPdfPrintEnginePrivate::closePrintDevice| Name: | 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::QPdfPrintEnginePrivate| Name: | 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::setProperty| Name: | 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::property| Name: | 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::newPage| Name: | 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::metric| Name: | 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::end| Name: | 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::begin| Name: | 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::QPdfPrintEngine| Name: | 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::QPdfPrintEngine| Name: | 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::setPageSize| Name: | 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::setPageOrientation| Name: | 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::setPageMargins| Name: | 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::setPageMargins| Name: | 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::setPageLayout| Name: | 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::pageLayout| Name: | 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::QPdfPagedPaintDevicePrivate| Name: | 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::streamImage| Name: | 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::QPdfPage| Name: | 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::~QPdfEnginePrivate| Name: | 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::xprintf| Name: | 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::writeTail| Name: | 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::writePageRoot| Name: | 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::writePage| Name: | 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::writeInfo| Name: | 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::writeImage| Name: | 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::writeHeader| Name: | 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::writeFonts| Name: | 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::writeCompressed| Name: | 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::writeCompressed| Name: | 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::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::pageMatrix| Name: | 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::newPage| Name: | 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::gradientBrush| Name: | 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::generateRadialGradientShader| Name: | 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::generateLinearGradientShader| Name: | 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::generateGradientShader| Name: | 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::embedFont| Name: | 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::drawTextItem| Name: | 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::createShadingFunction| Name: | 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::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::addImage| Name: | 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::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 |
QPdfEnginePrivate::addBrushPattern| Name: | 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::QPdfEnginePrivate| Name: | 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::updateState| Name: | 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::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::type| Name: | 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::setupGraphicsState| Name: | 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::setResolution| Name: | 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::setPen| Name: | 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::setPageSize| Name: | 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::setPageOrientation| Name: | 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::setPageMargins| Name: | 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::setPageLayout| Name: | 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::setOutputFilename| Name: | 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::setBrush| Name: | 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::resolution| Name: | 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 |