| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPrinter::setMargins| Name: | QPrinter::setMargins | | Prototype: | void QPrinter::setMargins(const Margins &m) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1837-1840 |
| | 1 | 1 |
QPrinter::setNumCopies| Name: | QPrinter::setNumCopies | | Prototype: | void QPrinter::setNumCopies(int numCopies) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1437-1442 |
| | 3 | 2 |
QPrinter::setOrientation| Name: | QPrinter::setOrientation | | Prototype: | void QPrinter::setOrientation(Orientation orientation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1153-1156 |
| | 1 | 1 |
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: | 918-930 |
| | 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: | 780-794 |
| | 8 | 4 |
QPrinter::setPageMargins| Name: | QPrinter::setPageMargins | | Prototype: | void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1818-1828 |
| | 6 | 2 |
QPrinter::setPageOrder| Name: | QPrinter::setPageOrder | | Prototype: | void QPrinter::setPageOrder(PageOrder pageOrder) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1328-1335 |
| | 4 | 2 |
QPrinter::setPageSize| Name: | QPrinter::setPageSize | | Prototype: | void QPrinter::setPageSize(PageSize newPageSize) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1215-1218 |
| | 1 | 1 |
QPrinter::setPageSizeMM| Name: | QPrinter::setPageSizeMM | | Prototype: | void QPrinter::setPageSizeMM(const QSizeF &size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1253-1256 |
| | 1 | 1 |
QPrinter::setPaperName| Name: | QPrinter::setPaperName | | Prototype: | void QPrinter::setPaperName(const QString &paperName) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1289-1295 |
| | 4 | 3 |
QPrinter::setPaperSize| Name: | QPrinter::setPaperSize | | Prototype: | void QPrinter::setPaperSize(PaperSize newPaperSize) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1189-1192 |
| | 1 | 1 |
QPrinter::setPaperSize| Name: | QPrinter::setPaperSize | | Prototype: | void QPrinter::setPaperSize(const QSizeF &paperSize, QPrinter::Unit unit) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1233-1239 |
| | 3 | 2 |
QPrinter::setPaperSource| Name: | QPrinter::setPaperSource | | Prototype: | void QPrinter::setPaperSource(PaperSource source) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1624-1628 |
| | 2 | 1 |
QPrinter::setPrintProgram| Name: | QPrinter::setPrintProgram | | Prototype: | void QPrinter::setPrintProgram(const QString &printProg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 960-965 |
| | 3 | 2 |
QPrinter::setPrintRange| Name: | QPrinter::setPrintRange | | Prototype: | void QPrinter::setPrintRange( PrintRange range ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 2143-2149 |
| | 3 | 1 |
QPrinter::setPrinterName| Name: | QPrinter::setPrinterName | | Prototype: | void QPrinter::setPrinterName(const QString &name) | | Coverage: | 43.750% (7/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 839-861 |
| | 13 | 6 |
QPrinter::setPrinterSelectionOption| Name: | QPrinter::setPrinterSelectionOption | | Prototype: | void QPrinter::setPrinterSelectionOption(const QString &option) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 2059-2063 |
| | 2 | 1 |
QPrinter::setResolution| Name: | QPrinter::setResolution | | Prototype: | void QPrinter::setResolution(int dpi) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1594-1599 |
| | 3 | 2 |
QPrinter::setWinPageSize| Name: | QPrinter::setWinPageSize | | Prototype: | void QPrinter::setWinPageSize(int pageSize) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1911-1916 |
| | 3 | 2 |
QPrinter::supportedResolutions| Name: | QPrinter::supportedResolutions | | Prototype: | QList<int> QPrinter::supportedResolutions() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1939-1950 |
| | 9 | 2 |
QPrinter::supportsMultipleCopies| Name: | QPrinter::supportsMultipleCopies | | Prototype: | bool QPrinter::supportsMultipleCopies() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1490-1494 |
| | 2 | 1 |
QPrinter::toPage| Name: | QPrinter::toPage | | Prototype: | int QPrinter::toPage() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 2106-2109 |
| | 1 | 1 |
QPrinter::winPageSize| Name: | QPrinter::winPageSize | | Prototype: | int QPrinter::winPageSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1925-1929 |
| | 2 | 1 |
QPrinter::~QPrinter| Name: | QPrinter::~QPrinter | | Prototype: | QPrinter::~QPrinter() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 740-748 |
| | 4 | 2 |
QPrinterInfo::QPrinterInfo| Name: | QPrinterInfo::QPrinterInfo | | Prototype: | QPrinterInfo::QPrinterInfo() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 88-91 |
| | 2 | 1 |
QPrinterInfo::QPrinterInfo| Name: | QPrinterInfo::QPrinterInfo | | Prototype: | QPrinterInfo::QPrinterInfo(const QPrinterInfo &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 96-99 |
| | 2 | 1 |
QPrinterInfo::QPrinterInfo| Name: | QPrinterInfo::QPrinterInfo | | Prototype: | QPrinterInfo::QPrinterInfo(const QPrinter &printer) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 104-115 |
| | 6 | 3 |
QPrinterInfo::QPrinterInfo| Name: | QPrinterInfo::QPrinterInfo | | Prototype: | QPrinterInfo::QPrinterInfo(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 120-123 |
| | 2 | 1 |
QPrinterInfo::availablePrinterNames| Name: | QPrinterInfo::availablePrinterNames | | Prototype: | QStringList QPrinterInfo::availablePrinterNames() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 402-408 |
| | 4 | 2 |
QPrinterInfo::availablePrinters| Name: | QPrinterInfo::availablePrinters | | Prototype: | QList<QPrinterInfo> QPrinterInfo::availablePrinters() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 420-431 |
| | 8 | 3 |
QPrinterInfo::defaultDuplexMode| Name: | QPrinterInfo::defaultDuplexMode | | Prototype: | QPrinter::DuplexMode QPrinterInfo::defaultDuplexMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 367-371 |
| | 2 | 1 |
QPrinterInfo::defaultPageSize| Name: | QPrinterInfo::defaultPageSize | | Prototype: | QPageSize QPrinterInfo::defaultPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 258-262 |
| | 2 | 1 |
QPrinterInfo::defaultPrinter| Name: | QPrinterInfo::defaultPrinter | | Prototype: | QPrinterInfo QPrinterInfo::defaultPrinter() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 460-466 |
| | 4 | 2 |
QPrinterInfo::defaultPrinterName| Name: | QPrinterInfo::defaultPrinterName | | Prototype: | QString QPrinterInfo::defaultPrinterName() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 438-444 |
| | 4 | 2 |
QPrinterInfo::description| Name: | QPrinterInfo::description | | Prototype: | QString QPrinterInfo::description() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 166-170 |
| | 2 | 1 |
QPrinterInfo::isDefault| Name: | QPrinterInfo::isDefault | | Prototype: | bool QPrinterInfo::isDefault() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 209-213 |
| | 2 | 1 |
QPrinterInfo::isNull| Name: | QPrinterInfo::isNull | | Prototype: | bool QPrinterInfo::isNull() const | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 200-204 |
| | 2 | 1 |
QPrinterInfo::isRemote| Name: | QPrinterInfo::isRemote | | Prototype: | bool QPrinterInfo::isRemote() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 220-224 |
| | 2 | 1 |
QPrinterInfo::location| Name: | QPrinterInfo::location | | Prototype: | QString QPrinterInfo::location() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 177-181 |
| | 2 | 1 |
QPrinterInfo::makeAndModel| Name: | QPrinterInfo::makeAndModel | | Prototype: | QString QPrinterInfo::makeAndModel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 188-192 |
| | 2 | 1 |
QPrinterInfo::maximumPhysicalPageSize| Name: | QPrinterInfo::maximumPhysicalPageSize | | Prototype: | QPageSize QPrinterInfo::maximumPhysicalPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 298-302 |
| | 2 | 1 |
QPrinterInfo::minimumPhysicalPageSize| Name: | QPrinterInfo::minimumPhysicalPageSize | | Prototype: | QPageSize QPrinterInfo::minimumPhysicalPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 284-288 |
| | 2 | 1 |
QPrinterInfo::operator=| Name: | QPrinterInfo::operator= | | Prototype: | QPrinterInfo &QPrinterInfo::operator=(const QPrinterInfo &other) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 136-144 |
| | 5 | 2 |
QPrinterInfo::printerInfo| Name: | QPrinterInfo::printerInfo | | Prototype: | QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QPrinterInfo::printerName| Name: | QPrinterInfo::printerName | | Prototype: | QString QPrinterInfo::printerName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 154-158 |
| | 2 | 1 |
QPrinterInfo::state| Name: | QPrinterInfo::state | | Prototype: | QPrinter::PrinterState QPrinterInfo::state() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 234-238 |
| | 2 | 1 |
QPrinterInfo::supportedDuplexModes| Name: | QPrinterInfo::supportedDuplexModes | | Prototype: | QList<QPrinter::DuplexMode> QPrinterInfo::supportedDuplexModes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 379-388 |
| | 7 | 2 |
QPrinterInfo::supportedPageSizes| Name: | QPrinterInfo::supportedPageSizes | | Prototype: | QList<QPageSize> QPrinterInfo::supportedPageSizes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 246-250 |
| | 2 | 1 |
QPrinterInfo::supportedPaperSizes| Name: | QPrinterInfo::supportedPaperSizes | | Prototype: | QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 315-324 |
| | 7 | 2 |
QPrinterInfo::supportedResolutions| Name: | QPrinterInfo::supportedResolutions | | Prototype: | QList<int> QPrinterInfo::supportedResolutions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 355-359 |
| | 2 | 1 |
QPrinterInfo::supportedSizesWithNames| Name: | QPrinterInfo::supportedSizesWithNames | | Prototype: | QList<QPair<QString, QSizeF> > QPrinterInfo::supportedSizesWithNames() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 337-346 |
| | 7 | 2 |
QPrinterInfo::supportsCustomPageSizes| Name: | QPrinterInfo::supportsCustomPageSizes | | Prototype: | bool QPrinterInfo::supportsCustomPageSizes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 270-274 |
| | 2 | 1 |
QPrinterInfoPrivate::QPrinterInfoPrivate| Name: | QPrinterInfoPrivate::QPrinterInfoPrivate | | Prototype: | QPrinterInfoPrivate::QPrinterInfoPrivate(const QString &id) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 53-60 |
| | 4 | 3 |
QPrinterInfoPrivateDeleter::cleanup| Name: | QPrinterInfoPrivateDeleter::cleanup | | Prototype: | static inline void cleanup(QPrinterInfoPrivate *d) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 46-50 |
| | 2 | 2 |
QPrinterPagedPaintDevicePrivate::QPrinterPagedPaintDevicePrivate| Name: | QPrinterPagedPaintDevicePrivate::QPrinterPagedPaintDevicePrivate | | Prototype: | QPrinterPagedPaintDevicePrivate(QPrinterPrivate *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 218-220 |
| | 1 | 1 |
QPrinterPagedPaintDevicePrivate::pageLayout| Name: | QPrinterPagedPaintDevicePrivate::pageLayout | | Prototype: | QPageLayout pageLayout() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 288-291 |
| | 1 | 1 |
QPrinterPagedPaintDevicePrivate::setPageLayout| Name: | QPrinterPagedPaintDevicePrivate::setPageLayout | | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 225-240 |
| | 7 | 2 |
QPrinterPagedPaintDevicePrivate::setPageMargins| Name: | QPrinterPagedPaintDevicePrivate::setPageMargins | | Prototype: | bool setPageMargins(const QMarginsF &margins) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 271-274 |
| | 1 | 1 |
QPrinterPagedPaintDevicePrivate::setPageMargins| Name: | QPrinterPagedPaintDevicePrivate::setPageMargins | | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 276-286 |
| | 4 | 1 |
QPrinterPagedPaintDevicePrivate::setPageOrientation| Name: | QPrinterPagedPaintDevicePrivate::setPageOrientation | | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 260-269 |
| | 3 | 1 |
QPrinterPagedPaintDevicePrivate::setPageSize| Name: | QPrinterPagedPaintDevicePrivate::setPageSize | | Prototype: | bool setPageSize(const QPageSize &pageSize) override | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 242-258 |
| | 7 | 2 |
QPrinterPrivate::changeEngines| Name: | QPrinterPrivate::changeEngines | | Prototype: | void QPrinterPrivate::changeEngines(QPrinter::OutputFormat format, const QPrinterInfo &printer) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 155-179 |
| | 14 | 7 |
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: | 108-121 |
| | 8 | 4 |
QPrinterPrivate::init| Name: | QPrinterPrivate::init | | Prototype: | void QPrinterPrivate::init(const QPrinterInfo &printer, QPrinter::PrinterMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 696-706 |
| | 5 | 2 |
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: | 123-153 |
| | 19 | 4 |
QPrinterPrivate::previewPages| Name: | QPrinterPrivate::previewPages | | Prototype: | QList<const QPicture *> QPrinterPrivate::previewPages() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 182-187 |
| | 3 | 2 |
QPrinterPrivate::setPreviewMode| Name: | QPrinterPrivate::setPreviewMode | | Prototype: | void QPrinterPrivate::setPreviewMode(bool enable) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 189-205 |
| | 12 | 3 |
QPrinterPrivate::setProperty| Name: | QPrinterPrivate::setProperty | | Prototype: | void QPrinterPrivate::setProperty(QPrintEngine::PrintEnginePropertyKey key, const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 208-212 |
| | 2 | 1 |
QProcess::QProcess| Name: | QProcess::QProcess | | Prototype: | QProcess::QProcess(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1195-1201 |
| | 5 | 1 |
QProcess::arguments| Name: | QProcess::arguments | | Prototype: | QStringList QProcess::arguments() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2328-2332 |
| | 2 | 1 |
QProcess::atEnd| Name: | QProcess::atEnd | | Prototype: | bool QProcess::atEnd() const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1640-1647 |
| | 5 | 1 |
QProcess::bytesAvailable| Name: | QProcess::bytesAvailable | | Prototype: | qint64 QProcess::bytesAvailable() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1658-1669 |
| | 5 | 1 |
QProcess::bytesToWrite| Name: | QProcess::bytesToWrite | | Prototype: | qint64 QProcess::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1673-1681 |
| | 3 | 1 |
QProcess::canReadLine| Name: | QProcess::canReadLine | | Prototype: | bool QProcess::canReadLine() const | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1611-1618 |
| | 5 | 1 |
QProcess::close| Name: | QProcess::close | | Prototype: | void QProcess::close() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1625-1633 |
| | 5 | 2 |
QProcess::closeReadChannel| Name: | QProcess::closeReadChannel | | Prototype: | void QProcess::closeReadChannel(ProcessChannel channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1353-1361 |
| | 4 | 2 |
QProcess::closeWriteChannel| Name: | QProcess::closeWriteChannel | | Prototype: | void QProcess::closeWriteChannel() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1381-1387 |
| | 4 | 2 |
QProcess::environment| Name: | QProcess::environment | | Prototype: | QStringList QProcess::environment() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1736-1740 |
| | 2 | 1 |
QProcess::error| Name: | QProcess::error | | Prototype: | QProcess::ProcessError QProcess::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1688-1692 |
| | 2 | 1 |
QProcess::execute| Name: | QProcess::execute | | Prototype: | int QProcess::execute(const QString &program, const QStringList &arguments) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2431-2439 |
| | 6 | 2 |
QProcess::execute| Name: | QProcess::execute | | Prototype: | int QProcess::execute(const QString &command) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2454-2462 |
| | 6 | 2 |
QProcess::exitCode| Name: | QProcess::exitCode | | Prototype: | int QProcess::exitCode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2393-2397 |
| | 2 | 1 |
QProcess::exitStatus| Name: | QProcess::exitStatus | | Prototype: | QProcess::ExitStatus QProcess::exitStatus() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2408-2412 |
| | 2 | 1 |
QProcess::inputChannelMode| Name: | QProcess::inputChannelMode | | Prototype: | QProcess::InputChannelMode QProcess::inputChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1287-1291 |
| | 2 | 1 |
QProcess::isSequential| Name: | QProcess::isSequential | | Prototype: | bool QProcess::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1651-1654 |
| | 1 | 1 |
QProcess::kill| Name: | QProcess::kill | | Prototype: | void QProcess::kill() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2382-2386 |
| | 2 | 1 |
QProcess::nullDevice| Name: | QProcess::nullDevice | | Prototype: | QString QProcess::nullDevice() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2602-2609 |
| | 0 | 2 |
QProcess::nullDevice::[lambda]| Name: | QProcess::nullDevice::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2607-2607 |
| | 0 | 1 |
QProcess::open| Name: | QProcess::open | | Prototype: | bool QProcess::open(OpenMode mode) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2136-2150 |
| | 9 | 3 |
QProcess::pid| Name: | QProcess::pid | | Prototype: | Q_PID QProcess::pid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1583-1587 |
| | 2 | 1 |
QProcess::processChannelMode| Name: | QProcess::processChannelMode | | Prototype: | QProcess::ProcessChannelMode QProcess::processChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1257-1261 |
| | 2 | 1 |
QProcess::processEnvironment| Name: | QProcess::processEnvironment | | Prototype: | QProcessEnvironment QProcess::processEnvironment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1772-1776 |
| | 2 | 1 |
QProcess::processId| Name: | QProcess::processId | | Prototype: | qint64 QProcess::processId() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1595-1603 |
| | 2 | 1 |
QProcess::program| Name: | QProcess::program | | Prototype: | QString QProcess::program() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2297-2301 |
| | 2 | 1 |
QProcess::readAllStandardError| Name: | QProcess::readAllStandardError | | Prototype: | QByteArray QProcess::readAllStandardError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2046-2053 |
| | 5 | 1 |
QProcess::readAllStandardOutput| Name: | QProcess::readAllStandardOutput | | Prototype: | QByteArray QProcess::readAllStandardOutput() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2030-2037 |
| | 5 | 1 |
QProcess::readChannel| Name: | QProcess::readChannel | | Prototype: | QProcess::ProcessChannel QProcess::readChannel() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1313-1317 |
| | 2 | 1 |
QProcess::readChannelMode| Name: | QProcess::readChannelMode | | Prototype: | QProcess::ProcessChannelMode QProcess::readChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1232-1235 |
| | 1 | 1 |
QProcess::readData| Name: | QProcess::readData | | Prototype: | qint64 QProcess::readData(char *data, qint64 maxlen) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1915-1959 |
| | 24 | 6 |
QProcess::setArguments| Name: | QProcess::setArguments | | Prototype: | void QProcess::setArguments(const QStringList &arguments) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2342-2350 |
| | 5 | 2 |