| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QPicture::devType| Name: | QPicture::devType | | Prototype: | int QPicture::devType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 184-187 |
| | 1 | 1 |
QPicture::detach| Name: | QPicture::detach | | Prototype: | void QPicture::detach() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 230-233 |
| | 1 | 1 |
QPicture::data| Name: | QPicture::data | | Prototype: | const char* QPicture::data() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 225-228 |
| | 1 | 1 |
QPicture::QPicture| Name: | QPicture::QPicture | | Prototype: | QPicture::QPicture(const QPicture &pic) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 162-165 |
| | 2 | 1 |
QPicture::QPicture| Name: | QPicture::QPicture | | Prototype: | QPicture::QPicture(QPicturePrivate &dptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 168-172 |
| | 2 | 1 |
QPersistentModelIndex::isValid| Name: | QPersistentModelIndex::isValid | | Prototype: | bool QPersistentModelIndex::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 450-453 |
| | 1 | 1 |
QPersistentModelIndex::QPersistentModelIndex| Name: | QPersistentModelIndex::QPersistentModelIndex | | Prototype: | QPersistentModelIndex::QPersistentModelIndex() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 132-135 |
| | 2 | 1 |
QPenPrivate::QPenPrivate| Name: | QPenPrivate::QPenPrivate | | Prototype: | inline QPenPrivate::QPenPrivate(const QBrush &_brush, qreal _width, Qt::PenStyle penStyle, Qt::PenCapStyle _capStyle, Qt::PenJoinStyle _joinStyle, bool _defaultWidth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 230-240 |
| | 5 | 1 |
QPenDataHolder::QPenDataHolder| Name: | QPenDataHolder::QPenDataHolder | | Prototype: | QPenDataHolder(const QBrush &brush, qreal width, Qt::PenStyle penStyle, Qt::PenCapStyle penCapStyle, Qt::PenJoinStyle _joinStyle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 249-252 |
| | 1 | 1 |
QPen::widthF| Name: | QPen::widthF | | Prototype: | qreal QPen::widthF() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 634-637 |
| | 1 | 1 |
QPen::width| Name: | QPen::width | | Prototype: | int QPen::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 622-625 |
| | 1 | 1 |
QPen::style| Name: | QPen::style | | Prototype: | Qt::PenStyle QPen::style() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 421-424 |
| | 1 | 1 |
QPen::setMiterLimit| Name: | QPen::setMiterLimit | | Prototype: | void QPen::setMiterLimit(qreal limit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 606-611 |
| | 3 | 1 |
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::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::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(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() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 270-274 |
| | 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: | 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::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 |
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::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 |
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 |
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::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::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::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::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::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::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::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::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 |
QPdfEngine::pageLayout| Name: | QPdfEngine::pageLayout | | Prototype: | QPageLayout QPdfEngine::pageLayout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1315-1319 |
| | 2 | 1 |
QPdfEngine::QPdfEngine| Name: | QPdfEngine::QPdfEngine | | Prototype: | QPdfEngine::QPdfEngine(QPdfEnginePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 747-750 |
| | 2 | 1 |
QPdfEngine::QPdfEngine| Name: | QPdfEngine::QPdfEngine | | Prototype: | QPdfEngine::QPdfEngine() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 752-755 |
| | 2 | 1 |
QPdf::generateMatrix| Name: | QPdf::generateMatrix | | Prototype: | QByteArray QPdf::generateMatrix(const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 356-368 |
| | 10 | 1 |
QPdf::Stroker::Stroker| Name: | QPdf::Stroker::Stroker | | Prototype: | QPdf::Stroker::Stroker() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 591-602 |
| | 6 | 1 |
QPdf::ByteStream::~ByteStream| Name: | QPdf::ByteStream::~ByteStream | | Prototype: | ByteStream::~ByteStream() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 181-184 |
| | 1 | 1 |
QPdf::ByteStream::stream| Name: | QPdf::ByteStream::stream | | Prototype: | QIODevice *ByteStream::stream() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 247-252 |
| | 3 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(qreal val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 224-229 |
| | 4 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(int val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 231-236 |
| | 4 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const QPointF &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 238-245 |
| | 6 | 1 |
QPdf::ByteStream::constructor_helper| Name: | QPdf::ByteStream::constructor_helper | | Prototype: | void ByteStream::constructor_helper(QByteArray *ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 259-264 |
| | 3 | 1 |
QPdf::ByteStream::clear| Name: | QPdf::ByteStream::clear | | Prototype: | void ByteStream::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 254-257 |
| | 1 | 1 |
QPdf::ByteStream::ByteStream| Name: | QPdf::ByteStream::ByteStream | | Prototype: | ByteStream::ByteStream(QByteArray *byteArray, bool fileBacking) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 163-170 |
| | 1 | 1 |
QPdf::ByteStream::ByteStream| Name: | QPdf::ByteStream::ByteStream | | Prototype: | ByteStream::ByteStream(bool fileBacking) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 172-179 |
| | 1 | 1 |
QPcreJitStackPointer::QPcreJitStackPointer| Name: | QPcreJitStackPointer::QPcreJitStackPointer | | Prototype: | QPcreJitStackPointer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1085-1090 |
| | 1 | 1 |
QPauseAnimationPrivate::QPauseAnimationPrivate| Name: | QPauseAnimationPrivate::QPauseAnimationPrivate | | Prototype: | QPauseAnimationPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 75-78 |
| | 1 | 1 |
QPauseAnimation::event| Name: | QPauseAnimation::event | | Prototype: | bool QPauseAnimation::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 137-140 |
| | 1 | 1 |
QPauseAnimation::duration| Name: | QPauseAnimation::duration | | Prototype: | int QPauseAnimation::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 118-122 |
| | 2 | 1 |
QPauseAnimation::QPauseAnimation| Name: | QPauseAnimation::QPauseAnimation | | Prototype: | QPauseAnimation::QPauseAnimation(int msecs, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 99-102 |
| | 1 | 1 |
QPauseAnimation::QPauseAnimation| Name: | QPauseAnimation::QPauseAnimation | | Prototype: | QPauseAnimation::QPauseAnimation(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 89-91 |
| | 2 | 1 |
QPathSegments::setPath| Name: | QPathSegments::setPath | | Prototype: | void QPathSegments::setPath(const QPainterPath &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 905-914 |
| | 5 | 1 |
QPathClipper::intersect| Name: | QPathClipper::intersect | | Prototype: | QPainterPath QPathClipper::intersect(const QPainterPath &path, const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 2123-2126 |
| | 1 | 1 |
QPathClipper::QPathClipper| Name: | QPathClipper::QPathClipper | | Prototype: | QPathClipper::QPathClipper(const QPainterPath &subject, const QPainterPath &clip) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1452-1459 |
| | 2 | 1 |
QPartialCoverage::store| Name: | QPartialCoverage::store | | Prototype: | inline void store(uint *dest, const uint src) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 834-837 |
| | 1 | 1 |
QPartialCoverage::QPartialCoverage| Name: | QPartialCoverage::QPartialCoverage | | Prototype: | inline QPartialCoverage(uint const_alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 828-832 |
| | 2 | 1 |
QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished| Name: | QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished | | Prototype: | bool QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished(QAbstractAnimation *anim) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QParallelAnimationGroupPrivate::animationRemoved| Name: | QParallelAnimationGroupPrivate::animationRemoved | | Prototype: | void QParallelAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 302-307 |
| | 3 | 1 |
QParallelAnimationGroup::event| Name: | QParallelAnimationGroup::event | | Prototype: | bool QParallelAnimationGroup::event(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 334-337 |
| | 1 | 1 |
QParallelAnimationGroup::QParallelAnimationGroup| Name: | QParallelAnimationGroup::QParallelAnimationGroup | | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QParallelAnimationGroupPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 95-99 |
| | 2 | 1 |
QParallelAnimationGroup::QParallelAnimationGroup| Name: | QParallelAnimationGroup::QParallelAnimationGroup | | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 87-90 |
| | 2 | 1 |